#include "tree_sitter/parser.h"

#if defined(__GNUC__) || defined(__clang__)
#pragma GCC diagnostic ignored "-Wmissing-field-initializers"
#endif

#ifdef _MSC_VER
#pragma optimize("", off)
#elif defined(__clang__)
#pragma clang optimize off
#elif defined(__GNUC__)
#pragma GCC optimize ("O0")
#endif

#define LANGUAGE_VERSION 14
#define STATE_COUNT 725
#define LARGE_STATE_COUNT 2
#define SYMBOL_COUNT 202
#define ALIAS_COUNT 1
#define TOKEN_COUNT 95
#define EXTERNAL_TOKEN_COUNT 12
#define FIELD_COUNT 29
#define MAX_ALIAS_SEQUENCE_LENGTH 7
#define PRODUCTION_ID_COUNT 60

enum ts_symbol_identifiers {
  anon_sym_LT_BANG = 1,
  aux_sym_doctype_token1 = 2,
  anon_sym_GT = 3,
  sym__doctype = 4,
  anon_sym_LT = 5,
  anon_sym_SLASH_GT = 6,
  anon_sym_LT_SLASH = 7,
  sym_attribute_name = 8,
  sym_attribute_value = 9,
  sym_entity = 10,
  anon_sym_SQUOTE = 11,
  aux_sym_quoted_attribute_value_token1 = 12,
  anon_sym_DQUOTE = 13,
  aux_sym_quoted_attribute_value_token2 = 14,
  sym_text = 15,
  anon_sym_LBRACE = 16,
  anon_sym_RBRACE = 17,
  anon_sym_let = 18,
  anon_sym_SEMI = 19,
  anon_sym_switch = 20,
  anon_sym_LPAREN = 21,
  anon_sym_RPAREN = 22,
  anon_sym_case = 23,
  anon_sym_default = 24,
  anon_sym_defer = 25,
  anon_sym_placeholder = 26,
  anon_sym_loading = 27,
  anon_sym_error = 28,
  anon_sym_prefetch = 29,
  anon_sym_when = 30,
  anon_sym_on = 31,
  anon_sym_after = 32,
  anon_sym_minimum = 33,
  anon_sym_ms = 34,
  anon_sym_s = 35,
  anon_sym_for = 36,
  anon_sym_empty = 37,
  anon_sym_of = 38,
  anon_sym_track = 39,
  anon_sym_COMMA = 40,
  anon_sym_else = 41,
  anon_sym_if = 42,
  anon_sym_as = 43,
  anon_sym_EQ = 44,
  anon_sym_plural = 45,
  anon_sym_select = 46,
  sym_icu_category = 47,
  anon_sym_PLUS = 48,
  anon_sym_STAR = 49,
  anon_sym_COLON = 50,
  anon_sym_context = 51,
  anon_sym_LBRACK = 52,
  anon_sym_RBRACK = 53,
  anon_sym_LBRACK_LPAREN = 54,
  anon_sym_RPAREN_RBRACK = 55,
  anon_sym_LBRACK_AT = 56,
  sym_template_chars = 57,
  anon_sym_DOLLAR_LBRACE = 58,
  anon_sym_BANG = 59,
  anon_sym_QMARK = 60,
  anon_sym_QMARK_QMARK = 61,
  anon_sym_PIPE_PIPE = 62,
  anon_sym_AMP_AMP = 63,
  anon_sym_PIPE = 64,
  sym_identifier = 65,
  aux_sym_string_token1 = 66,
  aux_sym_string_token2 = 67,
  sym__escape_sequence = 68,
  sym_number = 69,
  anon_sym_DOT = 70,
  anon_sym_QMARK_DOT = 71,
  anon_sym_BANG_DOT = 72,
  sym__closing_bracket = 73,
  sym__backtick = 74,
  anon_sym_DASH = 75,
  anon_sym_SLASH = 76,
  anon_sym_PERCENT = 77,
  anon_sym_EQ_EQ = 78,
  anon_sym_EQ_EQ_EQ = 79,
  anon_sym_BANG_EQ = 80,
  anon_sym_BANG_EQ_EQ = 81,
  anon_sym_LT_EQ = 82,
  anon_sym_GT_EQ = 83,
  sym__start_tag_name = 84,
  sym__script_start_tag_name = 85,
  sym__style_start_tag_name = 86,
  sym__end_tag_name = 87,
  sym_erroneous_end_tag_name = 88,
  sym__implicit_end_tag = 89,
  sym_raw_text = 90,
  sym_comment = 91,
  sym__interpolation_start = 92,
  sym__interpolation_end = 93,
  sym__control_flow_start = 94,
  sym_document = 95,
  sym_doctype = 96,
  sym__node = 97,
  sym_element = 98,
  sym_script_element = 99,
  sym_style_element = 100,
  sym_start_tag = 101,
  sym_script_start_tag = 102,
  sym_style_start_tag = 103,
  sym_self_closing_tag = 104,
  sym_end_tag = 105,
  sym_erroneous_end_tag = 106,
  sym_attribute = 107,
  sym_quoted_attribute_value = 108,
  sym_statement_block = 109,
  sym__any_statement = 110,
  sym__alternative_statement = 111,
  sym_let_statement = 112,
  sym_switch_statement = 113,
  sym_switch_body = 114,
  sym_case_statement = 115,
  sym_default_statement = 116,
  sym_defer_statement = 117,
  sym_placeholder_statement = 118,
  sym_loading_statement = 119,
  sym_error_statement = 120,
  sym_defer_trigger = 121,
  sym_placeholder_minimum = 122,
  sym_loading_condition = 123,
  sym_defer_trigger_condition = 124,
  sym_timed_expression = 125,
  sym_for_statement = 126,
  sym_empty_statement = 127,
  sym_for_declaration = 128,
  sym_for_reference = 129,
  sym_if_statement = 130,
  sym_else_if_statement = 131,
  sym_else_statement = 132,
  sym__if_start_expression = 133,
  sym__else_if_start_expression = 134,
  sym__if_body_expression = 135,
  sym_if_condition = 136,
  sym_if_reference = 137,
  sym__any_expression = 138,
  sym_assignment_expression = 139,
  sym_icu_expression = 140,
  sym_icu_clause = 141,
  sym_icu_case = 142,
  sym_interpolation = 143,
  sym_concatenation_expression = 144,
  sym_structural_directive = 145,
  sym_structural_expression = 146,
  sym_structural_declaration = 147,
  sym_structural_assignment = 148,
  sym__alias = 149,
  sym__else_template_expression = 150,
  sym__context_expression = 151,
  sym_property_binding = 152,
  sym_event_binding = 153,
  sym_two_way_binding = 154,
  sym_animation_binding = 155,
  sym__binding_assignment = 156,
  sym_binding_name = 157,
  sym__normal_attribute = 158,
  sym_template_string = 159,
  sym_template_substitution = 160,
  sym_expression = 161,
  sym_unary_expression = 162,
  sym_binary_expression = 163,
  sym_ternary_expression = 164,
  sym_nullish_coalescing_expression = 165,
  sym_conditional_expression = 166,
  sym_pipe_sequence = 167,
  sym_pipe_call = 168,
  sym_pipe_arguments = 169,
  sym__pipe_argument = 170,
  sym__primitive = 171,
  sym_object = 172,
  sym_pair = 173,
  sym_array = 174,
  sym_string = 175,
  sym_group = 176,
  sym_call_expression = 177,
  sym_arguments = 178,
  sym_member_expression = 179,
  sym_bracket_expression = 180,
  sym_static_member_expression = 181,
  sym__single_quote = 182,
  sym__double_quote = 183,
  sym__binary_op = 184,
  aux_sym_document_repeat1 = 185,
  aux_sym_start_tag_repeat1 = 186,
  aux_sym_switch_body_repeat1 = 187,
  aux_sym_defer_trigger_repeat1 = 188,
  aux_sym_for_reference_repeat1 = 189,
  aux_sym_icu_expression_repeat1 = 190,
  aux_sym_concatenation_expression_repeat1 = 191,
  aux_sym_structural_declaration_repeat1 = 192,
  aux_sym__binding_assignment_repeat1 = 193,
  aux_sym_template_string_repeat1 = 194,
  aux_sym_pipe_sequence_repeat1 = 195,
  aux_sym_pipe_arguments_repeat1 = 196,
  aux_sym_object_repeat1 = 197,
  aux_sym_array_repeat1 = 198,
  aux_sym_string_repeat1 = 199,
  aux_sym_string_repeat2 = 200,
  aux_sym_arguments_repeat1 = 201,
  alias_sym_conditional_operator = 202,
};

static const char * const ts_symbol_names[] = {
  [ts_builtin_sym_end] = "end",
  [anon_sym_LT_BANG] = "<!",
  [aux_sym_doctype_token1] = "doctype_token1",
  [anon_sym_GT] = ">",
  [sym__doctype] = "doctype",
  [anon_sym_LT] = "<",
  [anon_sym_SLASH_GT] = "/>",
  [anon_sym_LT_SLASH] = "</",
  [sym_attribute_name] = "attribute_name",
  [sym_attribute_value] = "attribute_value",
  [sym_entity] = "entity",
  [anon_sym_SQUOTE] = "'",
  [aux_sym_quoted_attribute_value_token1] = "attribute_value",
  [anon_sym_DQUOTE] = "\"",
  [aux_sym_quoted_attribute_value_token2] = "attribute_value",
  [sym_text] = "text",
  [anon_sym_LBRACE] = "{",
  [anon_sym_RBRACE] = "}",
  [anon_sym_let] = "special_keyword",
  [anon_sym_SEMI] = ";",
  [anon_sym_switch] = "control_keyword",
  [anon_sym_LPAREN] = "(",
  [anon_sym_RPAREN] = ")",
  [anon_sym_case] = "control_keyword",
  [anon_sym_default] = "control_keyword",
  [anon_sym_defer] = "control_keyword",
  [anon_sym_placeholder] = "control_keyword",
  [anon_sym_loading] = "control_keyword",
  [anon_sym_error] = "control_keyword",
  [anon_sym_prefetch] = "prefetch_keyword",
  [anon_sym_when] = "special_keyword",
  [anon_sym_on] = "special_keyword",
  [anon_sym_after] = "special_keyword",
  [anon_sym_minimum] = "special_keyword",
  [anon_sym_ms] = "unit",
  [anon_sym_s] = "unit",
  [anon_sym_for] = "control_keyword",
  [anon_sym_empty] = "control_keyword",
  [anon_sym_of] = "special_keyword",
  [anon_sym_track] = "special_keyword",
  [anon_sym_COMMA] = ",",
  [anon_sym_else] = "control_keyword",
  [anon_sym_if] = "control_keyword",
  [anon_sym_as] = "special_keyword",
  [anon_sym_EQ] = "=",
  [anon_sym_plural] = "plural",
  [anon_sym_select] = "select",
  [sym_icu_category] = "icu_category",
  [anon_sym_PLUS] = "+",
  [anon_sym_STAR] = "*",
  [anon_sym_COLON] = ":",
  [anon_sym_context] = "special_keyword",
  [anon_sym_LBRACK] = "[",
  [anon_sym_RBRACK] = "]",
  [anon_sym_LBRACK_LPAREN] = "[(",
  [anon_sym_RPAREN_RBRACK] = ")]",
  [anon_sym_LBRACK_AT] = "[@",
  [sym_template_chars] = "template_chars",
  [anon_sym_DOLLAR_LBRACE] = "${",
  [anon_sym_BANG] = "unary_operator",
  [anon_sym_QMARK] = "ternary_operator",
  [anon_sym_QMARK_QMARK] = "coalescing_operator",
  [anon_sym_PIPE_PIPE] = "||",
  [anon_sym_AMP_AMP] = "&&",
  [anon_sym_PIPE] = "pipe_operator",
  [sym_identifier] = "identifier",
  [aux_sym_string_token1] = "string_token1",
  [aux_sym_string_token2] = "string_token2",
  [sym__escape_sequence] = "_escape_sequence",
  [sym_number] = "number",
  [anon_sym_DOT] = ".",
  [anon_sym_QMARK_DOT] = "\?.",
  [anon_sym_BANG_DOT] = "!.",
  [sym__closing_bracket] = "_closing_bracket",
  [sym__backtick] = "_backtick",
  [anon_sym_DASH] = "-",
  [anon_sym_SLASH] = "/",
  [anon_sym_PERCENT] = "%",
  [anon_sym_EQ_EQ] = "==",
  [anon_sym_EQ_EQ_EQ] = "===",
  [anon_sym_BANG_EQ] = "!=",
  [anon_sym_BANG_EQ_EQ] = "!==",
  [anon_sym_LT_EQ] = "<=",
  [anon_sym_GT_EQ] = ">=",
  [sym__start_tag_name] = "tag_name",
  [sym__script_start_tag_name] = "tag_name",
  [sym__style_start_tag_name] = "tag_name",
  [sym__end_tag_name] = "tag_name",
  [sym_erroneous_end_tag_name] = "erroneous_end_tag_name",
  [sym__implicit_end_tag] = "_implicit_end_tag",
  [sym_raw_text] = "raw_text",
  [sym_comment] = "comment",
  [sym__interpolation_start] = "{{",
  [sym__interpolation_end] = "}}",
  [sym__control_flow_start] = "@",
  [sym_document] = "document",
  [sym_doctype] = "doctype",
  [sym__node] = "_node",
  [sym_element] = "element",
  [sym_script_element] = "script_element",
  [sym_style_element] = "style_element",
  [sym_start_tag] = "start_tag",
  [sym_script_start_tag] = "start_tag",
  [sym_style_start_tag] = "start_tag",
  [sym_self_closing_tag] = "self_closing_tag",
  [sym_end_tag] = "end_tag",
  [sym_erroneous_end_tag] = "erroneous_end_tag",
  [sym_attribute] = "attribute",
  [sym_quoted_attribute_value] = "quoted_attribute_value",
  [sym_statement_block] = "statement_block",
  [sym__any_statement] = "_any_statement",
  [sym__alternative_statement] = "_alternative_statement",
  [sym_let_statement] = "let_statement",
  [sym_switch_statement] = "switch_statement",
  [sym_switch_body] = "switch_body",
  [sym_case_statement] = "case_statement",
  [sym_default_statement] = "default_statement",
  [sym_defer_statement] = "defer_statement",
  [sym_placeholder_statement] = "placeholder_statement",
  [sym_loading_statement] = "loading_statement",
  [sym_error_statement] = "error_statement",
  [sym_defer_trigger] = "defer_trigger",
  [sym_placeholder_minimum] = "placeholder_minimum",
  [sym_loading_condition] = "loading_condition",
  [sym_defer_trigger_condition] = "defer_trigger_condition",
  [sym_timed_expression] = "timed_expression",
  [sym_for_statement] = "for_statement",
  [sym_empty_statement] = "empty_statement",
  [sym_for_declaration] = "for_declaration",
  [sym_for_reference] = "for_reference",
  [sym_if_statement] = "if_statement",
  [sym_else_if_statement] = "else_if_statement",
  [sym_else_statement] = "else_statement",
  [sym__if_start_expression] = "_if_start_expression",
  [sym__else_if_start_expression] = "_else_if_start_expression",
  [sym__if_body_expression] = "_if_body_expression",
  [sym_if_condition] = "if_condition",
  [sym_if_reference] = "if_reference",
  [sym__any_expression] = "_any_expression",
  [sym_assignment_expression] = "assignment_expression",
  [sym_icu_expression] = "icu_expression",
  [sym_icu_clause] = "icu_clause",
  [sym_icu_case] = "icu_case",
  [sym_interpolation] = "interpolation",
  [sym_concatenation_expression] = "concatenation_expression",
  [sym_structural_directive] = "structural_directive",
  [sym_structural_expression] = "structural_expression",
  [sym_structural_declaration] = "structural_declaration",
  [sym_structural_assignment] = "structural_assignment",
  [sym__alias] = "_alias",
  [sym__else_template_expression] = "_else_template_expression",
  [sym__context_expression] = "_context_expression",
  [sym_property_binding] = "property_binding",
  [sym_event_binding] = "event_binding",
  [sym_two_way_binding] = "two_way_binding",
  [sym_animation_binding] = "animation_binding",
  [sym__binding_assignment] = "_binding_assignment",
  [sym_binding_name] = "binding_name",
  [sym__normal_attribute] = "_normal_attribute",
  [sym_template_string] = "template_string",
  [sym_template_substitution] = "template_substitution",
  [sym_expression] = "expression",
  [sym_unary_expression] = "unary_expression",
  [sym_binary_expression] = "binary_expression",
  [sym_ternary_expression] = "ternary_expression",
  [sym_nullish_coalescing_expression] = "nullish_coalescing_expression",
  [sym_conditional_expression] = "conditional_expression",
  [sym_pipe_sequence] = "pipe_sequence",
  [sym_pipe_call] = "pipe_call",
  [sym_pipe_arguments] = "pipe_arguments",
  [sym__pipe_argument] = "_pipe_argument",
  [sym__primitive] = "_primitive",
  [sym_object] = "object",
  [sym_pair] = "pair",
  [sym_array] = "array",
  [sym_string] = "string",
  [sym_group] = "group",
  [sym_call_expression] = "call_expression",
  [sym_arguments] = "arguments",
  [sym_member_expression] = "member_expression",
  [sym_bracket_expression] = "bracket_expression",
  [sym_static_member_expression] = "static_member_expression",
  [sym__single_quote] = "_single_quote",
  [sym__double_quote] = "_double_quote",
  [sym__binary_op] = "_binary_op",
  [aux_sym_document_repeat1] = "document_repeat1",
  [aux_sym_start_tag_repeat1] = "start_tag_repeat1",
  [aux_sym_switch_body_repeat1] = "switch_body_repeat1",
  [aux_sym_defer_trigger_repeat1] = "defer_trigger_repeat1",
  [aux_sym_for_reference_repeat1] = "for_reference_repeat1",
  [aux_sym_icu_expression_repeat1] = "icu_expression_repeat1",
  [aux_sym_concatenation_expression_repeat1] = "concatenation_expression_repeat1",
  [aux_sym_structural_declaration_repeat1] = "structural_declaration_repeat1",
  [aux_sym__binding_assignment_repeat1] = "_binding_assignment_repeat1",
  [aux_sym_template_string_repeat1] = "template_string_repeat1",
  [aux_sym_pipe_sequence_repeat1] = "pipe_sequence_repeat1",
  [aux_sym_pipe_arguments_repeat1] = "pipe_arguments_repeat1",
  [aux_sym_object_repeat1] = "object_repeat1",
  [aux_sym_array_repeat1] = "array_repeat1",
  [aux_sym_string_repeat1] = "string_repeat1",
  [aux_sym_string_repeat2] = "string_repeat2",
  [aux_sym_arguments_repeat1] = "arguments_repeat1",
  [alias_sym_conditional_operator] = "conditional_operator",
};

static const TSSymbol ts_symbol_map[] = {
  [ts_builtin_sym_end] = ts_builtin_sym_end,
  [anon_sym_LT_BANG] = anon_sym_LT_BANG,
  [aux_sym_doctype_token1] = aux_sym_doctype_token1,
  [anon_sym_GT] = anon_sym_GT,
  [sym__doctype] = sym__doctype,
  [anon_sym_LT] = anon_sym_LT,
  [anon_sym_SLASH_GT] = anon_sym_SLASH_GT,
  [anon_sym_LT_SLASH] = anon_sym_LT_SLASH,
  [sym_attribute_name] = sym_attribute_name,
  [sym_attribute_value] = sym_attribute_value,
  [sym_entity] = sym_entity,
  [anon_sym_SQUOTE] = anon_sym_SQUOTE,
  [aux_sym_quoted_attribute_value_token1] = sym_attribute_value,
  [anon_sym_DQUOTE] = anon_sym_DQUOTE,
  [aux_sym_quoted_attribute_value_token2] = sym_attribute_value,
  [sym_text] = sym_text,
  [anon_sym_LBRACE] = anon_sym_LBRACE,
  [anon_sym_RBRACE] = anon_sym_RBRACE,
  [anon_sym_let] = anon_sym_let,
  [anon_sym_SEMI] = anon_sym_SEMI,
  [anon_sym_switch] = anon_sym_switch,
  [anon_sym_LPAREN] = anon_sym_LPAREN,
  [anon_sym_RPAREN] = anon_sym_RPAREN,
  [anon_sym_case] = anon_sym_switch,
  [anon_sym_default] = anon_sym_switch,
  [anon_sym_defer] = anon_sym_switch,
  [anon_sym_placeholder] = anon_sym_switch,
  [anon_sym_loading] = anon_sym_switch,
  [anon_sym_error] = anon_sym_switch,
  [anon_sym_prefetch] = anon_sym_prefetch,
  [anon_sym_when] = anon_sym_let,
  [anon_sym_on] = anon_sym_let,
  [anon_sym_after] = anon_sym_let,
  [anon_sym_minimum] = anon_sym_let,
  [anon_sym_ms] = anon_sym_ms,
  [anon_sym_s] = anon_sym_ms,
  [anon_sym_for] = anon_sym_switch,
  [anon_sym_empty] = anon_sym_switch,
  [anon_sym_of] = anon_sym_let,
  [anon_sym_track] = anon_sym_let,
  [anon_sym_COMMA] = anon_sym_COMMA,
  [anon_sym_else] = anon_sym_switch,
  [anon_sym_if] = anon_sym_switch,
  [anon_sym_as] = anon_sym_let,
  [anon_sym_EQ] = anon_sym_EQ,
  [anon_sym_plural] = anon_sym_plural,
  [anon_sym_select] = anon_sym_select,
  [sym_icu_category] = sym_icu_category,
  [anon_sym_PLUS] = anon_sym_PLUS,
  [anon_sym_STAR] = anon_sym_STAR,
  [anon_sym_COLON] = anon_sym_COLON,
  [anon_sym_context] = anon_sym_let,
  [anon_sym_LBRACK] = anon_sym_LBRACK,
  [anon_sym_RBRACK] = anon_sym_RBRACK,
  [anon_sym_LBRACK_LPAREN] = anon_sym_LBRACK_LPAREN,
  [anon_sym_RPAREN_RBRACK] = anon_sym_RPAREN_RBRACK,
  [anon_sym_LBRACK_AT] = anon_sym_LBRACK_AT,
  [sym_template_chars] = sym_template_chars,
  [anon_sym_DOLLAR_LBRACE] = anon_sym_DOLLAR_LBRACE,
  [anon_sym_BANG] = anon_sym_BANG,
  [anon_sym_QMARK] = anon_sym_QMARK,
  [anon_sym_QMARK_QMARK] = anon_sym_QMARK_QMARK,
  [anon_sym_PIPE_PIPE] = anon_sym_PIPE_PIPE,
  [anon_sym_AMP_AMP] = anon_sym_AMP_AMP,
  [anon_sym_PIPE] = anon_sym_PIPE,
  [sym_identifier] = sym_identifier,
  [aux_sym_string_token1] = aux_sym_string_token1,
  [aux_sym_string_token2] = aux_sym_string_token2,
  [sym__escape_sequence] = sym__escape_sequence,
  [sym_number] = sym_number,
  [anon_sym_DOT] = anon_sym_DOT,
  [anon_sym_QMARK_DOT] = anon_sym_QMARK_DOT,
  [anon_sym_BANG_DOT] = anon_sym_BANG_DOT,
  [sym__closing_bracket] = sym__closing_bracket,
  [sym__backtick] = sym__backtick,
  [anon_sym_DASH] = anon_sym_DASH,
  [anon_sym_SLASH] = anon_sym_SLASH,
  [anon_sym_PERCENT] = anon_sym_PERCENT,
  [anon_sym_EQ_EQ] = anon_sym_EQ_EQ,
  [anon_sym_EQ_EQ_EQ] = anon_sym_EQ_EQ_EQ,
  [anon_sym_BANG_EQ] = anon_sym_BANG_EQ,
  [anon_sym_BANG_EQ_EQ] = anon_sym_BANG_EQ_EQ,
  [anon_sym_LT_EQ] = anon_sym_LT_EQ,
  [anon_sym_GT_EQ] = anon_sym_GT_EQ,
  [sym__start_tag_name] = sym__start_tag_name,
  [sym__script_start_tag_name] = sym__start_tag_name,
  [sym__style_start_tag_name] = sym__start_tag_name,
  [sym__end_tag_name] = sym__start_tag_name,
  [sym_erroneous_end_tag_name] = sym_erroneous_end_tag_name,
  [sym__implicit_end_tag] = sym__implicit_end_tag,
  [sym_raw_text] = sym_raw_text,
  [sym_comment] = sym_comment,
  [sym__interpolation_start] = sym__interpolation_start,
  [sym__interpolation_end] = sym__interpolation_end,
  [sym__control_flow_start] = sym__control_flow_start,
  [sym_document] = sym_document,
  [sym_doctype] = sym_doctype,
  [sym__node] = sym__node,
  [sym_element] = sym_element,
  [sym_script_element] = sym_script_element,
  [sym_style_element] = sym_style_element,
  [sym_start_tag] = sym_start_tag,
  [sym_script_start_tag] = sym_start_tag,
  [sym_style_start_tag] = sym_start_tag,
  [sym_self_closing_tag] = sym_self_closing_tag,
  [sym_end_tag] = sym_end_tag,
  [sym_erroneous_end_tag] = sym_erroneous_end_tag,
  [sym_attribute] = sym_attribute,
  [sym_quoted_attribute_value] = sym_quoted_attribute_value,
  [sym_statement_block] = sym_statement_block,
  [sym__any_statement] = sym__any_statement,
  [sym__alternative_statement] = sym__alternative_statement,
  [sym_let_statement] = sym_let_statement,
  [sym_switch_statement] = sym_switch_statement,
  [sym_switch_body] = sym_switch_body,
  [sym_case_statement] = sym_case_statement,
  [sym_default_statement] = sym_default_statement,
  [sym_defer_statement] = sym_defer_statement,
  [sym_placeholder_statement] = sym_placeholder_statement,
  [sym_loading_statement] = sym_loading_statement,
  [sym_error_statement] = sym_error_statement,
  [sym_defer_trigger] = sym_defer_trigger,
  [sym_placeholder_minimum] = sym_placeholder_minimum,
  [sym_loading_condition] = sym_loading_condition,
  [sym_defer_trigger_condition] = sym_defer_trigger_condition,
  [sym_timed_expression] = sym_timed_expression,
  [sym_for_statement] = sym_for_statement,
  [sym_empty_statement] = sym_empty_statement,
  [sym_for_declaration] = sym_for_declaration,
  [sym_for_reference] = sym_for_reference,
  [sym_if_statement] = sym_if_statement,
  [sym_else_if_statement] = sym_else_if_statement,
  [sym_else_statement] = sym_else_statement,
  [sym__if_start_expression] = sym__if_start_expression,
  [sym__else_if_start_expression] = sym__else_if_start_expression,
  [sym__if_body_expression] = sym__if_body_expression,
  [sym_if_condition] = sym_if_condition,
  [sym_if_reference] = sym_if_reference,
  [sym__any_expression] = sym__any_expression,
  [sym_assignment_expression] = sym_assignment_expression,
  [sym_icu_expression] = sym_icu_expression,
  [sym_icu_clause] = sym_icu_clause,
  [sym_icu_case] = sym_icu_case,
  [sym_interpolation] = sym_interpolation,
  [sym_concatenation_expression] = sym_concatenation_expression,
  [sym_structural_directive] = sym_structural_directive,
  [sym_structural_expression] = sym_structural_expression,
  [sym_structural_declaration] = sym_structural_declaration,
  [sym_structural_assignment] = sym_structural_assignment,
  [sym__alias] = sym__alias,
  [sym__else_template_expression] = sym__else_template_expression,
  [sym__context_expression] = sym__context_expression,
  [sym_property_binding] = sym_property_binding,
  [sym_event_binding] = sym_event_binding,
  [sym_two_way_binding] = sym_two_way_binding,
  [sym_animation_binding] = sym_animation_binding,
  [sym__binding_assignment] = sym__binding_assignment,
  [sym_binding_name] = sym_binding_name,
  [sym__normal_attribute] = sym__normal_attribute,
  [sym_template_string] = sym_template_string,
  [sym_template_substitution] = sym_template_substitution,
  [sym_expression] = sym_expression,
  [sym_unary_expression] = sym_unary_expression,
  [sym_binary_expression] = sym_binary_expression,
  [sym_ternary_expression] = sym_ternary_expression,
  [sym_nullish_coalescing_expression] = sym_nullish_coalescing_expression,
  [sym_conditional_expression] = sym_conditional_expression,
  [sym_pipe_sequence] = sym_pipe_sequence,
  [sym_pipe_call] = sym_pipe_call,
  [sym_pipe_arguments] = sym_pipe_arguments,
  [sym__pipe_argument] = sym__pipe_argument,
  [sym__primitive] = sym__primitive,
  [sym_object] = sym_object,
  [sym_pair] = sym_pair,
  [sym_array] = sym_array,
  [sym_string] = sym_string,
  [sym_group] = sym_group,
  [sym_call_expression] = sym_call_expression,
  [sym_arguments] = sym_arguments,
  [sym_member_expression] = sym_member_expression,
  [sym_bracket_expression] = sym_bracket_expression,
  [sym_static_member_expression] = sym_static_member_expression,
  [sym__single_quote] = sym__single_quote,
  [sym__double_quote] = sym__double_quote,
  [sym__binary_op] = sym__binary_op,
  [aux_sym_document_repeat1] = aux_sym_document_repeat1,
  [aux_sym_start_tag_repeat1] = aux_sym_start_tag_repeat1,
  [aux_sym_switch_body_repeat1] = aux_sym_switch_body_repeat1,
  [aux_sym_defer_trigger_repeat1] = aux_sym_defer_trigger_repeat1,
  [aux_sym_for_reference_repeat1] = aux_sym_for_reference_repeat1,
  [aux_sym_icu_expression_repeat1] = aux_sym_icu_expression_repeat1,
  [aux_sym_concatenation_expression_repeat1] = aux_sym_concatenation_expression_repeat1,
  [aux_sym_structural_declaration_repeat1] = aux_sym_structural_declaration_repeat1,
  [aux_sym__binding_assignment_repeat1] = aux_sym__binding_assignment_repeat1,
  [aux_sym_template_string_repeat1] = aux_sym_template_string_repeat1,
  [aux_sym_pipe_sequence_repeat1] = aux_sym_pipe_sequence_repeat1,
  [aux_sym_pipe_arguments_repeat1] = aux_sym_pipe_arguments_repeat1,
  [aux_sym_object_repeat1] = aux_sym_object_repeat1,
  [aux_sym_array_repeat1] = aux_sym_array_repeat1,
  [aux_sym_string_repeat1] = aux_sym_string_repeat1,
  [aux_sym_string_repeat2] = aux_sym_string_repeat2,
  [aux_sym_arguments_repeat1] = aux_sym_arguments_repeat1,
  [alias_sym_conditional_operator] = alias_sym_conditional_operator,
};

static const TSSymbolMetadata ts_symbol_metadata[] = {
  [ts_builtin_sym_end] = {
    .visible = false,
    .named = true,
  },
  [anon_sym_LT_BANG] = {
    .visible = true,
    .named = false,
  },
  [aux_sym_doctype_token1] = {
    .visible = false,
    .named = false,
  },
  [anon_sym_GT] = {
    .visible = true,
    .named = false,
  },
  [sym__doctype] = {
    .visible = true,
    .named = false,
  },
  [anon_sym_LT] = {
    .visible = true,
    .named = false,
  },
  [anon_sym_SLASH_GT] = {
    .visible = true,
    .named = false,
  },
  [anon_sym_LT_SLASH] = {
    .visible = true,
    .named = false,
  },
  [sym_attribute_name] = {
    .visible = true,
    .named = true,
  },
  [sym_attribute_value] = {
    .visible = true,
    .named = true,
  },
  [sym_entity] = {
    .visible = true,
    .named = true,
  },
  [anon_sym_SQUOTE] = {
    .visible = true,
    .named = false,
  },
  [aux_sym_quoted_attribute_value_token1] = {
    .visible = true,
    .named = true,
  },
  [anon_sym_DQUOTE] = {
    .visible = true,
    .named = false,
  },
  [aux_sym_quoted_attribute_value_token2] = {
    .visible = true,
    .named = true,
  },
  [sym_text] = {
    .visible = true,
    .named = true,
  },
  [anon_sym_LBRACE] = {
    .visible = true,
    .named = false,
  },
  [anon_sym_RBRACE] = {
    .visible = true,
    .named = false,
  },
  [anon_sym_let] = {
    .visible = true,
    .named = true,
  },
  [anon_sym_SEMI] = {
    .visible = true,
    .named = false,
  },
  [anon_sym_switch] = {
    .visible = true,
    .named = true,
  },
  [anon_sym_LPAREN] = {
    .visible = true,
    .named = false,
  },
  [anon_sym_RPAREN] = {
    .visible = true,
    .named = false,
  },
  [anon_sym_case] = {
    .visible = true,
    .named = true,
  },
  [anon_sym_default] = {
    .visible = true,
    .named = true,
  },
  [anon_sym_defer] = {
    .visible = true,
    .named = true,
  },
  [anon_sym_placeholder] = {
    .visible = true,
    .named = true,
  },
  [anon_sym_loading] = {
    .visible = true,
    .named = true,
  },
  [anon_sym_error] = {
    .visible = true,
    .named = true,
  },
  [anon_sym_prefetch] = {
    .visible = true,
    .named = true,
  },
  [anon_sym_when] = {
    .visible = true,
    .named = true,
  },
  [anon_sym_on] = {
    .visible = true,
    .named = true,
  },
  [anon_sym_after] = {
    .visible = true,
    .named = true,
  },
  [anon_sym_minimum] = {
    .visible = true,
    .named = true,
  },
  [anon_sym_ms] = {
    .visible = true,
    .named = true,
  },
  [anon_sym_s] = {
    .visible = true,
    .named = true,
  },
  [anon_sym_for] = {
    .visible = true,
    .named = true,
  },
  [anon_sym_empty] = {
    .visible = true,
    .named = true,
  },
  [anon_sym_of] = {
    .visible = true,
    .named = true,
  },
  [anon_sym_track] = {
    .visible = true,
    .named = true,
  },
  [anon_sym_COMMA] = {
    .visible = true,
    .named = false,
  },
  [anon_sym_else] = {
    .visible = true,
    .named = true,
  },
  [anon_sym_if] = {
    .visible = true,
    .named = true,
  },
  [anon_sym_as] = {
    .visible = true,
    .named = true,
  },
  [anon_sym_EQ] = {
    .visible = true,
    .named = false,
  },
  [anon_sym_plural] = {
    .visible = true,
    .named = false,
  },
  [anon_sym_select] = {
    .visible = true,
    .named = false,
  },
  [sym_icu_category] = {
    .visible = true,
    .named = true,
  },
  [anon_sym_PLUS] = {
    .visible = true,
    .named = false,
  },
  [anon_sym_STAR] = {
    .visible = true,
    .named = false,
  },
  [anon_sym_COLON] = {
    .visible = true,
    .named = false,
  },
  [anon_sym_context] = {
    .visible = true,
    .named = true,
  },
  [anon_sym_LBRACK] = {
    .visible = true,
    .named = false,
  },
  [anon_sym_RBRACK] = {
    .visible = true,
    .named = false,
  },
  [anon_sym_LBRACK_LPAREN] = {
    .visible = true,
    .named = false,
  },
  [anon_sym_RPAREN_RBRACK] = {
    .visible = true,
    .named = false,
  },
  [anon_sym_LBRACK_AT] = {
    .visible = true,
    .named = false,
  },
  [sym_template_chars] = {
    .visible = true,
    .named = true,
  },
  [anon_sym_DOLLAR_LBRACE] = {
    .visible = true,
    .named = false,
  },
  [anon_sym_BANG] = {
    .visible = true,
    .named = true,
  },
  [anon_sym_QMARK] = {
    .visible = true,
    .named = true,
  },
  [anon_sym_QMARK_QMARK] = {
    .visible = true,
    .named = true,
  },
  [anon_sym_PIPE_PIPE] = {
    .visible = true,
    .named = false,
  },
  [anon_sym_AMP_AMP] = {
    .visible = true,
    .named = false,
  },
  [anon_sym_PIPE] = {
    .visible = true,
    .named = true,
  },
  [sym_identifier] = {
    .visible = true,
    .named = true,
  },
  [aux_sym_string_token1] = {
    .visible = false,
    .named = false,
  },
  [aux_sym_string_token2] = {
    .visible = false,
    .named = false,
  },
  [sym__escape_sequence] = {
    .visible = false,
    .named = true,
  },
  [sym_number] = {
    .visible = true,
    .named = true,
  },
  [anon_sym_DOT] = {
    .visible = true,
    .named = false,
  },
  [anon_sym_QMARK_DOT] = {
    .visible = true,
    .named = false,
  },
  [anon_sym_BANG_DOT] = {
    .visible = true,
    .named = false,
  },
  [sym__closing_bracket] = {
    .visible = false,
    .named = true,
  },
  [sym__backtick] = {
    .visible = false,
    .named = true,
  },
  [anon_sym_DASH] = {
    .visible = true,
    .named = false,
  },
  [anon_sym_SLASH] = {
    .visible = true,
    .named = false,
  },
  [anon_sym_PERCENT] = {
    .visible = true,
    .named = false,
  },
  [anon_sym_EQ_EQ] = {
    .visible = true,
    .named = false,
  },
  [anon_sym_EQ_EQ_EQ] = {
    .visible = true,
    .named = false,
  },
  [anon_sym_BANG_EQ] = {
    .visible = true,
    .named = false,
  },
  [anon_sym_BANG_EQ_EQ] = {
    .visible = true,
    .named = false,
  },
  [anon_sym_LT_EQ] = {
    .visible = true,
    .named = false,
  },
  [anon_sym_GT_EQ] = {
    .visible = true,
    .named = false,
  },
  [sym__start_tag_name] = {
    .visible = true,
    .named = true,
  },
  [sym__script_start_tag_name] = {
    .visible = true,
    .named = true,
  },
  [sym__style_start_tag_name] = {
    .visible = true,
    .named = true,
  },
  [sym__end_tag_name] = {
    .visible = true,
    .named = true,
  },
  [sym_erroneous_end_tag_name] = {
    .visible = true,
    .named = true,
  },
  [sym__implicit_end_tag] = {
    .visible = false,
    .named = true,
  },
  [sym_raw_text] = {
    .visible = true,
    .named = true,
  },
  [sym_comment] = {
    .visible = true,
    .named = true,
  },
  [sym__interpolation_start] = {
    .visible = true,
    .named = false,
  },
  [sym__interpolation_end] = {
    .visible = true,
    .named = false,
  },
  [sym__control_flow_start] = {
    .visible = true,
    .named = false,
  },
  [sym_document] = {
    .visible = true,
    .named = true,
  },
  [sym_doctype] = {
    .visible = true,
    .named = true,
  },
  [sym__node] = {
    .visible = false,
    .named = true,
  },
  [sym_element] = {
    .visible = true,
    .named = true,
  },
  [sym_script_element] = {
    .visible = true,
    .named = true,
  },
  [sym_style_element] = {
    .visible = true,
    .named = true,
  },
  [sym_start_tag] = {
    .visible = true,
    .named = true,
  },
  [sym_script_start_tag] = {
    .visible = true,
    .named = true,
  },
  [sym_style_start_tag] = {
    .visible = true,
    .named = true,
  },
  [sym_self_closing_tag] = {
    .visible = true,
    .named = true,
  },
  [sym_end_tag] = {
    .visible = true,
    .named = true,
  },
  [sym_erroneous_end_tag] = {
    .visible = true,
    .named = true,
  },
  [sym_attribute] = {
    .visible = true,
    .named = true,
  },
  [sym_quoted_attribute_value] = {
    .visible = true,
    .named = true,
  },
  [sym_statement_block] = {
    .visible = true,
    .named = true,
  },
  [sym__any_statement] = {
    .visible = false,
    .named = true,
  },
  [sym__alternative_statement] = {
    .visible = false,
    .named = true,
  },
  [sym_let_statement] = {
    .visible = true,
    .named = true,
  },
  [sym_switch_statement] = {
    .visible = true,
    .named = true,
  },
  [sym_switch_body] = {
    .visible = true,
    .named = true,
  },
  [sym_case_statement] = {
    .visible = true,
    .named = true,
  },
  [sym_default_statement] = {
    .visible = true,
    .named = true,
  },
  [sym_defer_statement] = {
    .visible = true,
    .named = true,
  },
  [sym_placeholder_statement] = {
    .visible = true,
    .named = true,
  },
  [sym_loading_statement] = {
    .visible = true,
    .named = true,
  },
  [sym_error_statement] = {
    .visible = true,
    .named = true,
  },
  [sym_defer_trigger] = {
    .visible = true,
    .named = true,
  },
  [sym_placeholder_minimum] = {
    .visible = true,
    .named = true,
  },
  [sym_loading_condition] = {
    .visible = true,
    .named = true,
  },
  [sym_defer_trigger_condition] = {
    .visible = true,
    .named = true,
  },
  [sym_timed_expression] = {
    .visible = true,
    .named = true,
  },
  [sym_for_statement] = {
    .visible = true,
    .named = true,
  },
  [sym_empty_statement] = {
    .visible = true,
    .named = true,
  },
  [sym_for_declaration] = {
    .visible = true,
    .named = true,
  },
  [sym_for_reference] = {
    .visible = true,
    .named = true,
  },
  [sym_if_statement] = {
    .visible = true,
    .named = true,
  },
  [sym_else_if_statement] = {
    .visible = true,
    .named = true,
  },
  [sym_else_statement] = {
    .visible = true,
    .named = true,
  },
  [sym__if_start_expression] = {
    .visible = false,
    .named = true,
  },
  [sym__else_if_start_expression] = {
    .visible = false,
    .named = true,
  },
  [sym__if_body_expression] = {
    .visible = false,
    .named = true,
  },
  [sym_if_condition] = {
    .visible = true,
    .named = true,
  },
  [sym_if_reference] = {
    .visible = true,
    .named = true,
  },
  [sym__any_expression] = {
    .visible = false,
    .named = true,
  },
  [sym_assignment_expression] = {
    .visible = true,
    .named = true,
  },
  [sym_icu_expression] = {
    .visible = true,
    .named = true,
  },
  [sym_icu_clause] = {
    .visible = true,
    .named = true,
  },
  [sym_icu_case] = {
    .visible = true,
    .named = true,
  },
  [sym_interpolation] = {
    .visible = true,
    .named = true,
  },
  [sym_concatenation_expression] = {
    .visible = true,
    .named = true,
  },
  [sym_structural_directive] = {
    .visible = true,
    .named = true,
  },
  [sym_structural_expression] = {
    .visible = true,
    .named = true,
  },
  [sym_structural_declaration] = {
    .visible = true,
    .named = true,
  },
  [sym_structural_assignment] = {
    .visible = true,
    .named = true,
  },
  [sym__alias] = {
    .visible = false,
    .named = true,
  },
  [sym__else_template_expression] = {
    .visible = false,
    .named = true,
  },
  [sym__context_expression] = {
    .visible = false,
    .named = true,
  },
  [sym_property_binding] = {
    .visible = true,
    .named = true,
  },
  [sym_event_binding] = {
    .visible = true,
    .named = true,
  },
  [sym_two_way_binding] = {
    .visible = true,
    .named = true,
  },
  [sym_animation_binding] = {
    .visible = true,
    .named = true,
  },
  [sym__binding_assignment] = {
    .visible = false,
    .named = true,
  },
  [sym_binding_name] = {
    .visible = true,
    .named = true,
  },
  [sym__normal_attribute] = {
    .visible = false,
    .named = true,
  },
  [sym_template_string] = {
    .visible = true,
    .named = true,
  },
  [sym_template_substitution] = {
    .visible = true,
    .named = true,
  },
  [sym_expression] = {
    .visible = true,
    .named = true,
  },
  [sym_unary_expression] = {
    .visible = true,
    .named = true,
  },
  [sym_binary_expression] = {
    .visible = true,
    .named = true,
  },
  [sym_ternary_expression] = {
    .visible = true,
    .named = true,
  },
  [sym_nullish_coalescing_expression] = {
    .visible = true,
    .named = true,
  },
  [sym_conditional_expression] = {
    .visible = true,
    .named = true,
  },
  [sym_pipe_sequence] = {
    .visible = true,
    .named = true,
  },
  [sym_pipe_call] = {
    .visible = true,
    .named = true,
  },
  [sym_pipe_arguments] = {
    .visible = true,
    .named = true,
  },
  [sym__pipe_argument] = {
    .visible = false,
    .named = true,
  },
  [sym__primitive] = {
    .visible = false,
    .named = true,
  },
  [sym_object] = {
    .visible = true,
    .named = true,
  },
  [sym_pair] = {
    .visible = true,
    .named = true,
  },
  [sym_array] = {
    .visible = true,
    .named = true,
  },
  [sym_string] = {
    .visible = true,
    .named = true,
  },
  [sym_group] = {
    .visible = true,
    .named = true,
  },
  [sym_call_expression] = {
    .visible = true,
    .named = true,
  },
  [sym_arguments] = {
    .visible = true,
    .named = true,
  },
  [sym_member_expression] = {
    .visible = true,
    .named = true,
  },
  [sym_bracket_expression] = {
    .visible = true,
    .named = true,
  },
  [sym_static_member_expression] = {
    .visible = true,
    .named = true,
  },
  [sym__single_quote] = {
    .visible = false,
    .named = true,
  },
  [sym__double_quote] = {
    .visible = false,
    .named = true,
  },
  [sym__binary_op] = {
    .visible = false,
    .named = true,
  },
  [aux_sym_document_repeat1] = {
    .visible = false,
    .named = false,
  },
  [aux_sym_start_tag_repeat1] = {
    .visible = false,
    .named = false,
  },
  [aux_sym_switch_body_repeat1] = {
    .visible = false,
    .named = false,
  },
  [aux_sym_defer_trigger_repeat1] = {
    .visible = false,
    .named = false,
  },
  [aux_sym_for_reference_repeat1] = {
    .visible = false,
    .named = false,
  },
  [aux_sym_icu_expression_repeat1] = {
    .visible = false,
    .named = false,
  },
  [aux_sym_concatenation_expression_repeat1] = {
    .visible = false,
    .named = false,
  },
  [aux_sym_structural_declaration_repeat1] = {
    .visible = false,
    .named = false,
  },
  [aux_sym__binding_assignment_repeat1] = {
    .visible = false,
    .named = false,
  },
  [aux_sym_template_string_repeat1] = {
    .visible = false,
    .named = false,
  },
  [aux_sym_pipe_sequence_repeat1] = {
    .visible = false,
    .named = false,
  },
  [aux_sym_pipe_arguments_repeat1] = {
    .visible = false,
    .named = false,
  },
  [aux_sym_object_repeat1] = {
    .visible = false,
    .named = false,
  },
  [aux_sym_array_repeat1] = {
    .visible = false,
    .named = false,
  },
  [aux_sym_string_repeat1] = {
    .visible = false,
    .named = false,
  },
  [aux_sym_string_repeat2] = {
    .visible = false,
    .named = false,
  },
  [aux_sym_arguments_repeat1] = {
    .visible = false,
    .named = false,
  },
  [alias_sym_conditional_operator] = {
    .visible = true,
    .named = true,
  },
};

enum ts_field_identifiers {
  field_alias = 1,
  field_alternative = 2,
  field_alternative_condition = 3,
  field_arguments = 4,
  field_body = 5,
  field_call = 6,
  field_condition = 7,
  field_consequence = 8,
  field_declaration = 9,
  field_default = 10,
  field_empty = 11,
  field_error = 12,
  field_function = 13,
  field_key = 14,
  field_left = 15,
  field_loading = 16,
  field_minimum = 17,
  field_name = 18,
  field_named = 19,
  field_object = 20,
  field_operator = 21,
  field_pipes = 22,
  field_placeholder = 23,
  field_property = 24,
  field_reference = 25,
  field_right = 26,
  field_track = 27,
  field_trigger = 28,
  field_value = 29,
};

static const char * const ts_field_names[] = {
  [0] = NULL,
  [field_alias] = "alias",
  [field_alternative] = "alternative",
  [field_alternative_condition] = "alternative_condition",
  [field_arguments] = "arguments",
  [field_body] = "body",
  [field_call] = "call",
  [field_condition] = "condition",
  [field_consequence] = "consequence",
  [field_declaration] = "declaration",
  [field_default] = "default",
  [field_empty] = "empty",
  [field_error] = "error",
  [field_function] = "function",
  [field_key] = "key",
  [field_left] = "left",
  [field_loading] = "loading",
  [field_minimum] = "minimum",
  [field_name] = "name",
  [field_named] = "named",
  [field_object] = "object",
  [field_operator] = "operator",
  [field_pipes] = "pipes",
  [field_placeholder] = "placeholder",
  [field_property] = "property",
  [field_reference] = "reference",
  [field_right] = "right",
  [field_track] = "track",
  [field_trigger] = "trigger",
  [field_value] = "value",
};

static const TSFieldMapSlice ts_field_map_slices[PRODUCTION_ID_COUNT] = {
  [1] = {.index = 0, .length = 6},
  [2] = {.index = 6, .length = 1},
  [3] = {.index = 7, .length = 1},
  [4] = {.index = 8, .length = 1},
  [5] = {.index = 9, .length = 1},
  [6] = {.index = 10, .length = 1},
  [7] = {.index = 11, .length = 1},
  [8] = {.index = 12, .length = 3},
  [9] = {.index = 15, .length = 12},
  [10] = {.index = 27, .length = 2},
  [11] = {.index = 29, .length = 1},
  [12] = {.index = 30, .length = 1},
  [13] = {.index = 31, .length = 6},
  [14] = {.index = 37, .length = 1},
  [15] = {.index = 38, .length = 2},
  [16] = {.index = 40, .length = 3},
  [17] = {.index = 43, .length = 2},
  [18] = {.index = 45, .length = 1},
  [19] = {.index = 46, .length = 2},
  [20] = {.index = 48, .length = 2},
  [22] = {.index = 50, .length = 1},
  [23] = {.index = 51, .length = 2},
  [24] = {.index = 53, .length = 2},
  [25] = {.index = 55, .length = 2},
  [26] = {.index = 57, .length = 2},
  [27] = {.index = 59, .length = 1},
  [28] = {.index = 60, .length = 1},
  [29] = {.index = 61, .length = 1},
  [30] = {.index = 62, .length = 2},
  [31] = {.index = 64, .length = 3},
  [32] = {.index = 67, .length = 2},
  [33] = {.index = 69, .length = 1},
  [34] = {.index = 70, .length = 2},
  [35] = {.index = 72, .length = 2},
  [36] = {.index = 74, .length = 1},
  [37] = {.index = 75, .length = 2},
  [38] = {.index = 77, .length = 1},
  [39] = {.index = 78, .length = 3},
  [40] = {.index = 81, .length = 2},
  [41] = {.index = 83, .length = 1},
  [42] = {.index = 84, .length = 3},
  [43] = {.index = 87, .length = 2},
  [44] = {.index = 89, .length = 1},
  [45] = {.index = 90, .length = 1},
  [46] = {.index = 91, .length = 3},
  [47] = {.index = 94, .length = 1},
  [48] = {.index = 95, .length = 2},
  [49] = {.index = 97, .length = 2},
  [50] = {.index = 99, .length = 2},
  [51] = {.index = 101, .length = 1},
  [52] = {.index = 102, .length = 6},
  [53] = {.index = 108, .length = 3},
  [55] = {.index = 111, .length = 2},
  [56] = {.index = 113, .length = 3},
  [57] = {.index = 116, .length = 4},
  [58] = {.index = 120, .length = 1},
  [59] = {.index = 121, .length = 4},
};

static const TSFieldMapEntry ts_field_map_entries[] = {
  [0] =
    {field_alternative, 0, .inherited = true},
    {field_alternative_condition, 0, .inherited = true},
    {field_empty, 0, .inherited = true},
    {field_error, 0, .inherited = true},
    {field_loading, 0, .inherited = true},
    {field_placeholder, 0, .inherited = true},
  [6] =
    {field_placeholder, 0},
  [7] =
    {field_loading, 0},
  [8] =
    {field_error, 0},
  [9] =
    {field_empty, 0},
  [10] =
    {field_alternative_condition, 0},
  [11] =
    {field_alternative, 0},
  [12] =
    {field_condition, 1, .inherited = true},
    {field_consequence, 1, .inherited = true},
    {field_reference, 1, .inherited = true},
  [15] =
    {field_alternative, 0, .inherited = true},
    {field_alternative, 1, .inherited = true},
    {field_alternative_condition, 0, .inherited = true},
    {field_alternative_condition, 1, .inherited = true},
    {field_empty, 0, .inherited = true},
    {field_empty, 1, .inherited = true},
    {field_error, 0, .inherited = true},
    {field_error, 1, .inherited = true},
    {field_loading, 0, .inherited = true},
    {field_loading, 1, .inherited = true},
    {field_placeholder, 0, .inherited = true},
    {field_placeholder, 1, .inherited = true},
  [27] =
    {field_operator, 0},
    {field_value, 1},
  [29] =
    {field_pipes, 1},
  [30] =
    {field_body, 2},
  [31] =
    {field_alternative, 1, .inherited = true},
    {field_alternative_condition, 1, .inherited = true},
    {field_empty, 1, .inherited = true},
    {field_error, 1, .inherited = true},
    {field_loading, 1, .inherited = true},
    {field_placeholder, 1, .inherited = true},
  [37] =
    {field_function, 0},
  [38] =
    {field_condition, 0},
    {field_default, 2},
  [40] =
    {field_left, 0},
    {field_operator, 1},
    {field_right, 2},
  [43] =
    {field_left, 0},
    {field_right, 2},
  [45] =
    {field_name, 0},
  [46] =
    {field_object, 0},
    {field_property, 2},
  [48] =
    {field_call, 2},
    {field_object, 0},
  [50] =
    {field_body, 3},
  [51] =
    {field_key, 0},
    {field_value, 2},
  [53] =
    {field_arguments, 2},
    {field_function, 0},
  [55] =
    {field_arguments, 1},
    {field_name, 0},
  [57] =
    {field_name, 0},
    {field_value, 2},
  [59] =
    {field_trigger, 1},
  [60] =
    {field_condition, 1},
  [61] =
    {field_minimum, 1},
  [62] =
    {field_condition, 1},
    {field_consequence, 3},
  [64] =
    {field_alternative, 4},
    {field_condition, 0},
    {field_consequence, 2},
  [67] =
    {field_body, 5},
    {field_value, 3},
  [69] =
    {field_trigger, 2},
  [70] =
    {field_condition, 1},
    {field_condition, 2, .inherited = true},
  [72] =
    {field_condition, 0, .inherited = true},
    {field_condition, 1, .inherited = true},
  [74] =
    {field_value, 1},
  [75] =
    {field_body, 5},
    {field_declaration, 3},
  [77] =
    {field_trigger, 3},
  [78] =
    {field_condition, 1},
    {field_consequence, 4},
    {field_reference, 2},
  [81] =
    {field_condition, 1},
    {field_condition, 3},
  [83] =
    {field_alias, 2},
  [84] =
    {field_body, 6},
    {field_declaration, 3},
    {field_reference, 4},
  [87] =
    {field_alias, 2},
    {field_alias, 3, .inherited = true},
  [89] =
    {field_alias, 1, .inherited = true},
  [90] =
    {field_named, 1, .inherited = true},
  [91] =
    {field_name, 0},
    {field_track, 5},
    {field_value, 2},
  [94] =
    {field_alias, 1},
  [95] =
    {field_alias, 0, .inherited = true},
    {field_alias, 1, .inherited = true},
  [97] =
    {field_alias, 1, .inherited = true},
    {field_name, 0},
  [99] =
    {field_alias, 1, .inherited = true},
    {field_named, 2, .inherited = true},
  [101] =
    {field_named, 2, .inherited = true},
  [102] =
    {field_alternative, 2, .inherited = true},
    {field_alternative_condition, 2, .inherited = true},
    {field_empty, 2, .inherited = true},
    {field_error, 2, .inherited = true},
    {field_loading, 2, .inherited = true},
    {field_placeholder, 2, .inherited = true},
  [108] =
    {field_name, 0},
    {field_operator, 1},
    {field_value, 2},
  [111] =
    {field_alias, 1, .inherited = true},
    {field_named, 3, .inherited = true},
  [113] =
    {field_name, 1},
    {field_operator, 2},
    {field_value, 3},
  [116] =
    {field_alias, 3, .inherited = true},
    {field_name, 0},
    {field_operator, 1},
    {field_value, 2},
  [120] =
    {field_named, 1},
  [121] =
    {field_alias, 4, .inherited = true},
    {field_name, 1},
    {field_operator, 2},
    {field_value, 3},
};

static const TSSymbol ts_alias_sequences[PRODUCTION_ID_COUNT][MAX_ALIAS_SEQUENCE_LENGTH] = {
  [0] = {0},
  [17] = {
    [1] = alias_sym_conditional_operator,
  },
  [21] = {
    [1] = anon_sym_switch,
  },
  [31] = {
    [3] = anon_sym_QMARK,
  },
  [54] = {
    [1] = anon_sym_let,
  },
};

static const uint16_t ts_non_terminal_alias_map[] = {
  0,
};

static const TSStateId ts_primary_state_ids[STATE_COUNT] = {
  [0] = 0,
  [1] = 1,
  [2] = 2,
  [3] = 3,
  [4] = 4,
  [5] = 2,
  [6] = 4,
  [7] = 7,
  [8] = 8,
  [9] = 8,
  [10] = 7,
  [11] = 11,
  [12] = 3,
  [13] = 13,
  [14] = 7,
  [15] = 8,
  [16] = 16,
  [17] = 17,
  [18] = 18,
  [19] = 19,
  [20] = 20,
  [21] = 21,
  [22] = 19,
  [23] = 23,
  [24] = 24,
  [25] = 25,
  [26] = 26,
  [27] = 24,
  [28] = 28,
  [29] = 29,
  [30] = 30,
  [31] = 23,
  [32] = 32,
  [33] = 33,
  [34] = 34,
  [35] = 35,
  [36] = 36,
  [37] = 37,
  [38] = 18,
  [39] = 39,
  [40] = 39,
  [41] = 17,
  [42] = 42,
  [43] = 43,
  [44] = 26,
  [45] = 29,
  [46] = 42,
  [47] = 25,
  [48] = 48,
  [49] = 49,
  [50] = 50,
  [51] = 32,
  [52] = 49,
  [53] = 35,
  [54] = 20,
  [55] = 34,
  [56] = 30,
  [57] = 57,
  [58] = 58,
  [59] = 21,
  [60] = 33,
  [61] = 36,
  [62] = 58,
  [63] = 50,
  [64] = 64,
  [65] = 28,
  [66] = 66,
  [67] = 67,
  [68] = 68,
  [69] = 48,
  [70] = 42,
  [71] = 71,
  [72] = 67,
  [73] = 67,
  [74] = 43,
  [75] = 68,
  [76] = 76,
  [77] = 68,
  [78] = 78,
  [79] = 67,
  [80] = 39,
  [81] = 81,
  [82] = 82,
  [83] = 68,
  [84] = 84,
  [85] = 64,
  [86] = 57,
  [87] = 87,
  [88] = 88,
  [89] = 89,
  [90] = 90,
  [91] = 91,
  [92] = 92,
  [93] = 19,
  [94] = 92,
  [95] = 95,
  [96] = 17,
  [97] = 18,
  [98] = 39,
  [99] = 42,
  [100] = 30,
  [101] = 88,
  [102] = 20,
  [103] = 89,
  [104] = 36,
  [105] = 29,
  [106] = 28,
  [107] = 21,
  [108] = 25,
  [109] = 33,
  [110] = 26,
  [111] = 35,
  [112] = 34,
  [113] = 32,
  [114] = 114,
  [115] = 115,
  [116] = 116,
  [117] = 91,
  [118] = 118,
  [119] = 118,
  [120] = 43,
  [121] = 116,
  [122] = 115,
  [123] = 95,
  [124] = 115,
  [125] = 48,
  [126] = 115,
  [127] = 57,
  [128] = 128,
  [129] = 114,
  [130] = 64,
  [131] = 128,
  [132] = 128,
  [133] = 128,
  [134] = 118,
  [135] = 116,
  [136] = 88,
  [137] = 137,
  [138] = 137,
  [139] = 139,
  [140] = 137,
  [141] = 89,
  [142] = 137,
  [143] = 118,
  [144] = 144,
  [145] = 95,
  [146] = 144,
  [147] = 144,
  [148] = 91,
  [149] = 116,
  [150] = 144,
  [151] = 144,
  [152] = 152,
  [153] = 153,
  [154] = 114,
  [155] = 155,
  [156] = 156,
  [157] = 157,
  [158] = 155,
  [159] = 153,
  [160] = 152,
  [161] = 161,
  [162] = 157,
  [163] = 155,
  [164] = 164,
  [165] = 165,
  [166] = 166,
  [167] = 167,
  [168] = 168,
  [169] = 156,
  [170] = 155,
  [171] = 167,
  [172] = 116,
  [173] = 165,
  [174] = 174,
  [175] = 175,
  [176] = 176,
  [177] = 177,
  [178] = 178,
  [179] = 175,
  [180] = 180,
  [181] = 180,
  [182] = 175,
  [183] = 177,
  [184] = 180,
  [185] = 185,
  [186] = 186,
  [187] = 180,
  [188] = 177,
  [189] = 177,
  [190] = 185,
  [191] = 175,
  [192] = 192,
  [193] = 193,
  [194] = 194,
  [195] = 194,
  [196] = 196,
  [197] = 193,
  [198] = 193,
  [199] = 193,
  [200] = 193,
  [201] = 19,
  [202] = 18,
  [203] = 192,
  [204] = 17,
  [205] = 28,
  [206] = 21,
  [207] = 25,
  [208] = 35,
  [209] = 32,
  [210] = 20,
  [211] = 29,
  [212] = 36,
  [213] = 26,
  [214] = 34,
  [215] = 33,
  [216] = 216,
  [217] = 217,
  [218] = 196,
  [219] = 219,
  [220] = 220,
  [221] = 30,
  [222] = 43,
  [223] = 223,
  [224] = 57,
  [225] = 64,
  [226] = 223,
  [227] = 227,
  [228] = 88,
  [229] = 229,
  [230] = 230,
  [231] = 89,
  [232] = 230,
  [233] = 233,
  [234] = 234,
  [235] = 235,
  [236] = 236,
  [237] = 237,
  [238] = 238,
  [239] = 239,
  [240] = 240,
  [241] = 241,
  [242] = 242,
  [243] = 243,
  [244] = 244,
  [245] = 245,
  [246] = 246,
  [247] = 247,
  [248] = 248,
  [249] = 249,
  [250] = 245,
  [251] = 251,
  [252] = 252,
  [253] = 253,
  [254] = 254,
  [255] = 255,
  [256] = 256,
  [257] = 257,
  [258] = 258,
  [259] = 259,
  [260] = 260,
  [261] = 261,
  [262] = 262,
  [263] = 263,
  [264] = 264,
  [265] = 265,
  [266] = 266,
  [267] = 267,
  [268] = 268,
  [269] = 269,
  [270] = 270,
  [271] = 91,
  [272] = 272,
  [273] = 273,
  [274] = 274,
  [275] = 275,
  [276] = 276,
  [277] = 277,
  [278] = 278,
  [279] = 279,
  [280] = 280,
  [281] = 95,
  [282] = 234,
  [283] = 283,
  [284] = 251,
  [285] = 285,
  [286] = 269,
  [287] = 272,
  [288] = 280,
  [289] = 283,
  [290] = 290,
  [291] = 114,
  [292] = 292,
  [293] = 293,
  [294] = 274,
  [295] = 243,
  [296] = 242,
  [297] = 241,
  [298] = 298,
  [299] = 238,
  [300] = 237,
  [301] = 290,
  [302] = 230,
  [303] = 303,
  [304] = 304,
  [305] = 244,
  [306] = 304,
  [307] = 233,
  [308] = 246,
  [309] = 247,
  [310] = 248,
  [311] = 255,
  [312] = 270,
  [313] = 257,
  [314] = 273,
  [315] = 264,
  [316] = 266,
  [317] = 277,
  [318] = 276,
  [319] = 279,
  [320] = 268,
  [321] = 263,
  [322] = 267,
  [323] = 259,
  [324] = 256,
  [325] = 283,
  [326] = 254,
  [327] = 275,
  [328] = 265,
  [329] = 253,
  [330] = 330,
  [331] = 252,
  [332] = 249,
  [333] = 290,
  [334] = 298,
  [335] = 335,
  [336] = 236,
  [337] = 283,
  [338] = 338,
  [339] = 278,
  [340] = 260,
  [341] = 290,
  [342] = 342,
  [343] = 262,
  [344] = 261,
  [345] = 258,
  [346] = 235,
  [347] = 239,
  [348] = 240,
  [349] = 293,
  [350] = 350,
  [351] = 342,
  [352] = 352,
  [353] = 353,
  [354] = 354,
  [355] = 355,
  [356] = 356,
  [357] = 357,
  [358] = 358,
  [359] = 359,
  [360] = 360,
  [361] = 361,
  [362] = 362,
  [363] = 363,
  [364] = 364,
  [365] = 230,
  [366] = 366,
  [367] = 352,
  [368] = 366,
  [369] = 354,
  [370] = 355,
  [371] = 359,
  [372] = 372,
  [373] = 298,
  [374] = 374,
  [375] = 361,
  [376] = 357,
  [377] = 353,
  [378] = 304,
  [379] = 227,
  [380] = 358,
  [381] = 363,
  [382] = 229,
  [383] = 350,
  [384] = 360,
  [385] = 356,
  [386] = 374,
  [387] = 387,
  [388] = 387,
  [389] = 389,
  [390] = 390,
  [391] = 391,
  [392] = 392,
  [393] = 393,
  [394] = 394,
  [395] = 389,
  [396] = 396,
  [397] = 397,
  [398] = 398,
  [399] = 304,
  [400] = 396,
  [401] = 401,
  [402] = 401,
  [403] = 403,
  [404] = 227,
  [405] = 405,
  [406] = 406,
  [407] = 407,
  [408] = 405,
  [409] = 407,
  [410] = 397,
  [411] = 397,
  [412] = 398,
  [413] = 413,
  [414] = 366,
  [415] = 396,
  [416] = 398,
  [417] = 417,
  [418] = 335,
  [419] = 330,
  [420] = 420,
  [421] = 417,
  [422] = 403,
  [423] = 285,
  [424] = 417,
  [425] = 403,
  [426] = 426,
  [427] = 229,
  [428] = 298,
  [429] = 403,
  [430] = 430,
  [431] = 396,
  [432] = 401,
  [433] = 433,
  [434] = 397,
  [435] = 406,
  [436] = 401,
  [437] = 407,
  [438] = 405,
  [439] = 390,
  [440] = 417,
  [441] = 407,
  [442] = 442,
  [443] = 443,
  [444] = 444,
  [445] = 445,
  [446] = 446,
  [447] = 447,
  [448] = 443,
  [449] = 449,
  [450] = 450,
  [451] = 444,
  [452] = 452,
  [453] = 446,
  [454] = 445,
  [455] = 455,
  [456] = 455,
  [457] = 457,
  [458] = 458,
  [459] = 455,
  [460] = 460,
  [461] = 461,
  [462] = 462,
  [463] = 463,
  [464] = 449,
  [465] = 465,
  [466] = 466,
  [467] = 455,
  [468] = 468,
  [469] = 463,
  [470] = 470,
  [471] = 471,
  [472] = 472,
  [473] = 473,
  [474] = 474,
  [475] = 475,
  [476] = 460,
  [477] = 473,
  [478] = 470,
  [479] = 479,
  [480] = 480,
  [481] = 481,
  [482] = 450,
  [483] = 483,
  [484] = 484,
  [485] = 485,
  [486] = 486,
  [487] = 487,
  [488] = 488,
  [489] = 335,
  [490] = 487,
  [491] = 491,
  [492] = 492,
  [493] = 493,
  [494] = 494,
  [495] = 330,
  [496] = 496,
  [497] = 497,
  [498] = 494,
  [499] = 499,
  [500] = 500,
  [501] = 501,
  [502] = 502,
  [503] = 503,
  [504] = 504,
  [505] = 494,
  [506] = 506,
  [507] = 503,
  [508] = 508,
  [509] = 509,
  [510] = 510,
  [511] = 366,
  [512] = 512,
  [513] = 513,
  [514] = 493,
  [515] = 515,
  [516] = 516,
  [517] = 517,
  [518] = 518,
  [519] = 483,
  [520] = 520,
  [521] = 520,
  [522] = 522,
  [523] = 523,
  [524] = 524,
  [525] = 494,
  [526] = 526,
  [527] = 285,
  [528] = 528,
  [529] = 529,
  [530] = 513,
  [531] = 484,
  [532] = 532,
  [533] = 533,
  [534] = 534,
  [535] = 499,
  [536] = 513,
  [537] = 523,
  [538] = 517,
  [539] = 484,
  [540] = 513,
  [541] = 484,
  [542] = 542,
  [543] = 486,
  [544] = 544,
  [545] = 545,
  [546] = 546,
  [547] = 522,
  [548] = 548,
  [549] = 508,
  [550] = 534,
  [551] = 548,
  [552] = 552,
  [553] = 553,
  [554] = 236,
  [555] = 555,
  [556] = 556,
  [557] = 555,
  [558] = 558,
  [559] = 556,
  [560] = 560,
  [561] = 561,
  [562] = 562,
  [563] = 563,
  [564] = 564,
  [565] = 565,
  [566] = 566,
  [567] = 566,
  [568] = 568,
  [569] = 568,
  [570] = 570,
  [571] = 571,
  [572] = 572,
  [573] = 571,
  [574] = 572,
  [575] = 575,
  [576] = 576,
  [577] = 577,
  [578] = 578,
  [579] = 579,
  [580] = 579,
  [581] = 581,
  [582] = 581,
  [583] = 583,
  [584] = 584,
  [585] = 585,
  [586] = 584,
  [587] = 587,
  [588] = 588,
  [589] = 587,
  [590] = 588,
  [591] = 591,
  [592] = 565,
  [593] = 593,
  [594] = 594,
  [595] = 570,
  [596] = 563,
  [597] = 597,
  [598] = 598,
  [599] = 599,
  [600] = 600,
  [601] = 581,
  [602] = 602,
  [603] = 603,
  [604] = 553,
  [605] = 605,
  [606] = 606,
  [607] = 607,
  [608] = 608,
  [609] = 609,
  [610] = 610,
  [611] = 611,
  [612] = 579,
  [613] = 613,
  [614] = 614,
  [615] = 583,
  [616] = 602,
  [617] = 594,
  [618] = 618,
  [619] = 611,
  [620] = 620,
  [621] = 621,
  [622] = 603,
  [623] = 623,
  [624] = 624,
  [625] = 625,
  [626] = 581,
  [627] = 610,
  [628] = 579,
  [629] = 609,
  [630] = 608,
  [631] = 561,
  [632] = 607,
  [633] = 606,
  [634] = 605,
  [635] = 239,
  [636] = 636,
  [637] = 637,
  [638] = 638,
  [639] = 639,
  [640] = 640,
  [641] = 641,
  [642] = 642,
  [643] = 643,
  [644] = 644,
  [645] = 645,
  [646] = 646,
  [647] = 642,
  [648] = 648,
  [649] = 649,
  [650] = 650,
  [651] = 651,
  [652] = 652,
  [653] = 653,
  [654] = 654,
  [655] = 655,
  [656] = 656,
  [657] = 657,
  [658] = 658,
  [659] = 659,
  [660] = 660,
  [661] = 654,
  [662] = 649,
  [663] = 656,
  [664] = 664,
  [665] = 665,
  [666] = 642,
  [667] = 667,
  [668] = 668,
  [669] = 650,
  [670] = 670,
  [671] = 650,
  [672] = 672,
  [673] = 673,
  [674] = 674,
  [675] = 650,
  [676] = 676,
  [677] = 677,
  [678] = 678,
  [679] = 679,
  [680] = 642,
  [681] = 681,
  [682] = 682,
  [683] = 683,
  [684] = 684,
  [685] = 674,
  [686] = 668,
  [687] = 637,
  [688] = 659,
  [689] = 682,
  [690] = 658,
  [691] = 657,
  [692] = 648,
  [693] = 681,
  [694] = 694,
  [695] = 695,
  [696] = 694,
  [697] = 697,
  [698] = 698,
  [699] = 699,
  [700] = 700,
  [701] = 679,
  [702] = 702,
  [703] = 703,
  [704] = 704,
  [705] = 703,
  [706] = 677,
  [707] = 707,
  [708] = 708,
  [709] = 672,
  [710] = 710,
  [711] = 711,
  [712] = 712,
  [713] = 713,
  [714] = 714,
  [715] = 715,
  [716] = 652,
  [717] = 717,
  [718] = 715,
  [719] = 713,
  [720] = 710,
  [721] = 721,
  [722] = 722,
  [723] = 704,
  [724] = 673,
};

static TSCharacterRange sym_attribute_name_character_set_1[] = {
  {0, 0x08}, {0x0e, 0x1f}, {'!', '!'}, {'#', '&'}, {'+', '-'}, {'/', ';'}, {'?', 'Z'}, {'\\', '\\'},
  {'^', 0x10ffff},
};

static bool ts_lex(TSLexer *lexer, TSStateId state) {
  START_LEXER();
  eof = lexer->eof(lexer);
  switch (state) {
    case 0:
      if (eof) ADVANCE(136);
      ADVANCE_MAP(
        '!', 257,
        '"', 200,
        '$', 115,
        '%', 302,
        '&', 12,
        '\'', 197,
        '(', 210,
        ')', 211,
        '*', 243,
        '+', 242,
        ',', 230,
        '-', 298,
        '.', 294,
        '/', 301,
        ':', 244,
        ';', 208,
        '<', 144,
        '=', 237,
        '>', 141,
        '?', 258,
        'D', 121,
        '[', 248,
        '\\', 110,
        ']', 249,
        '`', 297,
        'a', 54,
        'c', 24,
        'd', 43,
        'e', 77,
        'f', 85,
        'i', 55,
        'l', 45,
        'm', 66,
        'o', 56,
        'p', 71,
        's', 225,
        't', 94,
        'w', 64,
        '{', 204,
        '|', 262,
        '}', 205,
      );
      if (('\t' <= lookahead && lookahead <= '\r') ||
          lookahead == ' ') SKIP(134);
      if (('0' <= lookahead && lookahead <= '9')) ADVANCE(292);
      END_STATE();
    case 1:
      ADVANCE_MAP(
        '!', 21,
        '"', 200,
        '%', 302,
        '&', 15,
        '\'', 197,
        '(', 210,
        ')', 23,
        '*', 243,
        '+', 242,
        ',', 230,
        '-', 299,
        '.', 294,
        '/', 300,
        ':', 244,
        '<', 145,
        '=', 22,
        '>', 141,
        '?', 258,
        '[', 247,
        '|', 262,
        '}', 205,
      );
      if (('\t' <= lookahead && lookahead <= '\r') ||
          lookahead == ' ') SKIP(1);
      if (('$' <= lookahead && lookahead <= '9') ||
          ('A' <= lookahead && lookahead <= 'Z') ||
          lookahead == '_' ||
          ('a' <= lookahead && lookahead <= 'z')) ADVANCE(276);
      END_STATE();
    case 2:
      ADVANCE_MAP(
        '!', 21,
        '"', 200,
        '%', 302,
        '&', 15,
        '(', 210,
        ')', 211,
        '*', 243,
        '+', 242,
        ',', 230,
        '-', 298,
        '.', 294,
        '/', 300,
        ':', 244,
        ';', 208,
        '<', 145,
        '=', 237,
        '>', 141,
        '?', 258,
        '[', 247,
        ']', 249,
        'a', 97,
        'd', 52,
        'e', 77,
        'f', 85,
        'i', 55,
        'l', 45,
        'p', 70,
        's', 39,
        '|', 262,
        '}', 205,
      );
      if (('\t' <= lookahead && lookahead <= '\r') ||
          lookahead == ' ') SKIP(2);
      END_STATE();
    case 3:
      ADVANCE_MAP(
        '!', 256,
        '"', 200,
        '\'', 197,
        '(', 210,
        ')', 211,
        ';', 208,
        '[', 247,
        '`', 297,
        '{', 204,
      );
      if (('\t' <= lookahead && lookahead <= '\r') ||
          lookahead == ' ') SKIP(3);
      if (('0' <= lookahead && lookahead <= '9')) ADVANCE(263);
      if (lookahead == '$' ||
          lookahead == '-' ||
          ('A' <= lookahead && lookahead <= 'Z') ||
          ('_' <= lookahead && lookahead <= 'z')) ADVANCE(276);
      END_STATE();
    case 4:
      ADVANCE_MAP(
        '!', 256,
        '"', 200,
        '\'', 197,
        '(', 210,
        '[', 247,
        '`', 297,
        'l', 264,
        '{', 204,
      );
      if (('\t' <= lookahead && lookahead <= '\r') ||
          lookahead == ' ') SKIP(4);
      if (('0' <= lookahead && lookahead <= '9')) ADVANCE(263);
      if (lookahead == '$' ||
          lookahead == '-' ||
          ('A' <= lookahead && lookahead <= 'Z') ||
          ('_' <= lookahead && lookahead <= 'z')) ADVANCE(276);
      END_STATE();
    case 5:
      ADVANCE_MAP(
        '!', 20,
        '"', 200,
        '&', 15,
        '\'', 197,
        '(', 210,
        ')', 211,
        ',', 230,
        '.', 294,
        ':', 244,
        ';', 208,
        '=', 236,
        '?', 258,
        '[', 247,
        ']', 249,
        '|', 262,
        '}', 205,
      );
      if (('\t' <= lookahead && lookahead <= '\r') ||
          lookahead == ' ') SKIP(5);
      if (lookahead == '$' ||
          lookahead == '-' ||
          ('0' <= lookahead && lookahead <= '9') ||
          ('A' <= lookahead && lookahead <= 'Z') ||
          lookahead == '_' ||
          ('a' <= lookahead && lookahead <= 'z')) ADVANCE(276);
      END_STATE();
    case 6:
      if (lookahead == '"') ADVANCE(200);
      if (lookahead == '\'') ADVANCE(197);
      if (('\t' <= lookahead && lookahead <= '\r') ||
          lookahead == ' ') SKIP(6);
      if (lookahead != 0 &&
          (lookahead < '<' || '>' < lookahead)) ADVANCE(156);
      END_STATE();
    case 7:
      ADVANCE_MAP(
        '"', 200,
        '(', 210,
        '*', 243,
        '/', 279,
        '>', 140,
        '[', 248,
        '\\', 278,
        '\'', 277,
        ')', 277,
        '.', 277,
        '<', 277,
        '=', 277,
        ']', 277,
      );
      if (('\t' <= lookahead && lookahead <= '\r') ||
          lookahead == ' ') ADVANCE(277);
      if (lookahead != 0) ADVANCE(281);
      END_STATE();
    case 8:
      ADVANCE_MAP(
        '"', 200,
        '(', 210,
        '*', 243,
        '>', 140,
        '[', 248,
        '\\', 278,
        '\'', 277,
        ')', 277,
        '.', 277,
        '<', 277,
        '=', 277,
        ']', 277,
      );
      if (('\t' <= lookahead && lookahead <= '\r') ||
          lookahead == ' ') ADVANCE(277);
      if (lookahead != 0) ADVANCE(281);
      END_STATE();
    case 9:
      if (lookahead == '"') ADVANCE(200);
      if (lookahead == ',') ADVANCE(230);
      if (lookahead == ':') ADVANCE(244);
      if (lookahead == ';') ADVANCE(208);
      if (lookahead == '=') ADVANCE(236);
      if (lookahead == 'a') ADVANCE(270);
      if (('\t' <= lookahead && lookahead <= '\r') ||
          lookahead == ' ') SKIP(9);
      if (lookahead == '$' ||
          lookahead == '-' ||
          ('0' <= lookahead && lookahead <= '9') ||
          ('A' <= lookahead && lookahead <= 'Z') ||
          lookahead == '_' ||
          ('b' <= lookahead && lookahead <= 'z')) ADVANCE(276);
      END_STATE();
    case 10:
      if (lookahead == '"') ADVANCE(200);
      if (lookahead == '\\') ADVANCE(280);
      if (('\t' <= lookahead && lookahead <= '\r') ||
          lookahead == ' ') ADVANCE(277);
      if (lookahead != 0) ADVANCE(277);
      END_STATE();
    case 11:
      if (lookahead == '"') ADVANCE(200);
      if (('\t' <= lookahead && lookahead <= '\r') ||
          lookahead == ' ') ADVANCE(201);
      if (lookahead != 0) ADVANCE(202);
      END_STATE();
    case 12:
      if (lookahead == '#') ADVANCE(124);
      if (lookahead == '&') ADVANCE(261);
      if (('A' <= lookahead && lookahead <= 'Z') ||
          ('a' <= lookahead && lookahead <= 'z')) ADVANCE(196);
      END_STATE();
    case 13:
      if (lookahead == '#') ADVANCE(124);
      if (('A' <= lookahead && lookahead <= 'Z') ||
          ('a' <= lookahead && lookahead <= 'z')) ADVANCE(196);
      END_STATE();
    case 14:
      if (lookahead == '$') ADVANCE(115);
      if (lookahead == '\\') ADVANCE(133);
      if (lookahead == '`') ADVANCE(297);
      if (('\t' <= lookahead && lookahead <= '\r') ||
          lookahead == ' ') ADVANCE(253);
      if (lookahead != 0) ADVANCE(254);
      END_STATE();
    case 15:
      if (lookahead == '&') ADVANCE(261);
      END_STATE();
    case 16:
      if (lookahead == '\'') ADVANCE(197);
      if (lookahead == '\\') ADVANCE(283);
      if (('\t' <= lookahead && lookahead <= '\r') ||
          lookahead == ' ') ADVANCE(282);
      if (lookahead != 0) ADVANCE(282);
      END_STATE();
    case 17:
      if (lookahead == '\'') ADVANCE(197);
      if (('\t' <= lookahead && lookahead <= '\r') ||
          lookahead == ' ') ADVANCE(198);
      if (lookahead != 0) ADVANCE(199);
      END_STATE();
    case 18:
      if (lookahead == '(') ADVANCE(210);
      if (lookahead == '*') ADVANCE(243);
      if (lookahead == '/') ADVANCE(148);
      if (lookahead == '=') ADVANCE(236);
      if (lookahead == '>') ADVANCE(140);
      if (lookahead == '[') ADVANCE(248);
      if (('\t' <= lookahead && lookahead <= '\r') ||
          lookahead == ' ') SKIP(18);
      if (lookahead != 0 &&
          lookahead != '"' &&
          (lookahead < '\'' || '*' < lookahead) &&
          lookahead != '.' &&
          lookahead != '/' &&
          (lookahead < '<' || '>' < lookahead) &&
          lookahead != ']') ADVANCE(155);
      END_STATE();
    case 19:
      if (lookahead == '(') ADVANCE(210);
      if (lookahead == '*') ADVANCE(243);
      if (lookahead == '=') ADVANCE(236);
      if (lookahead == '>') ADVANCE(140);
      if (lookahead == '[') ADVANCE(248);
      if (('\t' <= lookahead && lookahead <= '\r') ||
          lookahead == ' ') SKIP(19);
      if (lookahead != 0 &&
          lookahead != '"' &&
          (lookahead < '\'' || '*' < lookahead) &&
          lookahead != '.' &&
          (lookahead < '<' || '>' < lookahead) &&
          lookahead != ']') ADVANCE(155);
      END_STATE();
    case 20:
      if (lookahead == '.') ADVANCE(296);
      END_STATE();
    case 21:
      if (lookahead == '.') ADVANCE(296);
      if (lookahead == '=') ADVANCE(305);
      END_STATE();
    case 22:
      if (lookahead == '=') ADVANCE(303);
      END_STATE();
    case 23:
      if (lookahead == ']') ADVANCE(251);
      END_STATE();
    case 24:
      if (lookahead == 'a') ADVANCE(99);
      if (lookahead == 'o') ADVANCE(84);
      END_STATE();
    case 25:
      if (lookahead == 'a') ADVANCE(37);
      END_STATE();
    case 26:
      if (lookahead == 'a') ADVANCE(36);
      if (lookahead == 'u') ADVANCE(95);
      END_STATE();
    case 27:
      if (lookahead == 'a') ADVANCE(111);
      if (lookahead == 'e') ADVANCE(91);
      END_STATE();
    case 28:
      if (lookahead == 'a') ADVANCE(30);
      END_STATE();
    case 29:
      if (lookahead == 'a') ADVANCE(72);
      END_STATE();
    case 30:
      if (lookahead == 'c') ADVANCE(69);
      END_STATE();
    case 31:
      if (lookahead == 'c') ADVANCE(269);
      if (lookahead == 'e') ADVANCE(267);
      if (('\t' <= lookahead && lookahead <= '\r') ||
          lookahead == ' ') SKIP(31);
      if (lookahead == '$' ||
          lookahead == '-' ||
          ('0' <= lookahead && lookahead <= '9') ||
          ('A' <= lookahead && lookahead <= 'Z') ||
          lookahead == '_' ||
          ('a' <= lookahead && lookahead <= 'z')) ADVANCE(276);
      END_STATE();
    case 32:
      if (lookahead == 'c') ADVANCE(269);
      if (('\t' <= lookahead && lookahead <= '\r') ||
          lookahead == ' ') SKIP(32);
      if (lookahead == '$' ||
          lookahead == '-' ||
          ('0' <= lookahead && lookahead <= '9') ||
          ('A' <= lookahead && lookahead <= 'Z') ||
          lookahead == '_' ||
          ('a' <= lookahead && lookahead <= 'z')) ADVANCE(276);
      END_STATE();
    case 33:
      if (lookahead == 'c') ADVANCE(61);
      END_STATE();
    case 34:
      if (lookahead == 'c') ADVANCE(62);
      END_STATE();
    case 35:
      if (lookahead == 'c') ADVANCE(103);
      END_STATE();
    case 36:
      if (lookahead == 'c') ADVANCE(44);
      END_STATE();
    case 37:
      if (lookahead == 'd') ADVANCE(68);
      END_STATE();
    case 38:
      if (lookahead == 'd') ADVANCE(51);
      END_STATE();
    case 39:
      if (lookahead == 'e') ADVANCE(75);
      if (lookahead == 'w') ADVANCE(67);
      END_STATE();
    case 40:
      if (lookahead == 'e') ADVANCE(212);
      END_STATE();
    case 41:
      if (lookahead == 'e') ADVANCE(231);
      END_STATE();
    case 42:
      if (lookahead == 'e') ADVANCE(113);
      END_STATE();
    case 43:
      if (lookahead == 'e') ADVANCE(57);
      if (lookahead == 'O' ||
          lookahead == 'o') ADVANCE(119);
      END_STATE();
    case 44:
      if (lookahead == 'e') ADVANCE(63);
      END_STATE();
    case 45:
      if (lookahead == 'e') ADVANCE(101);
      if (lookahead == 'o') ADVANCE(25);
      END_STATE();
    case 46:
      if (lookahead == 'e') ADVANCE(58);
      END_STATE();
    case 47:
      if (lookahead == 'e') ADVANCE(81);
      END_STATE();
    case 48:
      if (lookahead == 'e') ADVANCE(35);
      END_STATE();
    case 49:
      if (lookahead == 'e') ADVANCE(90);
      END_STATE();
    case 50:
      if (lookahead == 'e') ADVANCE(91);
      END_STATE();
    case 51:
      if (lookahead == 'e') ADVANCE(93);
      END_STATE();
    case 52:
      if (lookahead == 'e') ADVANCE(59);
      END_STATE();
    case 53:
      if (lookahead == 'e') ADVANCE(108);
      END_STATE();
    case 54:
      if (lookahead == 'f') ADVANCE(106);
      if (lookahead == 's') ADVANCE(234);
      END_STATE();
    case 55:
      if (lookahead == 'f') ADVANCE(233);
      END_STATE();
    case 56:
      if (lookahead == 'f') ADVANCE(228);
      if (lookahead == 'n') ADVANCE(220);
      END_STATE();
    case 57:
      if (lookahead == 'f') ADVANCE(27);
      END_STATE();
    case 58:
      if (lookahead == 'f') ADVANCE(53);
      END_STATE();
    case 59:
      if (lookahead == 'f') ADVANCE(50);
      END_STATE();
    case 60:
      if (lookahead == 'g') ADVANCE(216);
      END_STATE();
    case 61:
      if (lookahead == 'h') ADVANCE(209);
      END_STATE();
    case 62:
      if (lookahead == 'h') ADVANCE(218);
      END_STATE();
    case 63:
      if (lookahead == 'h') ADVANCE(86);
      END_STATE();
    case 64:
      if (lookahead == 'h') ADVANCE(47);
      END_STATE();
    case 65:
      if (lookahead == 'i') ADVANCE(79);
      END_STATE();
    case 66:
      if (lookahead == 'i') ADVANCE(83);
      if (lookahead == 's') ADVANCE(223);
      END_STATE();
    case 67:
      if (lookahead == 'i') ADVANCE(107);
      END_STATE();
    case 68:
      if (lookahead == 'i') ADVANCE(82);
      END_STATE();
    case 69:
      if (lookahead == 'k') ADVANCE(229);
      END_STATE();
    case 70:
      if (lookahead == 'l') ADVANCE(26);
      END_STATE();
    case 71:
      if (lookahead == 'l') ADVANCE(26);
      if (lookahead == 'r') ADVANCE(46);
      END_STATE();
    case 72:
      if (lookahead == 'l') ADVANCE(238);
      END_STATE();
    case 73:
      if (lookahead == 'l') ADVANCE(264);
      if (('\t' <= lookahead && lookahead <= '\r') ||
          lookahead == ' ') SKIP(73);
      if (lookahead == '$' ||
          lookahead == '-' ||
          ('0' <= lookahead && lookahead <= '9') ||
          ('A' <= lookahead && lookahead <= 'Z') ||
          lookahead == '_' ||
          ('a' <= lookahead && lookahead <= 'z')) ADVANCE(276);
      END_STATE();
    case 74:
      if (lookahead == 'l') ADVANCE(38);
      END_STATE();
    case 75:
      if (lookahead == 'l') ADVANCE(48);
      END_STATE();
    case 76:
      if (lookahead == 'l') ADVANCE(105);
      END_STATE();
    case 77:
      if (lookahead == 'l') ADVANCE(100);
      if (lookahead == 'm') ADVANCE(88);
      if (lookahead == 'r') ADVANCE(96);
      END_STATE();
    case 78:
      if (lookahead == 'm') ADVANCE(222);
      END_STATE();
    case 79:
      if (lookahead == 'm') ADVANCE(112);
      END_STATE();
    case 80:
      if (lookahead == 'm') ADVANCE(98);
      if (lookahead == 's') ADVANCE(224);
      if (('\t' <= lookahead && lookahead <= '\r') ||
          lookahead == ' ') SKIP(80);
      END_STATE();
    case 81:
      if (lookahead == 'n') ADVANCE(219);
      END_STATE();
    case 82:
      if (lookahead == 'n') ADVANCE(60);
      END_STATE();
    case 83:
      if (lookahead == 'n') ADVANCE(65);
      END_STATE();
    case 84:
      if (lookahead == 'n') ADVANCE(109);
      END_STATE();
    case 85:
      if (lookahead == 'o') ADVANCE(89);
      END_STATE();
    case 86:
      if (lookahead == 'o') ADVANCE(74);
      END_STATE();
    case 87:
      if (lookahead == 'o') ADVANCE(92);
      END_STATE();
    case 88:
      if (lookahead == 'p') ADVANCE(102);
      END_STATE();
    case 89:
      if (lookahead == 'r') ADVANCE(226);
      END_STATE();
    case 90:
      if (lookahead == 'r') ADVANCE(221);
      END_STATE();
    case 91:
      if (lookahead == 'r') ADVANCE(214);
      END_STATE();
    case 92:
      if (lookahead == 'r') ADVANCE(217);
      END_STATE();
    case 93:
      if (lookahead == 'r') ADVANCE(215);
      END_STATE();
    case 94:
      if (lookahead == 'r') ADVANCE(28);
      END_STATE();
    case 95:
      if (lookahead == 'r') ADVANCE(29);
      END_STATE();
    case 96:
      if (lookahead == 'r') ADVANCE(87);
      END_STATE();
    case 97:
      if (lookahead == 's') ADVANCE(234);
      END_STATE();
    case 98:
      if (lookahead == 's') ADVANCE(223);
      END_STATE();
    case 99:
      if (lookahead == 's') ADVANCE(40);
      END_STATE();
    case 100:
      if (lookahead == 's') ADVANCE(41);
      END_STATE();
    case 101:
      if (lookahead == 't') ADVANCE(206);
      END_STATE();
    case 102:
      if (lookahead == 't') ADVANCE(114);
      END_STATE();
    case 103:
      if (lookahead == 't') ADVANCE(239);
      END_STATE();
    case 104:
      if (lookahead == 't') ADVANCE(245);
      END_STATE();
    case 105:
      if (lookahead == 't') ADVANCE(213);
      END_STATE();
    case 106:
      if (lookahead == 't') ADVANCE(49);
      END_STATE();
    case 107:
      if (lookahead == 't') ADVANCE(33);
      END_STATE();
    case 108:
      if (lookahead == 't') ADVANCE(34);
      END_STATE();
    case 109:
      if (lookahead == 't') ADVANCE(42);
      END_STATE();
    case 110:
      if (lookahead == 'u') ADVANCE(116);
      if (lookahead == 'x') ADVANCE(132);
      if (lookahead == '\r' ||
          lookahead == '?') ADVANCE(286);
      if (('0' <= lookahead && lookahead <= '7')) ADVANCE(289);
      if (lookahead != 0) ADVANCE(284);
      END_STATE();
    case 111:
      if (lookahead == 'u') ADVANCE(76);
      END_STATE();
    case 112:
      if (lookahead == 'u') ADVANCE(78);
      END_STATE();
    case 113:
      if (lookahead == 'x') ADVANCE(104);
      END_STATE();
    case 114:
      if (lookahead == 'y') ADVANCE(227);
      END_STATE();
    case 115:
      if (lookahead == '{') ADVANCE(255);
      END_STATE();
    case 116:
      if (lookahead == '{') ADVANCE(131);
      if (('0' <= lookahead && lookahead <= '9') ||
          ('A' <= lookahead && lookahead <= 'F') ||
          ('a' <= lookahead && lookahead <= 'f')) ADVANCE(128);
      END_STATE();
    case 117:
      if (lookahead == '}') ADVANCE(205);
      if (('\t' <= lookahead && lookahead <= '\r') ||
          lookahead == ' ') ADVANCE(240);
      if (lookahead != 0 &&
          lookahead != '{') ADVANCE(241);
      END_STATE();
    case 118:
      if (lookahead == '}') ADVANCE(284);
      if (('0' <= lookahead && lookahead <= '9') ||
          ('A' <= lookahead && lookahead <= 'F') ||
          ('a' <= lookahead && lookahead <= 'f')) ADVANCE(118);
      END_STATE();
    case 119:
      if (lookahead == 'C' ||
          lookahead == 'c') ADVANCE(123);
      END_STATE();
    case 120:
      if (lookahead == 'E' ||
          lookahead == 'e') ADVANCE(142);
      END_STATE();
    case 121:
      if (lookahead == 'O' ||
          lookahead == 'o') ADVANCE(119);
      END_STATE();
    case 122:
      if (lookahead == 'P' ||
          lookahead == 'p') ADVANCE(120);
      END_STATE();
    case 123:
      if (lookahead == 'T' ||
          lookahead == 't') ADVANCE(125);
      END_STATE();
    case 124:
      if (lookahead == 'X' ||
          lookahead == 'x') ADVANCE(130);
      if (('0' <= lookahead && lookahead <= '9')) ADVANCE(162);
      END_STATE();
    case 125:
      if (lookahead == 'Y' ||
          lookahead == 'y') ADVANCE(122);
      END_STATE();
    case 126:
      if (('\t' <= lookahead && lookahead <= '\r') ||
          lookahead == ' ') ADVANCE(126);
      if (lookahead != 0 &&
          lookahead != '&' &&
          lookahead != '<' &&
          lookahead != '>' &&
          lookahead != '@' &&
          lookahead != '{' &&
          lookahead != '}') ADVANCE(203);
      END_STATE();
    case 127:
      if (('\t' <= lookahead && lookahead <= '\r') ||
          lookahead == ' ') ADVANCE(138);
      if (lookahead != 0 &&
          lookahead != '>') ADVANCE(139);
      END_STATE();
    case 128:
      if (('0' <= lookahead && lookahead <= '9') ||
          ('A' <= lookahead && lookahead <= 'F') ||
          ('a' <= lookahead && lookahead <= 'f')) ADVANCE(132);
      END_STATE();
    case 129:
      if (('0' <= lookahead && lookahead <= '9') ||
          ('A' <= lookahead && lookahead <= 'F') ||
          ('a' <= lookahead && lookahead <= 'f')) ADVANCE(284);
      END_STATE();
    case 130:
      if (('0' <= lookahead && lookahead <= '9') ||
          ('A' <= lookahead && lookahead <= 'F') ||
          ('a' <= lookahead && lookahead <= 'f')) ADVANCE(167);
      END_STATE();
    case 131:
      if (('0' <= lookahead && lookahead <= '9') ||
          ('A' <= lookahead && lookahead <= 'F') ||
          ('a' <= lookahead && lookahead <= 'f')) ADVANCE(118);
      END_STATE();
    case 132:
      if (('0' <= lookahead && lookahead <= '9') ||
          ('A' <= lookahead && lookahead <= 'F') ||
          ('a' <= lookahead && lookahead <= 'f')) ADVANCE(129);
      END_STATE();
    case 133:
      if (lookahead != 0 &&
          lookahead != '\n') ADVANCE(254);
      END_STATE();
    case 134:
      if (eof) ADVANCE(136);
      ADVANCE_MAP(
        '!', 257,
        '"', 200,
        '$', 115,
        '%', 302,
        '&', 12,
        '\'', 197,
        '(', 210,
        ')', 211,
        '*', 243,
        '+', 242,
        ',', 230,
        '-', 298,
        '.', 294,
        '/', 301,
        ':', 244,
        ';', 208,
        '<', 144,
        '=', 237,
        '>', 141,
        '?', 258,
        'D', 121,
        '[', 248,
        ']', 249,
        '`', 297,
        'a', 54,
        'c', 24,
        'd', 43,
        'e', 77,
        'f', 85,
        'i', 55,
        'l', 45,
        'm', 66,
        'o', 56,
        'p', 71,
        's', 225,
        't', 94,
        'w', 64,
        '{', 204,
        '|', 262,
        '}', 205,
      );
      if (('\t' <= lookahead && lookahead <= '\r') ||
          lookahead == ' ') SKIP(134);
      if (('0' <= lookahead && lookahead <= '9')) ADVANCE(292);
      END_STATE();
    case 135:
      if (eof) ADVANCE(136);
      if (lookahead == '&') ADVANCE(13);
      if (lookahead == '<') ADVANCE(143);
      if (lookahead == '>') ADVANCE(140);
      if (lookahead == '{') ADVANCE(204);
      if (lookahead == '}') ADVANCE(205);
      if (('\t' <= lookahead && lookahead <= '\r') ||
          lookahead == ' ') SKIP(135);
      if (lookahead != 0 &&
          lookahead != '@') ADVANCE(203);
      END_STATE();
    case 136:
      ACCEPT_TOKEN(ts_builtin_sym_end);
      END_STATE();
    case 137:
      ACCEPT_TOKEN(anon_sym_LT_BANG);
      END_STATE();
    case 138:
      ACCEPT_TOKEN(aux_sym_doctype_token1);
      if (('\t' <= lookahead && lookahead <= '\r') ||
          lookahead == ' ') ADVANCE(138);
      if (lookahead != 0 &&
          lookahead != '>') ADVANCE(139);
      END_STATE();
    case 139:
      ACCEPT_TOKEN(aux_sym_doctype_token1);
      if (lookahead != 0 &&
          lookahead != '>') ADVANCE(139);
      END_STATE();
    case 140:
      ACCEPT_TOKEN(anon_sym_GT);
      END_STATE();
    case 141:
      ACCEPT_TOKEN(anon_sym_GT);
      if (lookahead == '=') ADVANCE(308);
      END_STATE();
    case 142:
      ACCEPT_TOKEN(sym__doctype);
      END_STATE();
    case 143:
      ACCEPT_TOKEN(anon_sym_LT);
      if (lookahead == '!') ADVANCE(137);
      if (lookahead == '/') ADVANCE(147);
      END_STATE();
    case 144:
      ACCEPT_TOKEN(anon_sym_LT);
      if (lookahead == '!') ADVANCE(137);
      if (lookahead == '/') ADVANCE(147);
      if (lookahead == '=') ADVANCE(307);
      END_STATE();
    case 145:
      ACCEPT_TOKEN(anon_sym_LT);
      if (lookahead == '=') ADVANCE(307);
      END_STATE();
    case 146:
      ACCEPT_TOKEN(anon_sym_SLASH_GT);
      END_STATE();
    case 147:
      ACCEPT_TOKEN(anon_sym_LT_SLASH);
      END_STATE();
    case 148:
      ACCEPT_TOKEN(sym_attribute_name);
      if (lookahead == '>') ADVANCE(146);
      if ((!eof && set_contains(sym_attribute_name_character_set_1, 9, lookahead))) ADVANCE(155);
      END_STATE();
    case 149:
      ACCEPT_TOKEN(sym_attribute_name);
      if (lookahead == '{') ADVANCE(153);
      if (('0' <= lookahead && lookahead <= '9') ||
          ('A' <= lookahead && lookahead <= 'F') ||
          ('a' <= lookahead && lookahead <= 'f')) ADVANCE(151);
      if ((!eof && set_contains(sym_attribute_name_character_set_1, 9, lookahead))) ADVANCE(155);
      END_STATE();
    case 150:
      ACCEPT_TOKEN(sym_attribute_name);
      if (lookahead == '}') ADVANCE(291);
      if (('0' <= lookahead && lookahead <= '9') ||
          ('A' <= lookahead && lookahead <= 'F') ||
          ('a' <= lookahead && lookahead <= 'f')) ADVANCE(150);
      if ((!eof && set_contains(sym_attribute_name_character_set_1, 9, lookahead))) ADVANCE(155);
      END_STATE();
    case 151:
      ACCEPT_TOKEN(sym_attribute_name);
      if (('0' <= lookahead && lookahead <= '9') ||
          ('A' <= lookahead && lookahead <= 'F') ||
          ('a' <= lookahead && lookahead <= 'f')) ADVANCE(154);
      if ((!eof && set_contains(sym_attribute_name_character_set_1, 9, lookahead))) ADVANCE(155);
      END_STATE();
    case 152:
      ACCEPT_TOKEN(sym_attribute_name);
      if (('0' <= lookahead && lookahead <= '9') ||
          ('A' <= lookahead && lookahead <= 'F') ||
          ('a' <= lookahead && lookahead <= 'f')) ADVANCE(291);
      if ((!eof && set_contains(sym_attribute_name_character_set_1, 9, lookahead))) ADVANCE(155);
      END_STATE();
    case 153:
      ACCEPT_TOKEN(sym_attribute_name);
      if (('0' <= lookahead && lookahead <= '9') ||
          ('A' <= lookahead && lookahead <= 'F') ||
          ('a' <= lookahead && lookahead <= 'f')) ADVANCE(150);
      if ((!eof && set_contains(sym_attribute_name_character_set_1, 9, lookahead))) ADVANCE(155);
      END_STATE();
    case 154:
      ACCEPT_TOKEN(sym_attribute_name);
      if (('0' <= lookahead && lookahead <= '9') ||
          ('A' <= lookahead && lookahead <= 'F') ||
          ('a' <= lookahead && lookahead <= 'f')) ADVANCE(152);
      if ((!eof && set_contains(sym_attribute_name_character_set_1, 9, lookahead))) ADVANCE(155);
      END_STATE();
    case 155:
      ACCEPT_TOKEN(sym_attribute_name);
      if ((!eof && set_contains(sym_attribute_name_character_set_1, 9, lookahead))) ADVANCE(155);
      END_STATE();
    case 156:
      ACCEPT_TOKEN(sym_attribute_value);
      if (lookahead != 0 &&
          (lookahead < '\t' || '\r' < lookahead) &&
          lookahead != ' ' &&
          lookahead != '"' &&
          lookahead != '\'' &&
          (lookahead < '<' || '>' < lookahead)) ADVANCE(156);
      END_STATE();
    case 157:
      ACCEPT_TOKEN(sym_entity);
      END_STATE();
    case 158:
      ACCEPT_TOKEN(sym_entity);
      if (lookahead == ';') ADVANCE(157);
      END_STATE();
    case 159:
      ACCEPT_TOKEN(sym_entity);
      if (lookahead == ';') ADVANCE(157);
      if (('0' <= lookahead && lookahead <= '9')) ADVANCE(158);
      END_STATE();
    case 160:
      ACCEPT_TOKEN(sym_entity);
      if (lookahead == ';') ADVANCE(157);
      if (('0' <= lookahead && lookahead <= '9')) ADVANCE(159);
      END_STATE();
    case 161:
      ACCEPT_TOKEN(sym_entity);
      if (lookahead == ';') ADVANCE(157);
      if (('0' <= lookahead && lookahead <= '9')) ADVANCE(160);
      END_STATE();
    case 162:
      ACCEPT_TOKEN(sym_entity);
      if (lookahead == ';') ADVANCE(157);
      if (('0' <= lookahead && lookahead <= '9')) ADVANCE(161);
      END_STATE();
    case 163:
      ACCEPT_TOKEN(sym_entity);
      if (lookahead == ';') ADVANCE(157);
      if (('0' <= lookahead && lookahead <= '9') ||
          ('A' <= lookahead && lookahead <= 'F') ||
          ('a' <= lookahead && lookahead <= 'f')) ADVANCE(158);
      END_STATE();
    case 164:
      ACCEPT_TOKEN(sym_entity);
      if (lookahead == ';') ADVANCE(157);
      if (('0' <= lookahead && lookahead <= '9') ||
          ('A' <= lookahead && lookahead <= 'F') ||
          ('a' <= lookahead && lookahead <= 'f')) ADVANCE(163);
      END_STATE();
    case 165:
      ACCEPT_TOKEN(sym_entity);
      if (lookahead == ';') ADVANCE(157);
      if (('0' <= lookahead && lookahead <= '9') ||
          ('A' <= lookahead && lookahead <= 'F') ||
          ('a' <= lookahead && lookahead <= 'f')) ADVANCE(164);
      END_STATE();
    case 166:
      ACCEPT_TOKEN(sym_entity);
      if (lookahead == ';') ADVANCE(157);
      if (('0' <= lookahead && lookahead <= '9') ||
          ('A' <= lookahead && lookahead <= 'F') ||
          ('a' <= lookahead && lookahead <= 'f')) ADVANCE(165);
      END_STATE();
    case 167:
      ACCEPT_TOKEN(sym_entity);
      if (lookahead == ';') ADVANCE(157);
      if (('0' <= lookahead && lookahead <= '9') ||
          ('A' <= lookahead && lookahead <= 'F') ||
          ('a' <= lookahead && lookahead <= 'f')) ADVANCE(166);
      END_STATE();
    case 168:
      ACCEPT_TOKEN(sym_entity);
      if (lookahead == ';') ADVANCE(157);
      if (('A' <= lookahead && lookahead <= 'Z') ||
          ('a' <= lookahead && lookahead <= 'z')) ADVANCE(158);
      END_STATE();
    case 169:
      ACCEPT_TOKEN(sym_entity);
      if (lookahead == ';') ADVANCE(157);
      if (('A' <= lookahead && lookahead <= 'Z') ||
          ('a' <= lookahead && lookahead <= 'z')) ADVANCE(168);
      END_STATE();
    case 170:
      ACCEPT_TOKEN(sym_entity);
      if (lookahead == ';') ADVANCE(157);
      if (('A' <= lookahead && lookahead <= 'Z') ||
          ('a' <= lookahead && lookahead <= 'z')) ADVANCE(169);
      END_STATE();
    case 171:
      ACCEPT_TOKEN(sym_entity);
      if (lookahead == ';') ADVANCE(157);
      if (('A' <= lookahead && lookahead <= 'Z') ||
          ('a' <= lookahead && lookahead <= 'z')) ADVANCE(170);
      END_STATE();
    case 172:
      ACCEPT_TOKEN(sym_entity);
      if (lookahead == ';') ADVANCE(157);
      if (('A' <= lookahead && lookahead <= 'Z') ||
          ('a' <= lookahead && lookahead <= 'z')) ADVANCE(171);
      END_STATE();
    case 173:
      ACCEPT_TOKEN(sym_entity);
      if (lookahead == ';') ADVANCE(157);
      if (('A' <= lookahead && lookahead <= 'Z') ||
          ('a' <= lookahead && lookahead <= 'z')) ADVANCE(172);
      END_STATE();
    case 174:
      ACCEPT_TOKEN(sym_entity);
      if (lookahead == ';') ADVANCE(157);
      if (('A' <= lookahead && lookahead <= 'Z') ||
          ('a' <= lookahead && lookahead <= 'z')) ADVANCE(173);
      END_STATE();
    case 175:
      ACCEPT_TOKEN(sym_entity);
      if (lookahead == ';') ADVANCE(157);
      if (('A' <= lookahead && lookahead <= 'Z') ||
          ('a' <= lookahead && lookahead <= 'z')) ADVANCE(174);
      END_STATE();
    case 176:
      ACCEPT_TOKEN(sym_entity);
      if (lookahead == ';') ADVANCE(157);
      if (('A' <= lookahead && lookahead <= 'Z') ||
          ('a' <= lookahead && lookahead <= 'z')) ADVANCE(175);
      END_STATE();
    case 177:
      ACCEPT_TOKEN(sym_entity);
      if (lookahead == ';') ADVANCE(157);
      if (('A' <= lookahead && lookahead <= 'Z') ||
          ('a' <= lookahead && lookahead <= 'z')) ADVANCE(176);
      END_STATE();
    case 178:
      ACCEPT_TOKEN(sym_entity);
      if (lookahead == ';') ADVANCE(157);
      if (('A' <= lookahead && lookahead <= 'Z') ||
          ('a' <= lookahead && lookahead <= 'z')) ADVANCE(177);
      END_STATE();
    case 179:
      ACCEPT_TOKEN(sym_entity);
      if (lookahead == ';') ADVANCE(157);
      if (('A' <= lookahead && lookahead <= 'Z') ||
          ('a' <= lookahead && lookahead <= 'z')) ADVANCE(178);
      END_STATE();
    case 180:
      ACCEPT_TOKEN(sym_entity);
      if (lookahead == ';') ADVANCE(157);
      if (('A' <= lookahead && lookahead <= 'Z') ||
          ('a' <= lookahead && lookahead <= 'z')) ADVANCE(179);
      END_STATE();
    case 181:
      ACCEPT_TOKEN(sym_entity);
      if (lookahead == ';') ADVANCE(157);
      if (('A' <= lookahead && lookahead <= 'Z') ||
          ('a' <= lookahead && lookahead <= 'z')) ADVANCE(180);
      END_STATE();
    case 182:
      ACCEPT_TOKEN(sym_entity);
      if (lookahead == ';') ADVANCE(157);
      if (('A' <= lookahead && lookahead <= 'Z') ||
          ('a' <= lookahead && lookahead <= 'z')) ADVANCE(181);
      END_STATE();
    case 183:
      ACCEPT_TOKEN(sym_entity);
      if (lookahead == ';') ADVANCE(157);
      if (('A' <= lookahead && lookahead <= 'Z') ||
          ('a' <= lookahead && lookahead <= 'z')) ADVANCE(182);
      END_STATE();
    case 184:
      ACCEPT_TOKEN(sym_entity);
      if (lookahead == ';') ADVANCE(157);
      if (('A' <= lookahead && lookahead <= 'Z') ||
          ('a' <= lookahead && lookahead <= 'z')) ADVANCE(183);
      END_STATE();
    case 185:
      ACCEPT_TOKEN(sym_entity);
      if (lookahead == ';') ADVANCE(157);
      if (('A' <= lookahead && lookahead <= 'Z') ||
          ('a' <= lookahead && lookahead <= 'z')) ADVANCE(184);
      END_STATE();
    case 186:
      ACCEPT_TOKEN(sym_entity);
      if (lookahead == ';') ADVANCE(157);
      if (('A' <= lookahead && lookahead <= 'Z') ||
          ('a' <= lookahead && lookahead <= 'z')) ADVANCE(185);
      END_STATE();
    case 187:
      ACCEPT_TOKEN(sym_entity);
      if (lookahead == ';') ADVANCE(157);
      if (('A' <= lookahead && lookahead <= 'Z') ||
          ('a' <= lookahead && lookahead <= 'z')) ADVANCE(186);
      END_STATE();
    case 188:
      ACCEPT_TOKEN(sym_entity);
      if (lookahead == ';') ADVANCE(157);
      if (('A' <= lookahead && lookahead <= 'Z') ||
          ('a' <= lookahead && lookahead <= 'z')) ADVANCE(187);
      END_STATE();
    case 189:
      ACCEPT_TOKEN(sym_entity);
      if (lookahead == ';') ADVANCE(157);
      if (('A' <= lookahead && lookahead <= 'Z') ||
          ('a' <= lookahead && lookahead <= 'z')) ADVANCE(188);
      END_STATE();
    case 190:
      ACCEPT_TOKEN(sym_entity);
      if (lookahead == ';') ADVANCE(157);
      if (('A' <= lookahead && lookahead <= 'Z') ||
          ('a' <= lookahead && lookahead <= 'z')) ADVANCE(189);
      END_STATE();
    case 191:
      ACCEPT_TOKEN(sym_entity);
      if (lookahead == ';') ADVANCE(157);
      if (('A' <= lookahead && lookahead <= 'Z') ||
          ('a' <= lookahead && lookahead <= 'z')) ADVANCE(190);
      END_STATE();
    case 192:
      ACCEPT_TOKEN(sym_entity);
      if (lookahead == ';') ADVANCE(157);
      if (('A' <= lookahead && lookahead <= 'Z') ||
          ('a' <= lookahead && lookahead <= 'z')) ADVANCE(191);
      END_STATE();
    case 193:
      ACCEPT_TOKEN(sym_entity);
      if (lookahead == ';') ADVANCE(157);
      if (('A' <= lookahead && lookahead <= 'Z') ||
          ('a' <= lookahead && lookahead <= 'z')) ADVANCE(192);
      END_STATE();
    case 194:
      ACCEPT_TOKEN(sym_entity);
      if (lookahead == ';') ADVANCE(157);
      if (('A' <= lookahead && lookahead <= 'Z') ||
          ('a' <= lookahead && lookahead <= 'z')) ADVANCE(193);
      END_STATE();
    case 195:
      ACCEPT_TOKEN(sym_entity);
      if (lookahead == ';') ADVANCE(157);
      if (('A' <= lookahead && lookahead <= 'Z') ||
          ('a' <= lookahead && lookahead <= 'z')) ADVANCE(194);
      END_STATE();
    case 196:
      ACCEPT_TOKEN(sym_entity);
      if (lookahead == ';') ADVANCE(157);
      if (('A' <= lookahead && lookahead <= 'Z') ||
          ('a' <= lookahead && lookahead <= 'z')) ADVANCE(195);
      END_STATE();
    case 197:
      ACCEPT_TOKEN(anon_sym_SQUOTE);
      END_STATE();
    case 198:
      ACCEPT_TOKEN(aux_sym_quoted_attribute_value_token1);
      if (('\t' <= lookahead && lookahead <= '\r') ||
          lookahead == ' ') ADVANCE(198);
      if (lookahead != 0 &&
          lookahead != '\'') ADVANCE(199);
      END_STATE();
    case 199:
      ACCEPT_TOKEN(aux_sym_quoted_attribute_value_token1);
      if (lookahead != 0 &&
          lookahead != '\'') ADVANCE(199);
      END_STATE();
    case 200:
      ACCEPT_TOKEN(anon_sym_DQUOTE);
      END_STATE();
    case 201:
      ACCEPT_TOKEN(aux_sym_quoted_attribute_value_token2);
      if (('\t' <= lookahead && lookahead <= '\r') ||
          lookahead == ' ') ADVANCE(201);
      if (lookahead != 0 &&
          lookahead != '"') ADVANCE(202);
      END_STATE();
    case 202:
      ACCEPT_TOKEN(aux_sym_quoted_attribute_value_token2);
      if (lookahead != 0 &&
          lookahead != '"') ADVANCE(202);
      END_STATE();
    case 203:
      ACCEPT_TOKEN(sym_text);
      if (('\t' <= lookahead && lookahead <= '\r') ||
          lookahead == ' ') ADVANCE(126);
      if (lookahead != 0 &&
          lookahead != '&' &&
          lookahead != '<' &&
          lookahead != '>' &&
          lookahead != '@' &&
          lookahead != '{' &&
          lookahead != '}') ADVANCE(203);
      END_STATE();
    case 204:
      ACCEPT_TOKEN(anon_sym_LBRACE);
      END_STATE();
    case 205:
      ACCEPT_TOKEN(anon_sym_RBRACE);
      END_STATE();
    case 206:
      ACCEPT_TOKEN(anon_sym_let);
      END_STATE();
    case 207:
      ACCEPT_TOKEN(anon_sym_let);
      if (lookahead == '$' ||
          lookahead == '-' ||
          ('0' <= lookahead && lookahead <= '9') ||
          ('A' <= lookahead && lookahead <= 'Z') ||
          lookahead == '_' ||
          ('a' <= lookahead && lookahead <= 'z')) ADVANCE(276);
      END_STATE();
    case 208:
      ACCEPT_TOKEN(anon_sym_SEMI);
      END_STATE();
    case 209:
      ACCEPT_TOKEN(anon_sym_switch);
      END_STATE();
    case 210:
      ACCEPT_TOKEN(anon_sym_LPAREN);
      END_STATE();
    case 211:
      ACCEPT_TOKEN(anon_sym_RPAREN);
      END_STATE();
    case 212:
      ACCEPT_TOKEN(anon_sym_case);
      END_STATE();
    case 213:
      ACCEPT_TOKEN(anon_sym_default);
      END_STATE();
    case 214:
      ACCEPT_TOKEN(anon_sym_defer);
      END_STATE();
    case 215:
      ACCEPT_TOKEN(anon_sym_placeholder);
      END_STATE();
    case 216:
      ACCEPT_TOKEN(anon_sym_loading);
      END_STATE();
    case 217:
      ACCEPT_TOKEN(anon_sym_error);
      END_STATE();
    case 218:
      ACCEPT_TOKEN(anon_sym_prefetch);
      END_STATE();
    case 219:
      ACCEPT_TOKEN(anon_sym_when);
      END_STATE();
    case 220:
      ACCEPT_TOKEN(anon_sym_on);
      END_STATE();
    case 221:
      ACCEPT_TOKEN(anon_sym_after);
      END_STATE();
    case 222:
      ACCEPT_TOKEN(anon_sym_minimum);
      END_STATE();
    case 223:
      ACCEPT_TOKEN(anon_sym_ms);
      END_STATE();
    case 224:
      ACCEPT_TOKEN(anon_sym_s);
      END_STATE();
    case 225:
      ACCEPT_TOKEN(anon_sym_s);
      if (lookahead == 'e') ADVANCE(75);
      if (lookahead == 'w') ADVANCE(67);
      END_STATE();
    case 226:
      ACCEPT_TOKEN(anon_sym_for);
      END_STATE();
    case 227:
      ACCEPT_TOKEN(anon_sym_empty);
      END_STATE();
    case 228:
      ACCEPT_TOKEN(anon_sym_of);
      END_STATE();
    case 229:
      ACCEPT_TOKEN(anon_sym_track);
      END_STATE();
    case 230:
      ACCEPT_TOKEN(anon_sym_COMMA);
      END_STATE();
    case 231:
      ACCEPT_TOKEN(anon_sym_else);
      END_STATE();
    case 232:
      ACCEPT_TOKEN(anon_sym_else);
      if (lookahead == '$' ||
          lookahead == '-' ||
          ('0' <= lookahead && lookahead <= '9') ||
          ('A' <= lookahead && lookahead <= 'Z') ||
          lookahead == '_' ||
          ('a' <= lookahead && lookahead <= 'z')) ADVANCE(276);
      END_STATE();
    case 233:
      ACCEPT_TOKEN(anon_sym_if);
      END_STATE();
    case 234:
      ACCEPT_TOKEN(anon_sym_as);
      END_STATE();
    case 235:
      ACCEPT_TOKEN(anon_sym_as);
      if (lookahead == '$' ||
          lookahead == '-' ||
          ('0' <= lookahead && lookahead <= '9') ||
          ('A' <= lookahead && lookahead <= 'Z') ||
          lookahead == '_' ||
          ('a' <= lookahead && lookahead <= 'z')) ADVANCE(276);
      END_STATE();
    case 236:
      ACCEPT_TOKEN(anon_sym_EQ);
      END_STATE();
    case 237:
      ACCEPT_TOKEN(anon_sym_EQ);
      if (lookahead == '=') ADVANCE(303);
      END_STATE();
    case 238:
      ACCEPT_TOKEN(anon_sym_plural);
      END_STATE();
    case 239:
      ACCEPT_TOKEN(anon_sym_select);
      END_STATE();
    case 240:
      ACCEPT_TOKEN(sym_icu_category);
      if (('\t' <= lookahead && lookahead <= '\r') ||
          lookahead == ' ') ADVANCE(240);
      if (lookahead != 0 &&
          lookahead != '{' &&
          lookahead != '}') ADVANCE(241);
      END_STATE();
    case 241:
      ACCEPT_TOKEN(sym_icu_category);
      if (lookahead != 0 &&
          lookahead != '{' &&
          lookahead != '}') ADVANCE(241);
      END_STATE();
    case 242:
      ACCEPT_TOKEN(anon_sym_PLUS);
      END_STATE();
    case 243:
      ACCEPT_TOKEN(anon_sym_STAR);
      END_STATE();
    case 244:
      ACCEPT_TOKEN(anon_sym_COLON);
      END_STATE();
    case 245:
      ACCEPT_TOKEN(anon_sym_context);
      END_STATE();
    case 246:
      ACCEPT_TOKEN(anon_sym_context);
      if (lookahead == '$' ||
          lookahead == '-' ||
          ('0' <= lookahead && lookahead <= '9') ||
          ('A' <= lookahead && lookahead <= 'Z') ||
          lookahead == '_' ||
          ('a' <= lookahead && lookahead <= 'z')) ADVANCE(276);
      END_STATE();
    case 247:
      ACCEPT_TOKEN(anon_sym_LBRACK);
      END_STATE();
    case 248:
      ACCEPT_TOKEN(anon_sym_LBRACK);
      if (lookahead == '(') ADVANCE(250);
      if (lookahead == '@') ADVANCE(252);
      END_STATE();
    case 249:
      ACCEPT_TOKEN(anon_sym_RBRACK);
      END_STATE();
    case 250:
      ACCEPT_TOKEN(anon_sym_LBRACK_LPAREN);
      END_STATE();
    case 251:
      ACCEPT_TOKEN(anon_sym_RPAREN_RBRACK);
      END_STATE();
    case 252:
      ACCEPT_TOKEN(anon_sym_LBRACK_AT);
      END_STATE();
    case 253:
      ACCEPT_TOKEN(sym_template_chars);
      if (lookahead == '\\') ADVANCE(133);
      if (('\t' <= lookahead && lookahead <= '\r') ||
          lookahead == ' ') ADVANCE(253);
      if (lookahead != 0 &&
          lookahead != '$' &&
          lookahead != '`') ADVANCE(254);
      END_STATE();
    case 254:
      ACCEPT_TOKEN(sym_template_chars);
      if (lookahead == '\\') ADVANCE(133);
      if (lookahead != 0 &&
          lookahead != '$' &&
          lookahead != '`') ADVANCE(254);
      END_STATE();
    case 255:
      ACCEPT_TOKEN(anon_sym_DOLLAR_LBRACE);
      END_STATE();
    case 256:
      ACCEPT_TOKEN(anon_sym_BANG);
      END_STATE();
    case 257:
      ACCEPT_TOKEN(anon_sym_BANG);
      if (lookahead == '.') ADVANCE(296);
      if (lookahead == '=') ADVANCE(305);
      END_STATE();
    case 258:
      ACCEPT_TOKEN(anon_sym_QMARK);
      if (lookahead == '.') ADVANCE(295);
      if (lookahead == '?') ADVANCE(259);
      END_STATE();
    case 259:
      ACCEPT_TOKEN(anon_sym_QMARK_QMARK);
      END_STATE();
    case 260:
      ACCEPT_TOKEN(anon_sym_PIPE_PIPE);
      END_STATE();
    case 261:
      ACCEPT_TOKEN(anon_sym_AMP_AMP);
      END_STATE();
    case 262:
      ACCEPT_TOKEN(anon_sym_PIPE);
      if (lookahead == '|') ADVANCE(260);
      END_STATE();
    case 263:
      ACCEPT_TOKEN(sym_identifier);
      if (lookahead == '.') ADVANCE(293);
      if (('0' <= lookahead && lookahead <= '9')) ADVANCE(263);
      if (lookahead == '$' ||
          lookahead == '-' ||
          ('A' <= lookahead && lookahead <= 'Z') ||
          lookahead == '_' ||
          ('a' <= lookahead && lookahead <= 'z')) ADVANCE(276);
      END_STATE();
    case 264:
      ACCEPT_TOKEN(sym_identifier);
      if (lookahead == 'e') ADVANCE(272);
      if (lookahead == '$' ||
          lookahead == '-' ||
          ('0' <= lookahead && lookahead <= '9') ||
          ('A' <= lookahead && lookahead <= 'Z') ||
          lookahead == '_' ||
          ('a' <= lookahead && lookahead <= 'z')) ADVANCE(276);
      END_STATE();
    case 265:
      ACCEPT_TOKEN(sym_identifier);
      if (lookahead == 'e') ADVANCE(232);
      if (lookahead == '$' ||
          lookahead == '-' ||
          ('0' <= lookahead && lookahead <= '9') ||
          ('A' <= lookahead && lookahead <= 'Z') ||
          lookahead == '_' ||
          ('a' <= lookahead && lookahead <= 'z')) ADVANCE(276);
      END_STATE();
    case 266:
      ACCEPT_TOKEN(sym_identifier);
      if (lookahead == 'e') ADVANCE(275);
      if (lookahead == '$' ||
          lookahead == '-' ||
          ('0' <= lookahead && lookahead <= '9') ||
          ('A' <= lookahead && lookahead <= 'Z') ||
          lookahead == '_' ||
          ('a' <= lookahead && lookahead <= 'z')) ADVANCE(276);
      END_STATE();
    case 267:
      ACCEPT_TOKEN(sym_identifier);
      if (lookahead == 'l') ADVANCE(271);
      if (lookahead == '$' ||
          lookahead == '-' ||
          ('0' <= lookahead && lookahead <= '9') ||
          ('A' <= lookahead && lookahead <= 'Z') ||
          lookahead == '_' ||
          ('a' <= lookahead && lookahead <= 'z')) ADVANCE(276);
      END_STATE();
    case 268:
      ACCEPT_TOKEN(sym_identifier);
      if (lookahead == 'n') ADVANCE(274);
      if (lookahead == '$' ||
          lookahead == '-' ||
          ('0' <= lookahead && lookahead <= '9') ||
          ('A' <= lookahead && lookahead <= 'Z') ||
          lookahead == '_' ||
          ('a' <= lookahead && lookahead <= 'z')) ADVANCE(276);
      END_STATE();
    case 269:
      ACCEPT_TOKEN(sym_identifier);
      if (lookahead == 'o') ADVANCE(268);
      if (lookahead == '$' ||
          lookahead == '-' ||
          ('0' <= lookahead && lookahead <= '9') ||
          ('A' <= lookahead && lookahead <= 'Z') ||
          lookahead == '_' ||
          ('a' <= lookahead && lookahead <= 'z')) ADVANCE(276);
      END_STATE();
    case 270:
      ACCEPT_TOKEN(sym_identifier);
      if (lookahead == 's') ADVANCE(235);
      if (lookahead == '$' ||
          lookahead == '-' ||
          ('0' <= lookahead && lookahead <= '9') ||
          ('A' <= lookahead && lookahead <= 'Z') ||
          lookahead == '_' ||
          ('a' <= lookahead && lookahead <= 'z')) ADVANCE(276);
      END_STATE();
    case 271:
      ACCEPT_TOKEN(sym_identifier);
      if (lookahead == 's') ADVANCE(265);
      if (lookahead == '$' ||
          lookahead == '-' ||
          ('0' <= lookahead && lookahead <= '9') ||
          ('A' <= lookahead && lookahead <= 'Z') ||
          lookahead == '_' ||
          ('a' <= lookahead && lookahead <= 'z')) ADVANCE(276);
      END_STATE();
    case 272:
      ACCEPT_TOKEN(sym_identifier);
      if (lookahead == 't') ADVANCE(207);
      if (lookahead == '$' ||
          lookahead == '-' ||
          ('0' <= lookahead && lookahead <= '9') ||
          ('A' <= lookahead && lookahead <= 'Z') ||
          lookahead == '_' ||
          ('a' <= lookahead && lookahead <= 'z')) ADVANCE(276);
      END_STATE();
    case 273:
      ACCEPT_TOKEN(sym_identifier);
      if (lookahead == 't') ADVANCE(246);
      if (lookahead == '$' ||
          lookahead == '-' ||
          ('0' <= lookahead && lookahead <= '9') ||
          ('A' <= lookahead && lookahead <= 'Z') ||
          lookahead == '_' ||
          ('a' <= lookahead && lookahead <= 'z')) ADVANCE(276);
      END_STATE();
    case 274:
      ACCEPT_TOKEN(sym_identifier);
      if (lookahead == 't') ADVANCE(266);
      if (lookahead == '$' ||
          lookahead == '-' ||
          ('0' <= lookahead && lookahead <= '9') ||
          ('A' <= lookahead && lookahead <= 'Z') ||
          lookahead == '_' ||
          ('a' <= lookahead && lookahead <= 'z')) ADVANCE(276);
      END_STATE();
    case 275:
      ACCEPT_TOKEN(sym_identifier);
      if (lookahead == 'x') ADVANCE(273);
      if (lookahead == '$' ||
          lookahead == '-' ||
          ('0' <= lookahead && lookahead <= '9') ||
          ('A' <= lookahead && lookahead <= 'Z') ||
          lookahead == '_' ||
          ('a' <= lookahead && lookahead <= 'z')) ADVANCE(276);
      END_STATE();
    case 276:
      ACCEPT_TOKEN(sym_identifier);
      if (lookahead == '$' ||
          lookahead == '-' ||
          ('0' <= lookahead && lookahead <= '9') ||
          ('A' <= lookahead && lookahead <= 'Z') ||
          lookahead == '_' ||
          ('a' <= lookahead && lookahead <= 'z')) ADVANCE(276);
      END_STATE();
    case 277:
      ACCEPT_TOKEN(aux_sym_string_token1);
      END_STATE();
    case 278:
      ACCEPT_TOKEN(aux_sym_string_token1);
      if (lookahead == '\r') ADVANCE(286);
      if (lookahead == '?') ADVANCE(285);
      if (lookahead == 'u') ADVANCE(149);
      if (lookahead == 'x') ADVANCE(154);
      if (('0' <= lookahead && lookahead <= '7')) ADVANCE(290);
      if (('\t' <= lookahead && lookahead <= '\f') ||
          lookahead == ' ' ||
          lookahead == '"' ||
          ('\'' <= lookahead && lookahead <= '*') ||
          lookahead == '.' ||
          ('<' <= lookahead && lookahead <= '>') ||
          lookahead == '[' ||
          lookahead == ']') ADVANCE(284);
      if (lookahead != 0) ADVANCE(291);
      END_STATE();
    case 279:
      ACCEPT_TOKEN(aux_sym_string_token1);
      if (lookahead == '>') ADVANCE(146);
      if ((!eof && set_contains(sym_attribute_name_character_set_1, 9, lookahead))) ADVANCE(155);
      END_STATE();
    case 280:
      ACCEPT_TOKEN(aux_sym_string_token1);
      if (lookahead == 'u') ADVANCE(116);
      if (lookahead == 'x') ADVANCE(132);
      if (lookahead == '\r' ||
          lookahead == '?') ADVANCE(286);
      if (('0' <= lookahead && lookahead <= '7')) ADVANCE(289);
      if (lookahead != 0) ADVANCE(284);
      END_STATE();
    case 281:
      ACCEPT_TOKEN(aux_sym_string_token1);
      if ((!eof && set_contains(sym_attribute_name_character_set_1, 9, lookahead))) ADVANCE(155);
      END_STATE();
    case 282:
      ACCEPT_TOKEN(aux_sym_string_token2);
      END_STATE();
    case 283:
      ACCEPT_TOKEN(aux_sym_string_token2);
      if (lookahead == 'u') ADVANCE(116);
      if (lookahead == 'x') ADVANCE(132);
      if (lookahead == '\r' ||
          lookahead == '?') ADVANCE(286);
      if (('0' <= lookahead && lookahead <= '7')) ADVANCE(289);
      if (lookahead != 0) ADVANCE(284);
      END_STATE();
    case 284:
      ACCEPT_TOKEN(sym__escape_sequence);
      END_STATE();
    case 285:
      ACCEPT_TOKEN(sym__escape_sequence);
      if (lookahead == '\n') ADVANCE(284);
      if (lookahead == 0x2028 ||
          lookahead == 0x2029) ADVANCE(291);
      if ((!eof && set_contains(sym_attribute_name_character_set_1, 9, lookahead))) ADVANCE(155);
      END_STATE();
    case 286:
      ACCEPT_TOKEN(sym__escape_sequence);
      if (lookahead == '\n' ||
          lookahead == 0x2028 ||
          lookahead == 0x2029) ADVANCE(284);
      END_STATE();
    case 287:
      ACCEPT_TOKEN(sym__escape_sequence);
      if (('0' <= lookahead && lookahead <= '7')) ADVANCE(284);
      END_STATE();
    case 288:
      ACCEPT_TOKEN(sym__escape_sequence);
      if (('0' <= lookahead && lookahead <= '7')) ADVANCE(291);
      if ((!eof && set_contains(sym_attribute_name_character_set_1, 9, lookahead))) ADVANCE(155);
      END_STATE();
    case 289:
      ACCEPT_TOKEN(sym__escape_sequence);
      if (('0' <= lookahead && lookahead <= '7')) ADVANCE(287);
      END_STATE();
    case 290:
      ACCEPT_TOKEN(sym__escape_sequence);
      if (('0' <= lookahead && lookahead <= '7')) ADVANCE(288);
      if ((!eof && set_contains(sym_attribute_name_character_set_1, 9, lookahead))) ADVANCE(155);
      END_STATE();
    case 291:
      ACCEPT_TOKEN(sym__escape_sequence);
      if ((!eof && set_contains(sym_attribute_name_character_set_1, 9, lookahead))) ADVANCE(155);
      END_STATE();
    case 292:
      ACCEPT_TOKEN(sym_number);
      if (lookahead == '.') ADVANCE(293);
      if (('0' <= lookahead && lookahead <= '9')) ADVANCE(292);
      END_STATE();
    case 293:
      ACCEPT_TOKEN(sym_number);
      if (('0' <= lookahead && lookahead <= '9')) ADVANCE(293);
      END_STATE();
    case 294:
      ACCEPT_TOKEN(anon_sym_DOT);
      END_STATE();
    case 295:
      ACCEPT_TOKEN(anon_sym_QMARK_DOT);
      END_STATE();
    case 296:
      ACCEPT_TOKEN(anon_sym_BANG_DOT);
      END_STATE();
    case 297:
      ACCEPT_TOKEN(sym__backtick);
      END_STATE();
    case 298:
      ACCEPT_TOKEN(anon_sym_DASH);
      END_STATE();
    case 299:
      ACCEPT_TOKEN(anon_sym_DASH);
      if (lookahead == '$' ||
          lookahead == '-' ||
          ('0' <= lookahead && lookahead <= '9') ||
          ('A' <= lookahead && lookahead <= 'Z') ||
          lookahead == '_' ||
          ('a' <= lookahead && lookahead <= 'z')) ADVANCE(276);
      END_STATE();
    case 300:
      ACCEPT_TOKEN(anon_sym_SLASH);
      END_STATE();
    case 301:
      ACCEPT_TOKEN(anon_sym_SLASH);
      if (lookahead == '>') ADVANCE(146);
      END_STATE();
    case 302:
      ACCEPT_TOKEN(anon_sym_PERCENT);
      END_STATE();
    case 303:
      ACCEPT_TOKEN(anon_sym_EQ_EQ);
      if (lookahead == '=') ADVANCE(304);
      END_STATE();
    case 304:
      ACCEPT_TOKEN(anon_sym_EQ_EQ_EQ);
      END_STATE();
    case 305:
      ACCEPT_TOKEN(anon_sym_BANG_EQ);
      if (lookahead == '=') ADVANCE(306);
      END_STATE();
    case 306:
      ACCEPT_TOKEN(anon_sym_BANG_EQ_EQ);
      END_STATE();
    case 307:
      ACCEPT_TOKEN(anon_sym_LT_EQ);
      END_STATE();
    case 308:
      ACCEPT_TOKEN(anon_sym_GT_EQ);
      END_STATE();
    default:
      return false;
  }
}

static const TSLexMode ts_lex_modes[STATE_COUNT] = {
  [0] = {.lex_state = 0, .external_lex_state = 1},
  [1] = {.lex_state = 135, .external_lex_state = 2},
  [2] = {.lex_state = 135, .external_lex_state = 3},
  [3] = {.lex_state = 135, .external_lex_state = 2},
  [4] = {.lex_state = 135, .external_lex_state = 3},
  [5] = {.lex_state = 135, .external_lex_state = 3},
  [6] = {.lex_state = 135, .external_lex_state = 3},
  [7] = {.lex_state = 135, .external_lex_state = 2},
  [8] = {.lex_state = 135, .external_lex_state = 2},
  [9] = {.lex_state = 135, .external_lex_state = 2},
  [10] = {.lex_state = 135, .external_lex_state = 2},
  [11] = {.lex_state = 135, .external_lex_state = 2},
  [12] = {.lex_state = 135, .external_lex_state = 3},
  [13] = {.lex_state = 135, .external_lex_state = 2},
  [14] = {.lex_state = 135, .external_lex_state = 2},
  [15] = {.lex_state = 135, .external_lex_state = 2},
  [16] = {.lex_state = 135, .external_lex_state = 2},
  [17] = {.lex_state = 2, .external_lex_state = 4},
  [18] = {.lex_state = 2, .external_lex_state = 4},
  [19] = {.lex_state = 2, .external_lex_state = 4},
  [20] = {.lex_state = 2, .external_lex_state = 4},
  [21] = {.lex_state = 2, .external_lex_state = 4},
  [22] = {.lex_state = 1, .external_lex_state = 4},
  [23] = {.lex_state = 3, .external_lex_state = 4},
  [24] = {.lex_state = 4, .external_lex_state = 4},
  [25] = {.lex_state = 2, .external_lex_state = 4},
  [26] = {.lex_state = 2, .external_lex_state = 4},
  [27] = {.lex_state = 4, .external_lex_state = 4},
  [28] = {.lex_state = 2, .external_lex_state = 4},
  [29] = {.lex_state = 2, .external_lex_state = 4},
  [30] = {.lex_state = 2, .external_lex_state = 4},
  [31] = {.lex_state = 3, .external_lex_state = 4},
  [32] = {.lex_state = 2, .external_lex_state = 4},
  [33] = {.lex_state = 2, .external_lex_state = 4},
  [34] = {.lex_state = 2, .external_lex_state = 4},
  [35] = {.lex_state = 2, .external_lex_state = 4},
  [36] = {.lex_state = 2, .external_lex_state = 4},
  [37] = {.lex_state = 3, .external_lex_state = 4},
  [38] = {.lex_state = 1, .external_lex_state = 4},
  [39] = {.lex_state = 2, .external_lex_state = 4},
  [40] = {.lex_state = 1, .external_lex_state = 4},
  [41] = {.lex_state = 1, .external_lex_state = 4},
  [42] = {.lex_state = 2, .external_lex_state = 4},
  [43] = {.lex_state = 2, .external_lex_state = 4},
  [44] = {.lex_state = 1, .external_lex_state = 4},
  [45] = {.lex_state = 1, .external_lex_state = 4},
  [46] = {.lex_state = 1, .external_lex_state = 4},
  [47] = {.lex_state = 1, .external_lex_state = 4},
  [48] = {.lex_state = 2, .external_lex_state = 4},
  [49] = {.lex_state = 3, .external_lex_state = 4},
  [50] = {.lex_state = 3, .external_lex_state = 4},
  [51] = {.lex_state = 1, .external_lex_state = 4},
  [52] = {.lex_state = 3, .external_lex_state = 4},
  [53] = {.lex_state = 1, .external_lex_state = 4},
  [54] = {.lex_state = 1, .external_lex_state = 4},
  [55] = {.lex_state = 1, .external_lex_state = 4},
  [56] = {.lex_state = 1, .external_lex_state = 4},
  [57] = {.lex_state = 2, .external_lex_state = 4},
  [58] = {.lex_state = 3, .external_lex_state = 4},
  [59] = {.lex_state = 1, .external_lex_state = 4},
  [60] = {.lex_state = 1, .external_lex_state = 4},
  [61] = {.lex_state = 1, .external_lex_state = 4},
  [62] = {.lex_state = 3, .external_lex_state = 4},
  [63] = {.lex_state = 3, .external_lex_state = 4},
  [64] = {.lex_state = 2, .external_lex_state = 4},
  [65] = {.lex_state = 1, .external_lex_state = 4},
  [66] = {.lex_state = 3, .external_lex_state = 4},
  [67] = {.lex_state = 3, .external_lex_state = 4},
  [68] = {.lex_state = 3, .external_lex_state = 4},
  [69] = {.lex_state = 1, .external_lex_state = 4},
  [70] = {.lex_state = 2, .external_lex_state = 4},
  [71] = {.lex_state = 3, .external_lex_state = 4},
  [72] = {.lex_state = 3, .external_lex_state = 4},
  [73] = {.lex_state = 3, .external_lex_state = 4},
  [74] = {.lex_state = 1, .external_lex_state = 4},
  [75] = {.lex_state = 3, .external_lex_state = 4},
  [76] = {.lex_state = 3, .external_lex_state = 4},
  [77] = {.lex_state = 3, .external_lex_state = 4},
  [78] = {.lex_state = 3, .external_lex_state = 4},
  [79] = {.lex_state = 3, .external_lex_state = 4},
  [80] = {.lex_state = 2, .external_lex_state = 4},
  [81] = {.lex_state = 3, .external_lex_state = 4},
  [82] = {.lex_state = 3, .external_lex_state = 4},
  [83] = {.lex_state = 3, .external_lex_state = 4},
  [84] = {.lex_state = 3, .external_lex_state = 4},
  [85] = {.lex_state = 1, .external_lex_state = 4},
  [86] = {.lex_state = 1, .external_lex_state = 4},
  [87] = {.lex_state = 2, .external_lex_state = 4},
  [88] = {.lex_state = 2, .external_lex_state = 4},
  [89] = {.lex_state = 2, .external_lex_state = 4},
  [90] = {.lex_state = 2, .external_lex_state = 4},
  [91] = {.lex_state = 2, .external_lex_state = 4},
  [92] = {.lex_state = 2, .external_lex_state = 5},
  [93] = {.lex_state = 2, .external_lex_state = 5},
  [94] = {.lex_state = 2, .external_lex_state = 4},
  [95] = {.lex_state = 2, .external_lex_state = 4},
  [96] = {.lex_state = 2, .external_lex_state = 5},
  [97] = {.lex_state = 2, .external_lex_state = 5},
  [98] = {.lex_state = 2, .external_lex_state = 5},
  [99] = {.lex_state = 2, .external_lex_state = 5},
  [100] = {.lex_state = 2, .external_lex_state = 5},
  [101] = {.lex_state = 1, .external_lex_state = 4},
  [102] = {.lex_state = 2, .external_lex_state = 5},
  [103] = {.lex_state = 1, .external_lex_state = 4},
  [104] = {.lex_state = 2, .external_lex_state = 5},
  [105] = {.lex_state = 2, .external_lex_state = 5},
  [106] = {.lex_state = 2, .external_lex_state = 5},
  [107] = {.lex_state = 2, .external_lex_state = 5},
  [108] = {.lex_state = 2, .external_lex_state = 5},
  [109] = {.lex_state = 2, .external_lex_state = 5},
  [110] = {.lex_state = 2, .external_lex_state = 5},
  [111] = {.lex_state = 2, .external_lex_state = 5},
  [112] = {.lex_state = 2, .external_lex_state = 5},
  [113] = {.lex_state = 2, .external_lex_state = 5},
  [114] = {.lex_state = 2, .external_lex_state = 4},
  [115] = {.lex_state = 3, .external_lex_state = 4},
  [116] = {.lex_state = 2, .external_lex_state = 4},
  [117] = {.lex_state = 1, .external_lex_state = 4},
  [118] = {.lex_state = 1, .external_lex_state = 4},
  [119] = {.lex_state = 2, .external_lex_state = 4},
  [120] = {.lex_state = 2, .external_lex_state = 5},
  [121] = {.lex_state = 1, .external_lex_state = 4},
  [122] = {.lex_state = 3, .external_lex_state = 4},
  [123] = {.lex_state = 1, .external_lex_state = 4},
  [124] = {.lex_state = 3, .external_lex_state = 4},
  [125] = {.lex_state = 2, .external_lex_state = 5},
  [126] = {.lex_state = 3, .external_lex_state = 4},
  [127] = {.lex_state = 2, .external_lex_state = 5},
  [128] = {.lex_state = 3, .external_lex_state = 4},
  [129] = {.lex_state = 1, .external_lex_state = 4},
  [130] = {.lex_state = 2, .external_lex_state = 5},
  [131] = {.lex_state = 3, .external_lex_state = 4},
  [132] = {.lex_state = 3, .external_lex_state = 4},
  [133] = {.lex_state = 3, .external_lex_state = 4},
  [134] = {.lex_state = 2, .external_lex_state = 4},
  [135] = {.lex_state = 2, .external_lex_state = 4},
  [136] = {.lex_state = 2, .external_lex_state = 5},
  [137] = {.lex_state = 3, .external_lex_state = 4},
  [138] = {.lex_state = 3, .external_lex_state = 4},
  [139] = {.lex_state = 3, .external_lex_state = 4},
  [140] = {.lex_state = 3, .external_lex_state = 4},
  [141] = {.lex_state = 2, .external_lex_state = 5},
  [142] = {.lex_state = 3, .external_lex_state = 4},
  [143] = {.lex_state = 2, .external_lex_state = 5},
  [144] = {.lex_state = 3, .external_lex_state = 4},
  [145] = {.lex_state = 2, .external_lex_state = 5},
  [146] = {.lex_state = 3, .external_lex_state = 4},
  [147] = {.lex_state = 3, .external_lex_state = 4},
  [148] = {.lex_state = 2, .external_lex_state = 5},
  [149] = {.lex_state = 2, .external_lex_state = 5},
  [150] = {.lex_state = 3, .external_lex_state = 4},
  [151] = {.lex_state = 3, .external_lex_state = 4},
  [152] = {.lex_state = 3, .external_lex_state = 4},
  [153] = {.lex_state = 3, .external_lex_state = 4},
  [154] = {.lex_state = 2, .external_lex_state = 5},
  [155] = {.lex_state = 3, .external_lex_state = 4},
  [156] = {.lex_state = 3, .external_lex_state = 4},
  [157] = {.lex_state = 3, .external_lex_state = 4},
  [158] = {.lex_state = 3, .external_lex_state = 4},
  [159] = {.lex_state = 3, .external_lex_state = 4},
  [160] = {.lex_state = 3, .external_lex_state = 4},
  [161] = {.lex_state = 3, .external_lex_state = 4},
  [162] = {.lex_state = 3, .external_lex_state = 4},
  [163] = {.lex_state = 3, .external_lex_state = 4},
  [164] = {.lex_state = 3, .external_lex_state = 4},
  [165] = {.lex_state = 3, .external_lex_state = 4},
  [166] = {.lex_state = 3, .external_lex_state = 4},
  [167] = {.lex_state = 3, .external_lex_state = 4},
  [168] = {.lex_state = 3, .external_lex_state = 4},
  [169] = {.lex_state = 3, .external_lex_state = 4},
  [170] = {.lex_state = 3, .external_lex_state = 4},
  [171] = {.lex_state = 3, .external_lex_state = 4},
  [172] = {.lex_state = 2, .external_lex_state = 4},
  [173] = {.lex_state = 3, .external_lex_state = 4},
  [174] = {.lex_state = 3, .external_lex_state = 4},
  [175] = {.lex_state = 3, .external_lex_state = 4},
  [176] = {.lex_state = 3, .external_lex_state = 4},
  [177] = {.lex_state = 3, .external_lex_state = 4},
  [178] = {.lex_state = 3, .external_lex_state = 4},
  [179] = {.lex_state = 3, .external_lex_state = 4},
  [180] = {.lex_state = 3, .external_lex_state = 4},
  [181] = {.lex_state = 3, .external_lex_state = 4},
  [182] = {.lex_state = 3, .external_lex_state = 4},
  [183] = {.lex_state = 3, .external_lex_state = 4},
  [184] = {.lex_state = 3, .external_lex_state = 4},
  [185] = {.lex_state = 3, .external_lex_state = 4},
  [186] = {.lex_state = 3, .external_lex_state = 4},
  [187] = {.lex_state = 3, .external_lex_state = 4},
  [188] = {.lex_state = 3, .external_lex_state = 4},
  [189] = {.lex_state = 3, .external_lex_state = 4},
  [190] = {.lex_state = 3, .external_lex_state = 4},
  [191] = {.lex_state = 3, .external_lex_state = 4},
  [192] = {.lex_state = 18, .external_lex_state = 6},
  [193] = {.lex_state = 2, .external_lex_state = 4},
  [194] = {.lex_state = 18, .external_lex_state = 6},
  [195] = {.lex_state = 18, .external_lex_state = 6},
  [196] = {.lex_state = 18, .external_lex_state = 6},
  [197] = {.lex_state = 2, .external_lex_state = 4},
  [198] = {.lex_state = 2, .external_lex_state = 4},
  [199] = {.lex_state = 2, .external_lex_state = 4},
  [200] = {.lex_state = 2, .external_lex_state = 4},
  [201] = {.lex_state = 5, .external_lex_state = 4},
  [202] = {.lex_state = 5, .external_lex_state = 4},
  [203] = {.lex_state = 18, .external_lex_state = 6},
  [204] = {.lex_state = 5, .external_lex_state = 4},
  [205] = {.lex_state = 5, .external_lex_state = 4},
  [206] = {.lex_state = 5, .external_lex_state = 4},
  [207] = {.lex_state = 5, .external_lex_state = 4},
  [208] = {.lex_state = 5, .external_lex_state = 4},
  [209] = {.lex_state = 5, .external_lex_state = 4},
  [210] = {.lex_state = 5, .external_lex_state = 4},
  [211] = {.lex_state = 5, .external_lex_state = 4},
  [212] = {.lex_state = 5, .external_lex_state = 4},
  [213] = {.lex_state = 5, .external_lex_state = 4},
  [214] = {.lex_state = 5, .external_lex_state = 4},
  [215] = {.lex_state = 5, .external_lex_state = 4},
  [216] = {.lex_state = 19, .external_lex_state = 4},
  [217] = {.lex_state = 19, .external_lex_state = 4},
  [218] = {.lex_state = 19, .external_lex_state = 4},
  [219] = {.lex_state = 19, .external_lex_state = 4},
  [220] = {.lex_state = 19, .external_lex_state = 4},
  [221] = {.lex_state = 5, .external_lex_state = 4},
  [222] = {.lex_state = 5, .external_lex_state = 4},
  [223] = {.lex_state = 7, .external_lex_state = 6},
  [224] = {.lex_state = 5, .external_lex_state = 4},
  [225] = {.lex_state = 5, .external_lex_state = 4},
  [226] = {.lex_state = 8, .external_lex_state = 4},
  [227] = {.lex_state = 5, .external_lex_state = 4},
  [228] = {.lex_state = 5, .external_lex_state = 4},
  [229] = {.lex_state = 5, .external_lex_state = 4},
  [230] = {.lex_state = 2, .external_lex_state = 4},
  [231] = {.lex_state = 5, .external_lex_state = 4},
  [232] = {.lex_state = 5, .external_lex_state = 4},
  [233] = {.lex_state = 135, .external_lex_state = 2},
  [234] = {.lex_state = 135, .external_lex_state = 2},
  [235] = {.lex_state = 135, .external_lex_state = 2},
  [236] = {.lex_state = 135, .external_lex_state = 2},
  [237] = {.lex_state = 135, .external_lex_state = 2},
  [238] = {.lex_state = 135, .external_lex_state = 2},
  [239] = {.lex_state = 135, .external_lex_state = 2},
  [240] = {.lex_state = 135, .external_lex_state = 2},
  [241] = {.lex_state = 135, .external_lex_state = 2},
  [242] = {.lex_state = 135, .external_lex_state = 2},
  [243] = {.lex_state = 135, .external_lex_state = 2},
  [244] = {.lex_state = 135, .external_lex_state = 2},
  [245] = {.lex_state = 2, .external_lex_state = 4},
  [246] = {.lex_state = 135, .external_lex_state = 2},
  [247] = {.lex_state = 135, .external_lex_state = 2},
  [248] = {.lex_state = 135, .external_lex_state = 2},
  [249] = {.lex_state = 18, .external_lex_state = 6},
  [250] = {.lex_state = 2, .external_lex_state = 4},
  [251] = {.lex_state = 135, .external_lex_state = 2},
  [252] = {.lex_state = 135, .external_lex_state = 2},
  [253] = {.lex_state = 135, .external_lex_state = 2},
  [254] = {.lex_state = 135, .external_lex_state = 2},
  [255] = {.lex_state = 135, .external_lex_state = 2},
  [256] = {.lex_state = 135, .external_lex_state = 2},
  [257] = {.lex_state = 135, .external_lex_state = 2},
  [258] = {.lex_state = 135, .external_lex_state = 2},
  [259] = {.lex_state = 135, .external_lex_state = 2},
  [260] = {.lex_state = 135, .external_lex_state = 2},
  [261] = {.lex_state = 135, .external_lex_state = 2},
  [262] = {.lex_state = 135, .external_lex_state = 2},
  [263] = {.lex_state = 135, .external_lex_state = 2},
  [264] = {.lex_state = 135, .external_lex_state = 2},
  [265] = {.lex_state = 135, .external_lex_state = 2},
  [266] = {.lex_state = 135, .external_lex_state = 2},
  [267] = {.lex_state = 135, .external_lex_state = 2},
  [268] = {.lex_state = 135, .external_lex_state = 2},
  [269] = {.lex_state = 135, .external_lex_state = 2},
  [270] = {.lex_state = 135, .external_lex_state = 2},
  [271] = {.lex_state = 5, .external_lex_state = 4},
  [272] = {.lex_state = 135, .external_lex_state = 2},
  [273] = {.lex_state = 135, .external_lex_state = 2},
  [274] = {.lex_state = 135, .external_lex_state = 2},
  [275] = {.lex_state = 135, .external_lex_state = 2},
  [276] = {.lex_state = 135, .external_lex_state = 2},
  [277] = {.lex_state = 135, .external_lex_state = 2},
  [278] = {.lex_state = 135, .external_lex_state = 2},
  [279] = {.lex_state = 135, .external_lex_state = 2},
  [280] = {.lex_state = 135, .external_lex_state = 2},
  [281] = {.lex_state = 5, .external_lex_state = 4},
  [282] = {.lex_state = 135, .external_lex_state = 3},
  [283] = {.lex_state = 5, .external_lex_state = 4},
  [284] = {.lex_state = 135, .external_lex_state = 3},
  [285] = {.lex_state = 5, .external_lex_state = 4},
  [286] = {.lex_state = 135, .external_lex_state = 3},
  [287] = {.lex_state = 135, .external_lex_state = 3},
  [288] = {.lex_state = 135, .external_lex_state = 3},
  [289] = {.lex_state = 5, .external_lex_state = 4},
  [290] = {.lex_state = 5, .external_lex_state = 4},
  [291] = {.lex_state = 5, .external_lex_state = 4},
  [292] = {.lex_state = 135, .external_lex_state = 3},
  [293] = {.lex_state = 18, .external_lex_state = 6},
  [294] = {.lex_state = 135, .external_lex_state = 3},
  [295] = {.lex_state = 135, .external_lex_state = 3},
  [296] = {.lex_state = 135, .external_lex_state = 3},
  [297] = {.lex_state = 135, .external_lex_state = 3},
  [298] = {.lex_state = 5, .external_lex_state = 4},
  [299] = {.lex_state = 135, .external_lex_state = 3},
  [300] = {.lex_state = 135, .external_lex_state = 3},
  [301] = {.lex_state = 5, .external_lex_state = 4},
  [302] = {.lex_state = 2, .external_lex_state = 4},
  [303] = {.lex_state = 5, .external_lex_state = 4},
  [304] = {.lex_state = 2, .external_lex_state = 4},
  [305] = {.lex_state = 135, .external_lex_state = 3},
  [306] = {.lex_state = 5, .external_lex_state = 4},
  [307] = {.lex_state = 135, .external_lex_state = 3},
  [308] = {.lex_state = 135, .external_lex_state = 3},
  [309] = {.lex_state = 135, .external_lex_state = 3},
  [310] = {.lex_state = 135, .external_lex_state = 3},
  [311] = {.lex_state = 135, .external_lex_state = 3},
  [312] = {.lex_state = 135, .external_lex_state = 3},
  [313] = {.lex_state = 135, .external_lex_state = 3},
  [314] = {.lex_state = 135, .external_lex_state = 3},
  [315] = {.lex_state = 135, .external_lex_state = 3},
  [316] = {.lex_state = 135, .external_lex_state = 3},
  [317] = {.lex_state = 135, .external_lex_state = 3},
  [318] = {.lex_state = 135, .external_lex_state = 3},
  [319] = {.lex_state = 135, .external_lex_state = 3},
  [320] = {.lex_state = 135, .external_lex_state = 3},
  [321] = {.lex_state = 135, .external_lex_state = 3},
  [322] = {.lex_state = 135, .external_lex_state = 3},
  [323] = {.lex_state = 135, .external_lex_state = 3},
  [324] = {.lex_state = 135, .external_lex_state = 3},
  [325] = {.lex_state = 5, .external_lex_state = 4},
  [326] = {.lex_state = 135, .external_lex_state = 3},
  [327] = {.lex_state = 135, .external_lex_state = 3},
  [328] = {.lex_state = 135, .external_lex_state = 3},
  [329] = {.lex_state = 135, .external_lex_state = 3},
  [330] = {.lex_state = 5, .external_lex_state = 4},
  [331] = {.lex_state = 135, .external_lex_state = 3},
  [332] = {.lex_state = 19, .external_lex_state = 4},
  [333] = {.lex_state = 5, .external_lex_state = 4},
  [334] = {.lex_state = 2, .external_lex_state = 4},
  [335] = {.lex_state = 5, .external_lex_state = 4},
  [336] = {.lex_state = 135, .external_lex_state = 3},
  [337] = {.lex_state = 5, .external_lex_state = 4},
  [338] = {.lex_state = 135, .external_lex_state = 3},
  [339] = {.lex_state = 135, .external_lex_state = 3},
  [340] = {.lex_state = 135, .external_lex_state = 3},
  [341] = {.lex_state = 5, .external_lex_state = 4},
  [342] = {.lex_state = 18, .external_lex_state = 6},
  [343] = {.lex_state = 135, .external_lex_state = 3},
  [344] = {.lex_state = 135, .external_lex_state = 3},
  [345] = {.lex_state = 135, .external_lex_state = 3},
  [346] = {.lex_state = 135, .external_lex_state = 3},
  [347] = {.lex_state = 135, .external_lex_state = 3},
  [348] = {.lex_state = 135, .external_lex_state = 3},
  [349] = {.lex_state = 19, .external_lex_state = 4},
  [350] = {.lex_state = 18, .external_lex_state = 6},
  [351] = {.lex_state = 19, .external_lex_state = 4},
  [352] = {.lex_state = 18, .external_lex_state = 6},
  [353] = {.lex_state = 18, .external_lex_state = 6},
  [354] = {.lex_state = 18, .external_lex_state = 6},
  [355] = {.lex_state = 18, .external_lex_state = 6},
  [356] = {.lex_state = 18, .external_lex_state = 6},
  [357] = {.lex_state = 18, .external_lex_state = 6},
  [358] = {.lex_state = 18, .external_lex_state = 6},
  [359] = {.lex_state = 18, .external_lex_state = 6},
  [360] = {.lex_state = 18, .external_lex_state = 6},
  [361] = {.lex_state = 18, .external_lex_state = 6},
  [362] = {.lex_state = 0, .external_lex_state = 4},
  [363] = {.lex_state = 18, .external_lex_state = 6},
  [364] = {.lex_state = 9, .external_lex_state = 4},
  [365] = {.lex_state = 2, .external_lex_state = 5},
  [366] = {.lex_state = 2, .external_lex_state = 4},
  [367] = {.lex_state = 19, .external_lex_state = 4},
  [368] = {.lex_state = 5, .external_lex_state = 4},
  [369] = {.lex_state = 19, .external_lex_state = 4},
  [370] = {.lex_state = 19, .external_lex_state = 4},
  [371] = {.lex_state = 19, .external_lex_state = 4},
  [372] = {.lex_state = 5, .external_lex_state = 4},
  [373] = {.lex_state = 0, .external_lex_state = 4},
  [374] = {.lex_state = 2, .external_lex_state = 4},
  [375] = {.lex_state = 19, .external_lex_state = 4},
  [376] = {.lex_state = 19, .external_lex_state = 4},
  [377] = {.lex_state = 19, .external_lex_state = 4},
  [378] = {.lex_state = 0, .external_lex_state = 4},
  [379] = {.lex_state = 0, .external_lex_state = 4},
  [380] = {.lex_state = 19, .external_lex_state = 4},
  [381] = {.lex_state = 19, .external_lex_state = 4},
  [382] = {.lex_state = 0, .external_lex_state = 4},
  [383] = {.lex_state = 19, .external_lex_state = 4},
  [384] = {.lex_state = 19, .external_lex_state = 4},
  [385] = {.lex_state = 19, .external_lex_state = 4},
  [386] = {.lex_state = 1, .external_lex_state = 4},
  [387] = {.lex_state = 2, .external_lex_state = 5},
  [388] = {.lex_state = 2, .external_lex_state = 4},
  [389] = {.lex_state = 0, .external_lex_state = 4},
  [390] = {.lex_state = 2, .external_lex_state = 4},
  [391] = {.lex_state = 2, .external_lex_state = 4},
  [392] = {.lex_state = 0, .external_lex_state = 4},
  [393] = {.lex_state = 2, .external_lex_state = 4},
  [394] = {.lex_state = 2, .external_lex_state = 4},
  [395] = {.lex_state = 0, .external_lex_state = 4},
  [396] = {.lex_state = 16, .external_lex_state = 4},
  [397] = {.lex_state = 10, .external_lex_state = 4},
  [398] = {.lex_state = 14, .external_lex_state = 4},
  [399] = {.lex_state = 0, .external_lex_state = 5},
  [400] = {.lex_state = 16, .external_lex_state = 4},
  [401] = {.lex_state = 10, .external_lex_state = 4},
  [402] = {.lex_state = 10, .external_lex_state = 4},
  [403] = {.lex_state = 2, .external_lex_state = 4},
  [404] = {.lex_state = 0, .external_lex_state = 5},
  [405] = {.lex_state = 14, .external_lex_state = 4},
  [406] = {.lex_state = 135, .external_lex_state = 7},
  [407] = {.lex_state = 16, .external_lex_state = 4},
  [408] = {.lex_state = 14, .external_lex_state = 4},
  [409] = {.lex_state = 16, .external_lex_state = 4},
  [410] = {.lex_state = 10, .external_lex_state = 4},
  [411] = {.lex_state = 10, .external_lex_state = 4},
  [412] = {.lex_state = 14, .external_lex_state = 4},
  [413] = {.lex_state = 0, .external_lex_state = 4},
  [414] = {.lex_state = 0, .external_lex_state = 4},
  [415] = {.lex_state = 16, .external_lex_state = 4},
  [416] = {.lex_state = 14, .external_lex_state = 4},
  [417] = {.lex_state = 2, .external_lex_state = 4},
  [418] = {.lex_state = 0, .external_lex_state = 4},
  [419] = {.lex_state = 0, .external_lex_state = 4},
  [420] = {.lex_state = 14, .external_lex_state = 4},
  [421] = {.lex_state = 2, .external_lex_state = 4},
  [422] = {.lex_state = 2, .external_lex_state = 4},
  [423] = {.lex_state = 0, .external_lex_state = 4},
  [424] = {.lex_state = 2, .external_lex_state = 4},
  [425] = {.lex_state = 2, .external_lex_state = 4},
  [426] = {.lex_state = 135, .external_lex_state = 7},
  [427] = {.lex_state = 0, .external_lex_state = 5},
  [428] = {.lex_state = 0, .external_lex_state = 5},
  [429] = {.lex_state = 2, .external_lex_state = 4},
  [430] = {.lex_state = 0, .external_lex_state = 4},
  [431] = {.lex_state = 16, .external_lex_state = 4},
  [432] = {.lex_state = 10, .external_lex_state = 4},
  [433] = {.lex_state = 2, .external_lex_state = 4},
  [434] = {.lex_state = 10, .external_lex_state = 4},
  [435] = {.lex_state = 135, .external_lex_state = 7},
  [436] = {.lex_state = 10, .external_lex_state = 4},
  [437] = {.lex_state = 16, .external_lex_state = 4},
  [438] = {.lex_state = 14, .external_lex_state = 4},
  [439] = {.lex_state = 1, .external_lex_state = 4},
  [440] = {.lex_state = 2, .external_lex_state = 4},
  [441] = {.lex_state = 16, .external_lex_state = 4},
  [442] = {.lex_state = 0, .external_lex_state = 4},
  [443] = {.lex_state = 117, .external_lex_state = 4},
  [444] = {.lex_state = 0, .external_lex_state = 4},
  [445] = {.lex_state = 0, .external_lex_state = 4},
  [446] = {.lex_state = 6, .external_lex_state = 4},
  [447] = {.lex_state = 0, .external_lex_state = 4},
  [448] = {.lex_state = 117, .external_lex_state = 4},
  [449] = {.lex_state = 2, .external_lex_state = 4},
  [450] = {.lex_state = 0, .external_lex_state = 4},
  [451] = {.lex_state = 0, .external_lex_state = 4},
  [452] = {.lex_state = 5, .external_lex_state = 4},
  [453] = {.lex_state = 6, .external_lex_state = 4},
  [454] = {.lex_state = 0, .external_lex_state = 4},
  [455] = {.lex_state = 5, .external_lex_state = 4},
  [456] = {.lex_state = 5, .external_lex_state = 4},
  [457] = {.lex_state = 0, .external_lex_state = 4},
  [458] = {.lex_state = 0, .external_lex_state = 4},
  [459] = {.lex_state = 5, .external_lex_state = 4},
  [460] = {.lex_state = 0, .external_lex_state = 4},
  [461] = {.lex_state = 0, .external_lex_state = 4},
  [462] = {.lex_state = 0, .external_lex_state = 4},
  [463] = {.lex_state = 0, .external_lex_state = 7},
  [464] = {.lex_state = 2, .external_lex_state = 4},
  [465] = {.lex_state = 0, .external_lex_state = 4},
  [466] = {.lex_state = 10, .external_lex_state = 4},
  [467] = {.lex_state = 5, .external_lex_state = 4},
  [468] = {.lex_state = 0, .external_lex_state = 4},
  [469] = {.lex_state = 0, .external_lex_state = 7},
  [470] = {.lex_state = 0, .external_lex_state = 4},
  [471] = {.lex_state = 117, .external_lex_state = 4},
  [472] = {.lex_state = 0, .external_lex_state = 4},
  [473] = {.lex_state = 0, .external_lex_state = 4},
  [474] = {.lex_state = 0, .external_lex_state = 4},
  [475] = {.lex_state = 0, .external_lex_state = 4},
  [476] = {.lex_state = 0, .external_lex_state = 4},
  [477] = {.lex_state = 0, .external_lex_state = 4},
  [478] = {.lex_state = 0, .external_lex_state = 4},
  [479] = {.lex_state = 16, .external_lex_state = 4},
  [480] = {.lex_state = 0, .external_lex_state = 4},
  [481] = {.lex_state = 0, .external_lex_state = 4},
  [482] = {.lex_state = 0, .external_lex_state = 4},
  [483] = {.lex_state = 0, .external_lex_state = 5},
  [484] = {.lex_state = 0, .external_lex_state = 4},
  [485] = {.lex_state = 0, .external_lex_state = 4},
  [486] = {.lex_state = 0, .external_lex_state = 5},
  [487] = {.lex_state = 0, .external_lex_state = 5},
  [488] = {.lex_state = 0, .external_lex_state = 4},
  [489] = {.lex_state = 0, .external_lex_state = 5},
  [490] = {.lex_state = 0, .external_lex_state = 4},
  [491] = {.lex_state = 0, .external_lex_state = 4},
  [492] = {.lex_state = 0, .external_lex_state = 4},
  [493] = {.lex_state = 0, .external_lex_state = 4},
  [494] = {.lex_state = 0, .external_lex_state = 4},
  [495] = {.lex_state = 0, .external_lex_state = 5},
  [496] = {.lex_state = 2, .external_lex_state = 4},
  [497] = {.lex_state = 0, .external_lex_state = 4},
  [498] = {.lex_state = 0, .external_lex_state = 4},
  [499] = {.lex_state = 0, .external_lex_state = 4},
  [500] = {.lex_state = 0, .external_lex_state = 4},
  [501] = {.lex_state = 0, .external_lex_state = 4},
  [502] = {.lex_state = 0, .external_lex_state = 4},
  [503] = {.lex_state = 0, .external_lex_state = 8},
  [504] = {.lex_state = 0, .external_lex_state = 4},
  [505] = {.lex_state = 0, .external_lex_state = 4},
  [506] = {.lex_state = 0, .external_lex_state = 4},
  [507] = {.lex_state = 0, .external_lex_state = 8},
  [508] = {.lex_state = 2, .external_lex_state = 4},
  [509] = {.lex_state = 73, .external_lex_state = 4},
  [510] = {.lex_state = 0, .external_lex_state = 4},
  [511] = {.lex_state = 0, .external_lex_state = 5},
  [512] = {.lex_state = 14, .external_lex_state = 4},
  [513] = {.lex_state = 0, .external_lex_state = 4},
  [514] = {.lex_state = 0, .external_lex_state = 4},
  [515] = {.lex_state = 0, .external_lex_state = 4},
  [516] = {.lex_state = 0, .external_lex_state = 4},
  [517] = {.lex_state = 0, .external_lex_state = 4},
  [518] = {.lex_state = 31, .external_lex_state = 4},
  [519] = {.lex_state = 0, .external_lex_state = 4},
  [520] = {.lex_state = 117, .external_lex_state = 4},
  [521] = {.lex_state = 117, .external_lex_state = 4},
  [522] = {.lex_state = 0, .external_lex_state = 9},
  [523] = {.lex_state = 0, .external_lex_state = 5},
  [524] = {.lex_state = 0, .external_lex_state = 4},
  [525] = {.lex_state = 0, .external_lex_state = 4},
  [526] = {.lex_state = 0, .external_lex_state = 4},
  [527] = {.lex_state = 0, .external_lex_state = 5},
  [528] = {.lex_state = 0, .external_lex_state = 4},
  [529] = {.lex_state = 0, .external_lex_state = 4},
  [530] = {.lex_state = 0, .external_lex_state = 4},
  [531] = {.lex_state = 0, .external_lex_state = 4},
  [532] = {.lex_state = 0, .external_lex_state = 4},
  [533] = {.lex_state = 0, .external_lex_state = 4},
  [534] = {.lex_state = 0, .external_lex_state = 4},
  [535] = {.lex_state = 0, .external_lex_state = 4},
  [536] = {.lex_state = 0, .external_lex_state = 4},
  [537] = {.lex_state = 0, .external_lex_state = 4},
  [538] = {.lex_state = 0, .external_lex_state = 4},
  [539] = {.lex_state = 0, .external_lex_state = 4},
  [540] = {.lex_state = 0, .external_lex_state = 4},
  [541] = {.lex_state = 0, .external_lex_state = 4},
  [542] = {.lex_state = 0, .external_lex_state = 4},
  [543] = {.lex_state = 0, .external_lex_state = 5},
  [544] = {.lex_state = 0, .external_lex_state = 4},
  [545] = {.lex_state = 0, .external_lex_state = 4},
  [546] = {.lex_state = 73, .external_lex_state = 4},
  [547] = {.lex_state = 0, .external_lex_state = 9},
  [548] = {.lex_state = 0, .external_lex_state = 9},
  [549] = {.lex_state = 2, .external_lex_state = 4},
  [550] = {.lex_state = 0, .external_lex_state = 4},
  [551] = {.lex_state = 0, .external_lex_state = 9},
  [552] = {.lex_state = 0, .external_lex_state = 4},
  [553] = {.lex_state = 0, .external_lex_state = 4},
  [554] = {.lex_state = 135, .external_lex_state = 7},
  [555] = {.lex_state = 0, .external_lex_state = 4},
  [556] = {.lex_state = 0, .external_lex_state = 4},
  [557] = {.lex_state = 0, .external_lex_state = 4},
  [558] = {.lex_state = 135, .external_lex_state = 7},
  [559] = {.lex_state = 0, .external_lex_state = 4},
  [560] = {.lex_state = 0, .external_lex_state = 4},
  [561] = {.lex_state = 0, .external_lex_state = 4},
  [562] = {.lex_state = 117, .external_lex_state = 4},
  [563] = {.lex_state = 5, .external_lex_state = 4},
  [564] = {.lex_state = 32, .external_lex_state = 4},
  [565] = {.lex_state = 5, .external_lex_state = 4},
  [566] = {.lex_state = 0, .external_lex_state = 4},
  [567] = {.lex_state = 0, .external_lex_state = 4},
  [568] = {.lex_state = 0, .external_lex_state = 4},
  [569] = {.lex_state = 0, .external_lex_state = 4},
  [570] = {.lex_state = 0, .external_lex_state = 10},
  [571] = {.lex_state = 0, .external_lex_state = 4},
  [572] = {.lex_state = 0, .external_lex_state = 4},
  [573] = {.lex_state = 0, .external_lex_state = 4},
  [574] = {.lex_state = 0, .external_lex_state = 4},
  [575] = {.lex_state = 5, .external_lex_state = 4},
  [576] = {.lex_state = 0, .external_lex_state = 4},
  [577] = {.lex_state = 0, .external_lex_state = 4},
  [578] = {.lex_state = 135, .external_lex_state = 7},
  [579] = {.lex_state = 5, .external_lex_state = 4},
  [580] = {.lex_state = 5, .external_lex_state = 4},
  [581] = {.lex_state = 5, .external_lex_state = 4},
  [582] = {.lex_state = 5, .external_lex_state = 4},
  [583] = {.lex_state = 0, .external_lex_state = 4},
  [584] = {.lex_state = 0, .external_lex_state = 4},
  [585] = {.lex_state = 5, .external_lex_state = 4},
  [586] = {.lex_state = 0, .external_lex_state = 4},
  [587] = {.lex_state = 0, .external_lex_state = 4},
  [588] = {.lex_state = 0, .external_lex_state = 4},
  [589] = {.lex_state = 0, .external_lex_state = 4},
  [590] = {.lex_state = 0, .external_lex_state = 4},
  [591] = {.lex_state = 0, .external_lex_state = 4},
  [592] = {.lex_state = 5, .external_lex_state = 4},
  [593] = {.lex_state = 0, .external_lex_state = 9},
  [594] = {.lex_state = 0, .external_lex_state = 4},
  [595] = {.lex_state = 0, .external_lex_state = 10},
  [596] = {.lex_state = 5, .external_lex_state = 4},
  [597] = {.lex_state = 0, .external_lex_state = 9},
  [598] = {.lex_state = 0, .external_lex_state = 4},
  [599] = {.lex_state = 0, .external_lex_state = 4},
  [600] = {.lex_state = 0, .external_lex_state = 4},
  [601] = {.lex_state = 5, .external_lex_state = 4},
  [602] = {.lex_state = 0, .external_lex_state = 4},
  [603] = {.lex_state = 0, .external_lex_state = 4},
  [604] = {.lex_state = 0, .external_lex_state = 4},
  [605] = {.lex_state = 17, .external_lex_state = 4},
  [606] = {.lex_state = 11, .external_lex_state = 4},
  [607] = {.lex_state = 0, .external_lex_state = 4},
  [608] = {.lex_state = 0, .external_lex_state = 4},
  [609] = {.lex_state = 0, .external_lex_state = 4},
  [610] = {.lex_state = 0, .external_lex_state = 4},
  [611] = {.lex_state = 0, .external_lex_state = 4},
  [612] = {.lex_state = 5, .external_lex_state = 4},
  [613] = {.lex_state = 0, .external_lex_state = 9},
  [614] = {.lex_state = 0, .external_lex_state = 9},
  [615] = {.lex_state = 0, .external_lex_state = 4},
  [616] = {.lex_state = 0, .external_lex_state = 4},
  [617] = {.lex_state = 0, .external_lex_state = 4},
  [618] = {.lex_state = 0, .external_lex_state = 4},
  [619] = {.lex_state = 0, .external_lex_state = 4},
  [620] = {.lex_state = 5, .external_lex_state = 4},
  [621] = {.lex_state = 0, .external_lex_state = 4},
  [622] = {.lex_state = 0, .external_lex_state = 4},
  [623] = {.lex_state = 0, .external_lex_state = 4},
  [624] = {.lex_state = 80, .external_lex_state = 4},
  [625] = {.lex_state = 0, .external_lex_state = 4},
  [626] = {.lex_state = 5, .external_lex_state = 4},
  [627] = {.lex_state = 0, .external_lex_state = 4},
  [628] = {.lex_state = 5, .external_lex_state = 4},
  [629] = {.lex_state = 0, .external_lex_state = 4},
  [630] = {.lex_state = 0, .external_lex_state = 4},
  [631] = {.lex_state = 0, .external_lex_state = 4},
  [632] = {.lex_state = 0, .external_lex_state = 4},
  [633] = {.lex_state = 11, .external_lex_state = 4},
  [634] = {.lex_state = 17, .external_lex_state = 4},
  [635] = {.lex_state = 135, .external_lex_state = 7},
  [636] = {.lex_state = 0, .external_lex_state = 4},
  [637] = {.lex_state = 5, .external_lex_state = 4},
  [638] = {.lex_state = 0, .external_lex_state = 4},
  [639] = {.lex_state = 0, .external_lex_state = 4},
  [640] = {.lex_state = 0, .external_lex_state = 4},
  [641] = {.lex_state = 5, .external_lex_state = 4},
  [642] = {.lex_state = 0, .external_lex_state = 4},
  [643] = {.lex_state = 0, .external_lex_state = 4},
  [644] = {.lex_state = 0, .external_lex_state = 4},
  [645] = {.lex_state = 0, .external_lex_state = 4},
  [646] = {.lex_state = 0, .external_lex_state = 4},
  [647] = {.lex_state = 0, .external_lex_state = 4},
  [648] = {.lex_state = 0, .external_lex_state = 4},
  [649] = {.lex_state = 0, .external_lex_state = 4},
  [650] = {.lex_state = 0, .external_lex_state = 4},
  [651] = {.lex_state = 0, .external_lex_state = 4},
  [652] = {.lex_state = 0, .external_lex_state = 4},
  [653] = {.lex_state = 0, .external_lex_state = 4},
  [654] = {.lex_state = 0, .external_lex_state = 4},
  [655] = {.lex_state = 0, .external_lex_state = 4},
  [656] = {.lex_state = 0, .external_lex_state = 4},
  [657] = {.lex_state = 1, .external_lex_state = 4},
  [658] = {.lex_state = 0, .external_lex_state = 4},
  [659] = {.lex_state = 0, .external_lex_state = 4},
  [660] = {.lex_state = 0, .external_lex_state = 4},
  [661] = {.lex_state = 0, .external_lex_state = 4},
  [662] = {.lex_state = 0, .external_lex_state = 4},
  [663] = {.lex_state = 0, .external_lex_state = 4},
  [664] = {.lex_state = 0, .external_lex_state = 4},
  [665] = {.lex_state = 0, .external_lex_state = 4},
  [666] = {.lex_state = 0, .external_lex_state = 4},
  [667] = {.lex_state = 0, .external_lex_state = 4},
  [668] = {.lex_state = 0, .external_lex_state = 4},
  [669] = {.lex_state = 0, .external_lex_state = 4},
  [670] = {.lex_state = 5, .external_lex_state = 4},
  [671] = {.lex_state = 0, .external_lex_state = 4},
  [672] = {.lex_state = 0, .external_lex_state = 4},
  [673] = {.lex_state = 0, .external_lex_state = 11},
  [674] = {.lex_state = 135, .external_lex_state = 4},
  [675] = {.lex_state = 0, .external_lex_state = 4},
  [676] = {.lex_state = 0, .external_lex_state = 4},
  [677] = {.lex_state = 127, .external_lex_state = 4},
  [678] = {.lex_state = 0, .external_lex_state = 4},
  [679] = {.lex_state = 0, .external_lex_state = 12},
  [680] = {.lex_state = 0, .external_lex_state = 4},
  [681] = {.lex_state = 0, .external_lex_state = 4},
  [682] = {.lex_state = 135, .external_lex_state = 4},
  [683] = {.lex_state = 0, .external_lex_state = 4},
  [684] = {.lex_state = 0, .external_lex_state = 4},
  [685] = {.lex_state = 135, .external_lex_state = 4},
  [686] = {.lex_state = 0, .external_lex_state = 4},
  [687] = {.lex_state = 5, .external_lex_state = 4},
  [688] = {.lex_state = 0, .external_lex_state = 4},
  [689] = {.lex_state = 135, .external_lex_state = 4},
  [690] = {.lex_state = 0, .external_lex_state = 4},
  [691] = {.lex_state = 1, .external_lex_state = 4},
  [692] = {.lex_state = 0, .external_lex_state = 4},
  [693] = {.lex_state = 0, .external_lex_state = 4},
  [694] = {.lex_state = 0, .external_lex_state = 4},
  [695] = {.lex_state = 0, .external_lex_state = 4},
  [696] = {.lex_state = 0, .external_lex_state = 4},
  [697] = {.lex_state = 5, .external_lex_state = 4},
  [698] = {.lex_state = 5, .external_lex_state = 4},
  [699] = {.lex_state = 0, .external_lex_state = 4},
  [700] = {.lex_state = 0, .external_lex_state = 4},
  [701] = {.lex_state = 0, .external_lex_state = 12},
  [702] = {.lex_state = 5, .external_lex_state = 4},
  [703] = {.lex_state = 135, .external_lex_state = 4},
  [704] = {.lex_state = 0, .external_lex_state = 4},
  [705] = {.lex_state = 135, .external_lex_state = 4},
  [706] = {.lex_state = 127, .external_lex_state = 4},
  [707] = {.lex_state = 0, .external_lex_state = 4},
  [708] = {.lex_state = 5, .external_lex_state = 4},
  [709] = {.lex_state = 0, .external_lex_state = 4},
  [710] = {.lex_state = 0, .external_lex_state = 4},
  [711] = {.lex_state = 0, .external_lex_state = 4},
  [712] = {.lex_state = 0, .external_lex_state = 4},
  [713] = {.lex_state = 0, .external_lex_state = 4},
  [714] = {.lex_state = 0, .external_lex_state = 4},
  [715] = {.lex_state = 0, .external_lex_state = 5},
  [716] = {.lex_state = 0, .external_lex_state = 4},
  [717] = {.lex_state = 0, .external_lex_state = 4},
  [718] = {.lex_state = 0, .external_lex_state = 5},
  [719] = {.lex_state = 0, .external_lex_state = 4},
  [720] = {.lex_state = 0, .external_lex_state = 4},
  [721] = {.lex_state = 0, .external_lex_state = 4},
  [722] = {.lex_state = 0, .external_lex_state = 4},
  [723] = {.lex_state = 0, .external_lex_state = 4},
  [724] = {.lex_state = 0, .external_lex_state = 11},
};

static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = {
  [0] = {
    [ts_builtin_sym_end] = ACTIONS(1),
    [anon_sym_LT_BANG] = ACTIONS(1),
    [anon_sym_GT] = ACTIONS(1),
    [sym__doctype] = ACTIONS(1),
    [anon_sym_LT] = ACTIONS(1),
    [anon_sym_SLASH_GT] = ACTIONS(1),
    [anon_sym_LT_SLASH] = ACTIONS(1),
    [sym_entity] = ACTIONS(1),
    [anon_sym_SQUOTE] = ACTIONS(1),
    [anon_sym_DQUOTE] = ACTIONS(1),
    [anon_sym_LBRACE] = ACTIONS(1),
    [anon_sym_RBRACE] = ACTIONS(1),
    [anon_sym_let] = ACTIONS(1),
    [anon_sym_SEMI] = ACTIONS(1),
    [anon_sym_switch] = ACTIONS(1),
    [anon_sym_LPAREN] = ACTIONS(1),
    [anon_sym_RPAREN] = ACTIONS(1),
    [anon_sym_case] = ACTIONS(1),
    [anon_sym_default] = ACTIONS(1),
    [anon_sym_defer] = ACTIONS(1),
    [anon_sym_placeholder] = ACTIONS(1),
    [anon_sym_loading] = ACTIONS(1),
    [anon_sym_error] = ACTIONS(1),
    [anon_sym_prefetch] = ACTIONS(1),
    [anon_sym_when] = ACTIONS(1),
    [anon_sym_on] = ACTIONS(1),
    [anon_sym_after] = ACTIONS(1),
    [anon_sym_minimum] = ACTIONS(1),
    [anon_sym_ms] = ACTIONS(1),
    [anon_sym_s] = ACTIONS(1),
    [anon_sym_for] = ACTIONS(1),
    [anon_sym_empty] = ACTIONS(1),
    [anon_sym_of] = ACTIONS(1),
    [anon_sym_track] = ACTIONS(1),
    [anon_sym_COMMA] = ACTIONS(1),
    [anon_sym_else] = ACTIONS(1),
    [anon_sym_if] = ACTIONS(1),
    [anon_sym_as] = ACTIONS(1),
    [anon_sym_EQ] = ACTIONS(1),
    [anon_sym_plural] = ACTIONS(1),
    [anon_sym_select] = ACTIONS(1),
    [anon_sym_PLUS] = ACTIONS(1),
    [anon_sym_STAR] = ACTIONS(1),
    [anon_sym_COLON] = ACTIONS(1),
    [anon_sym_context] = ACTIONS(1),
    [anon_sym_LBRACK] = ACTIONS(1),
    [anon_sym_RBRACK] = ACTIONS(1),
    [anon_sym_LBRACK_LPAREN] = ACTIONS(1),
    [anon_sym_LBRACK_AT] = ACTIONS(1),
    [anon_sym_DOLLAR_LBRACE] = ACTIONS(1),
    [anon_sym_BANG] = ACTIONS(1),
    [anon_sym_QMARK] = ACTIONS(1),
    [anon_sym_QMARK_QMARK] = ACTIONS(1),
    [anon_sym_PIPE_PIPE] = ACTIONS(1),
    [anon_sym_AMP_AMP] = ACTIONS(1),
    [anon_sym_PIPE] = ACTIONS(1),
    [sym__escape_sequence] = ACTIONS(1),
    [sym_number] = ACTIONS(1),
    [anon_sym_DOT] = ACTIONS(1),
    [anon_sym_QMARK_DOT] = ACTIONS(1),
    [anon_sym_BANG_DOT] = ACTIONS(1),
    [sym__closing_bracket] = ACTIONS(1),
    [sym__backtick] = ACTIONS(1),
    [anon_sym_DASH] = ACTIONS(1),
    [anon_sym_SLASH] = ACTIONS(1),
    [anon_sym_PERCENT] = ACTIONS(1),
    [anon_sym_EQ_EQ] = ACTIONS(1),
    [anon_sym_EQ_EQ_EQ] = ACTIONS(1),
    [anon_sym_BANG_EQ] = ACTIONS(1),
    [anon_sym_BANG_EQ_EQ] = ACTIONS(1),
    [anon_sym_LT_EQ] = ACTIONS(1),
    [anon_sym_GT_EQ] = ACTIONS(1),
    [sym__start_tag_name] = ACTIONS(1),
    [sym__script_start_tag_name] = ACTIONS(1),
    [sym__style_start_tag_name] = ACTIONS(1),
    [sym__end_tag_name] = ACTIONS(1),
    [sym_erroneous_end_tag_name] = ACTIONS(1),
    [sym__implicit_end_tag] = ACTIONS(1),
    [sym_raw_text] = ACTIONS(1),
    [sym_comment] = ACTIONS(3),
    [sym__interpolation_start] = ACTIONS(1),
    [sym__interpolation_end] = ACTIONS(1),
    [sym__control_flow_start] = ACTIONS(1),
  },
  [1] = {
    [sym_document] = STATE(722),
    [sym_doctype] = STATE(276),
    [sym__node] = STATE(276),
    [sym_element] = STATE(276),
    [sym_script_element] = STATE(276),
    [sym_style_element] = STATE(276),
    [sym_start_tag] = STATE(5),
    [sym_script_start_tag] = STATE(548),
    [sym_style_start_tag] = STATE(547),
    [sym_self_closing_tag] = STATE(266),
    [sym_erroneous_end_tag] = STATE(276),
    [sym__any_statement] = STATE(264),
    [sym__alternative_statement] = STATE(257),
    [sym_let_statement] = STATE(264),
    [sym_switch_statement] = STATE(264),
    [sym_defer_statement] = STATE(264),
    [sym_placeholder_statement] = STATE(255),
    [sym_loading_statement] = STATE(248),
    [sym_error_statement] = STATE(247),
    [sym_for_statement] = STATE(264),
    [sym_empty_statement] = STATE(246),
    [sym_if_statement] = STATE(264),
    [sym_else_if_statement] = STATE(233),
    [sym_else_statement] = STATE(244),
    [sym__if_start_expression] = STATE(557),
    [sym__else_if_start_expression] = STATE(559),
    [sym_icu_expression] = STATE(276),
    [sym_interpolation] = STATE(276),
    [aux_sym_document_repeat1] = STATE(13),
    [ts_builtin_sym_end] = ACTIONS(5),
    [anon_sym_LT_BANG] = ACTIONS(7),
    [anon_sym_LT] = ACTIONS(9),
    [anon_sym_LT_SLASH] = ACTIONS(11),
    [sym_entity] = ACTIONS(13),
    [sym_text] = ACTIONS(13),
    [anon_sym_LBRACE] = ACTIONS(15),
    [sym_comment] = ACTIONS(3),
    [sym__interpolation_start] = ACTIONS(17),
    [sym__control_flow_start] = ACTIONS(19),
  },
};

static const uint16_t ts_small_parse_table[] = {
  [0] = 26,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(21), 1,
      anon_sym_LT_BANG,
    ACTIONS(23), 1,
      anon_sym_LT,
    ACTIONS(25), 1,
      anon_sym_LT_SLASH,
    ACTIONS(29), 1,
      anon_sym_LBRACE,
    ACTIONS(31), 1,
      sym__implicit_end_tag,
    ACTIONS(33), 1,
      sym__interpolation_start,
    ACTIONS(35), 1,
      sym__control_flow_start,
    STATE(2), 1,
      sym_start_tag,
    STATE(6), 1,
      aux_sym_document_repeat1,
    STATE(300), 1,
      sym_end_tag,
    STATE(305), 1,
      sym_else_statement,
    STATE(307), 1,
      sym_else_if_statement,
    STATE(308), 1,
      sym_empty_statement,
    STATE(309), 1,
      sym_error_statement,
    STATE(310), 1,
      sym_loading_statement,
    STATE(311), 1,
      sym_placeholder_statement,
    STATE(313), 1,
      sym__alternative_statement,
    STATE(316), 1,
      sym_self_closing_tag,
    STATE(522), 1,
      sym_style_start_tag,
    STATE(551), 1,
      sym_script_start_tag,
    STATE(555), 1,
      sym__if_start_expression,
    STATE(556), 1,
      sym__else_if_start_expression,
    ACTIONS(27), 2,
      sym_entity,
      sym_text,
    STATE(315), 6,
      sym__any_statement,
      sym_let_statement,
      sym_switch_statement,
      sym_defer_statement,
      sym_for_statement,
      sym_if_statement,
    STATE(318), 8,
      sym_doctype,
      sym__node,
      sym_element,
      sym_script_element,
      sym_style_element,
      sym_erroneous_end_tag,
      sym_icu_expression,
      sym_interpolation,
  [92] = 25,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(39), 1,
      anon_sym_LT_BANG,
    ACTIONS(42), 1,
      anon_sym_LT,
    ACTIONS(45), 1,
      anon_sym_LT_SLASH,
    ACTIONS(51), 1,
      anon_sym_LBRACE,
    ACTIONS(54), 1,
      sym__interpolation_start,
    ACTIONS(57), 1,
      sym__control_flow_start,
    STATE(3), 1,
      aux_sym_document_repeat1,
    STATE(5), 1,
      sym_start_tag,
    STATE(233), 1,
      sym_else_if_statement,
    STATE(244), 1,
      sym_else_statement,
    STATE(246), 1,
      sym_empty_statement,
    STATE(247), 1,
      sym_error_statement,
    STATE(248), 1,
      sym_loading_statement,
    STATE(255), 1,
      sym_placeholder_statement,
    STATE(257), 1,
      sym__alternative_statement,
    STATE(266), 1,
      sym_self_closing_tag,
    STATE(547), 1,
      sym_style_start_tag,
    STATE(548), 1,
      sym_script_start_tag,
    STATE(557), 1,
      sym__if_start_expression,
    STATE(559), 1,
      sym__else_if_start_expression,
    ACTIONS(37), 2,
      ts_builtin_sym_end,
      anon_sym_RBRACE,
    ACTIONS(48), 2,
      sym_entity,
      sym_text,
    STATE(264), 6,
      sym__any_statement,
      sym_let_statement,
      sym_switch_statement,
      sym_defer_statement,
      sym_for_statement,
      sym_if_statement,
    STATE(276), 8,
      sym_doctype,
      sym__node,
      sym_element,
      sym_script_element,
      sym_style_element,
      sym_erroneous_end_tag,
      sym_icu_expression,
      sym_interpolation,
  [182] = 26,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(21), 1,
      anon_sym_LT_BANG,
    ACTIONS(23), 1,
      anon_sym_LT,
    ACTIONS(29), 1,
      anon_sym_LBRACE,
    ACTIONS(33), 1,
      sym__interpolation_start,
    ACTIONS(35), 1,
      sym__control_flow_start,
    ACTIONS(60), 1,
      anon_sym_LT_SLASH,
    ACTIONS(62), 1,
      sym__implicit_end_tag,
    STATE(2), 1,
      sym_start_tag,
    STATE(12), 1,
      aux_sym_document_repeat1,
    STATE(256), 1,
      sym_end_tag,
    STATE(305), 1,
      sym_else_statement,
    STATE(307), 1,
      sym_else_if_statement,
    STATE(308), 1,
      sym_empty_statement,
    STATE(309), 1,
      sym_error_statement,
    STATE(310), 1,
      sym_loading_statement,
    STATE(311), 1,
      sym_placeholder_statement,
    STATE(313), 1,
      sym__alternative_statement,
    STATE(316), 1,
      sym_self_closing_tag,
    STATE(522), 1,
      sym_style_start_tag,
    STATE(551), 1,
      sym_script_start_tag,
    STATE(555), 1,
      sym__if_start_expression,
    STATE(556), 1,
      sym__else_if_start_expression,
    ACTIONS(27), 2,
      sym_entity,
      sym_text,
    STATE(315), 6,
      sym__any_statement,
      sym_let_statement,
      sym_switch_statement,
      sym_defer_statement,
      sym_for_statement,
      sym_if_statement,
    STATE(318), 8,
      sym_doctype,
      sym__node,
      sym_element,
      sym_script_element,
      sym_style_element,
      sym_erroneous_end_tag,
      sym_icu_expression,
      sym_interpolation,
  [274] = 26,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(21), 1,
      anon_sym_LT_BANG,
    ACTIONS(23), 1,
      anon_sym_LT,
    ACTIONS(29), 1,
      anon_sym_LBRACE,
    ACTIONS(33), 1,
      sym__interpolation_start,
    ACTIONS(35), 1,
      sym__control_flow_start,
    ACTIONS(60), 1,
      anon_sym_LT_SLASH,
    ACTIONS(64), 1,
      sym__implicit_end_tag,
    STATE(2), 1,
      sym_start_tag,
    STATE(4), 1,
      aux_sym_document_repeat1,
    STATE(237), 1,
      sym_end_tag,
    STATE(305), 1,
      sym_else_statement,
    STATE(307), 1,
      sym_else_if_statement,
    STATE(308), 1,
      sym_empty_statement,
    STATE(309), 1,
      sym_error_statement,
    STATE(310), 1,
      sym_loading_statement,
    STATE(311), 1,
      sym_placeholder_statement,
    STATE(313), 1,
      sym__alternative_statement,
    STATE(316), 1,
      sym_self_closing_tag,
    STATE(522), 1,
      sym_style_start_tag,
    STATE(551), 1,
      sym_script_start_tag,
    STATE(555), 1,
      sym__if_start_expression,
    STATE(556), 1,
      sym__else_if_start_expression,
    ACTIONS(27), 2,
      sym_entity,
      sym_text,
    STATE(315), 6,
      sym__any_statement,
      sym_let_statement,
      sym_switch_statement,
      sym_defer_statement,
      sym_for_statement,
      sym_if_statement,
    STATE(318), 8,
      sym_doctype,
      sym__node,
      sym_element,
      sym_script_element,
      sym_style_element,
      sym_erroneous_end_tag,
      sym_icu_expression,
      sym_interpolation,
  [366] = 26,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(21), 1,
      anon_sym_LT_BANG,
    ACTIONS(23), 1,
      anon_sym_LT,
    ACTIONS(25), 1,
      anon_sym_LT_SLASH,
    ACTIONS(29), 1,
      anon_sym_LBRACE,
    ACTIONS(33), 1,
      sym__interpolation_start,
    ACTIONS(35), 1,
      sym__control_flow_start,
    ACTIONS(66), 1,
      sym__implicit_end_tag,
    STATE(2), 1,
      sym_start_tag,
    STATE(12), 1,
      aux_sym_document_repeat1,
    STATE(305), 1,
      sym_else_statement,
    STATE(307), 1,
      sym_else_if_statement,
    STATE(308), 1,
      sym_empty_statement,
    STATE(309), 1,
      sym_error_statement,
    STATE(310), 1,
      sym_loading_statement,
    STATE(311), 1,
      sym_placeholder_statement,
    STATE(313), 1,
      sym__alternative_statement,
    STATE(316), 1,
      sym_self_closing_tag,
    STATE(324), 1,
      sym_end_tag,
    STATE(522), 1,
      sym_style_start_tag,
    STATE(551), 1,
      sym_script_start_tag,
    STATE(555), 1,
      sym__if_start_expression,
    STATE(556), 1,
      sym__else_if_start_expression,
    ACTIONS(27), 2,
      sym_entity,
      sym_text,
    STATE(315), 6,
      sym__any_statement,
      sym_let_statement,
      sym_switch_statement,
      sym_defer_statement,
      sym_for_statement,
      sym_if_statement,
    STATE(318), 8,
      sym_doctype,
      sym__node,
      sym_element,
      sym_script_element,
      sym_style_element,
      sym_erroneous_end_tag,
      sym_icu_expression,
      sym_interpolation,
  [458] = 25,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(7), 1,
      anon_sym_LT_BANG,
    ACTIONS(9), 1,
      anon_sym_LT,
    ACTIONS(11), 1,
      anon_sym_LT_SLASH,
    ACTIONS(15), 1,
      anon_sym_LBRACE,
    ACTIONS(17), 1,
      sym__interpolation_start,
    ACTIONS(19), 1,
      sym__control_flow_start,
    ACTIONS(68), 1,
      anon_sym_RBRACE,
    STATE(5), 1,
      sym_start_tag,
    STATE(9), 1,
      aux_sym_document_repeat1,
    STATE(233), 1,
      sym_else_if_statement,
    STATE(244), 1,
      sym_else_statement,
    STATE(246), 1,
      sym_empty_statement,
    STATE(247), 1,
      sym_error_statement,
    STATE(248), 1,
      sym_loading_statement,
    STATE(255), 1,
      sym_placeholder_statement,
    STATE(257), 1,
      sym__alternative_statement,
    STATE(266), 1,
      sym_self_closing_tag,
    STATE(547), 1,
      sym_style_start_tag,
    STATE(548), 1,
      sym_script_start_tag,
    STATE(557), 1,
      sym__if_start_expression,
    STATE(559), 1,
      sym__else_if_start_expression,
    ACTIONS(13), 2,
      sym_entity,
      sym_text,
    STATE(264), 6,
      sym__any_statement,
      sym_let_statement,
      sym_switch_statement,
      sym_defer_statement,
      sym_for_statement,
      sym_if_statement,
    STATE(276), 8,
      sym_doctype,
      sym__node,
      sym_element,
      sym_script_element,
      sym_style_element,
      sym_erroneous_end_tag,
      sym_icu_expression,
      sym_interpolation,
  [547] = 25,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(7), 1,
      anon_sym_LT_BANG,
    ACTIONS(9), 1,
      anon_sym_LT,
    ACTIONS(11), 1,
      anon_sym_LT_SLASH,
    ACTIONS(15), 1,
      anon_sym_LBRACE,
    ACTIONS(17), 1,
      sym__interpolation_start,
    ACTIONS(19), 1,
      sym__control_flow_start,
    ACTIONS(70), 1,
      anon_sym_RBRACE,
    STATE(3), 1,
      aux_sym_document_repeat1,
    STATE(5), 1,
      sym_start_tag,
    STATE(233), 1,
      sym_else_if_statement,
    STATE(244), 1,
      sym_else_statement,
    STATE(246), 1,
      sym_empty_statement,
    STATE(247), 1,
      sym_error_statement,
    STATE(248), 1,
      sym_loading_statement,
    STATE(255), 1,
      sym_placeholder_statement,
    STATE(257), 1,
      sym__alternative_statement,
    STATE(266), 1,
      sym_self_closing_tag,
    STATE(547), 1,
      sym_style_start_tag,
    STATE(548), 1,
      sym_script_start_tag,
    STATE(557), 1,
      sym__if_start_expression,
    STATE(559), 1,
      sym__else_if_start_expression,
    ACTIONS(13), 2,
      sym_entity,
      sym_text,
    STATE(264), 6,
      sym__any_statement,
      sym_let_statement,
      sym_switch_statement,
      sym_defer_statement,
      sym_for_statement,
      sym_if_statement,
    STATE(276), 8,
      sym_doctype,
      sym__node,
      sym_element,
      sym_script_element,
      sym_style_element,
      sym_erroneous_end_tag,
      sym_icu_expression,
      sym_interpolation,
  [636] = 25,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(7), 1,
      anon_sym_LT_BANG,
    ACTIONS(9), 1,
      anon_sym_LT,
    ACTIONS(11), 1,
      anon_sym_LT_SLASH,
    ACTIONS(15), 1,
      anon_sym_LBRACE,
    ACTIONS(17), 1,
      sym__interpolation_start,
    ACTIONS(19), 1,
      sym__control_flow_start,
    ACTIONS(72), 1,
      anon_sym_RBRACE,
    STATE(3), 1,
      aux_sym_document_repeat1,
    STATE(5), 1,
      sym_start_tag,
    STATE(233), 1,
      sym_else_if_statement,
    STATE(244), 1,
      sym_else_statement,
    STATE(246), 1,
      sym_empty_statement,
    STATE(247), 1,
      sym_error_statement,
    STATE(248), 1,
      sym_loading_statement,
    STATE(255), 1,
      sym_placeholder_statement,
    STATE(257), 1,
      sym__alternative_statement,
    STATE(266), 1,
      sym_self_closing_tag,
    STATE(547), 1,
      sym_style_start_tag,
    STATE(548), 1,
      sym_script_start_tag,
    STATE(557), 1,
      sym__if_start_expression,
    STATE(559), 1,
      sym__else_if_start_expression,
    ACTIONS(13), 2,
      sym_entity,
      sym_text,
    STATE(264), 6,
      sym__any_statement,
      sym_let_statement,
      sym_switch_statement,
      sym_defer_statement,
      sym_for_statement,
      sym_if_statement,
    STATE(276), 8,
      sym_doctype,
      sym__node,
      sym_element,
      sym_script_element,
      sym_style_element,
      sym_erroneous_end_tag,
      sym_icu_expression,
      sym_interpolation,
  [725] = 25,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(7), 1,
      anon_sym_LT_BANG,
    ACTIONS(9), 1,
      anon_sym_LT,
    ACTIONS(11), 1,
      anon_sym_LT_SLASH,
    ACTIONS(15), 1,
      anon_sym_LBRACE,
    ACTIONS(17), 1,
      sym__interpolation_start,
    ACTIONS(19), 1,
      sym__control_flow_start,
    ACTIONS(74), 1,
      anon_sym_RBRACE,
    STATE(5), 1,
      sym_start_tag,
    STATE(8), 1,
      aux_sym_document_repeat1,
    STATE(233), 1,
      sym_else_if_statement,
    STATE(244), 1,
      sym_else_statement,
    STATE(246), 1,
      sym_empty_statement,
    STATE(247), 1,
      sym_error_statement,
    STATE(248), 1,
      sym_loading_statement,
    STATE(255), 1,
      sym_placeholder_statement,
    STATE(257), 1,
      sym__alternative_statement,
    STATE(266), 1,
      sym_self_closing_tag,
    STATE(547), 1,
      sym_style_start_tag,
    STATE(548), 1,
      sym_script_start_tag,
    STATE(557), 1,
      sym__if_start_expression,
    STATE(559), 1,
      sym__else_if_start_expression,
    ACTIONS(13), 2,
      sym_entity,
      sym_text,
    STATE(264), 6,
      sym__any_statement,
      sym_let_statement,
      sym_switch_statement,
      sym_defer_statement,
      sym_for_statement,
      sym_if_statement,
    STATE(276), 8,
      sym_doctype,
      sym__node,
      sym_element,
      sym_script_element,
      sym_style_element,
      sym_erroneous_end_tag,
      sym_icu_expression,
      sym_interpolation,
  [814] = 25,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(7), 1,
      anon_sym_LT_BANG,
    ACTIONS(9), 1,
      anon_sym_LT,
    ACTIONS(11), 1,
      anon_sym_LT_SLASH,
    ACTIONS(15), 1,
      anon_sym_LBRACE,
    ACTIONS(17), 1,
      sym__interpolation_start,
    ACTIONS(19), 1,
      sym__control_flow_start,
    ACTIONS(76), 1,
      anon_sym_RBRACE,
    STATE(3), 1,
      aux_sym_document_repeat1,
    STATE(5), 1,
      sym_start_tag,
    STATE(233), 1,
      sym_else_if_statement,
    STATE(244), 1,
      sym_else_statement,
    STATE(246), 1,
      sym_empty_statement,
    STATE(247), 1,
      sym_error_statement,
    STATE(248), 1,
      sym_loading_statement,
    STATE(255), 1,
      sym_placeholder_statement,
    STATE(257), 1,
      sym__alternative_statement,
    STATE(266), 1,
      sym_self_closing_tag,
    STATE(547), 1,
      sym_style_start_tag,
    STATE(548), 1,
      sym_script_start_tag,
    STATE(557), 1,
      sym__if_start_expression,
    STATE(559), 1,
      sym__else_if_start_expression,
    ACTIONS(13), 2,
      sym_entity,
      sym_text,
    STATE(264), 6,
      sym__any_statement,
      sym_let_statement,
      sym_switch_statement,
      sym_defer_statement,
      sym_for_statement,
      sym_if_statement,
    STATE(276), 8,
      sym_doctype,
      sym__node,
      sym_element,
      sym_script_element,
      sym_style_element,
      sym_erroneous_end_tag,
      sym_icu_expression,
      sym_interpolation,
  [903] = 25,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(37), 1,
      sym__implicit_end_tag,
    ACTIONS(78), 1,
      anon_sym_LT_BANG,
    ACTIONS(81), 1,
      anon_sym_LT,
    ACTIONS(84), 1,
      anon_sym_LT_SLASH,
    ACTIONS(90), 1,
      anon_sym_LBRACE,
    ACTIONS(93), 1,
      sym__interpolation_start,
    ACTIONS(96), 1,
      sym__control_flow_start,
    STATE(2), 1,
      sym_start_tag,
    STATE(12), 1,
      aux_sym_document_repeat1,
    STATE(305), 1,
      sym_else_statement,
    STATE(307), 1,
      sym_else_if_statement,
    STATE(308), 1,
      sym_empty_statement,
    STATE(309), 1,
      sym_error_statement,
    STATE(310), 1,
      sym_loading_statement,
    STATE(311), 1,
      sym_placeholder_statement,
    STATE(313), 1,
      sym__alternative_statement,
    STATE(316), 1,
      sym_self_closing_tag,
    STATE(522), 1,
      sym_style_start_tag,
    STATE(551), 1,
      sym_script_start_tag,
    STATE(555), 1,
      sym__if_start_expression,
    STATE(556), 1,
      sym__else_if_start_expression,
    ACTIONS(87), 2,
      sym_entity,
      sym_text,
    STATE(315), 6,
      sym__any_statement,
      sym_let_statement,
      sym_switch_statement,
      sym_defer_statement,
      sym_for_statement,
      sym_if_statement,
    STATE(318), 8,
      sym_doctype,
      sym__node,
      sym_element,
      sym_script_element,
      sym_style_element,
      sym_erroneous_end_tag,
      sym_icu_expression,
      sym_interpolation,
  [992] = 25,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(7), 1,
      anon_sym_LT_BANG,
    ACTIONS(9), 1,
      anon_sym_LT,
    ACTIONS(11), 1,
      anon_sym_LT_SLASH,
    ACTIONS(15), 1,
      anon_sym_LBRACE,
    ACTIONS(17), 1,
      sym__interpolation_start,
    ACTIONS(19), 1,
      sym__control_flow_start,
    ACTIONS(99), 1,
      ts_builtin_sym_end,
    STATE(3), 1,
      aux_sym_document_repeat1,
    STATE(5), 1,
      sym_start_tag,
    STATE(233), 1,
      sym_else_if_statement,
    STATE(244), 1,
      sym_else_statement,
    STATE(246), 1,
      sym_empty_statement,
    STATE(247), 1,
      sym_error_statement,
    STATE(248), 1,
      sym_loading_statement,
    STATE(255), 1,
      sym_placeholder_statement,
    STATE(257), 1,
      sym__alternative_statement,
    STATE(266), 1,
      sym_self_closing_tag,
    STATE(547), 1,
      sym_style_start_tag,
    STATE(548), 1,
      sym_script_start_tag,
    STATE(557), 1,
      sym__if_start_expression,
    STATE(559), 1,
      sym__else_if_start_expression,
    ACTIONS(13), 2,
      sym_entity,
      sym_text,
    STATE(264), 6,
      sym__any_statement,
      sym_let_statement,
      sym_switch_statement,
      sym_defer_statement,
      sym_for_statement,
      sym_if_statement,
    STATE(276), 8,
      sym_doctype,
      sym__node,
      sym_element,
      sym_script_element,
      sym_style_element,
      sym_erroneous_end_tag,
      sym_icu_expression,
      sym_interpolation,
  [1081] = 25,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(7), 1,
      anon_sym_LT_BANG,
    ACTIONS(9), 1,
      anon_sym_LT,
    ACTIONS(11), 1,
      anon_sym_LT_SLASH,
    ACTIONS(15), 1,
      anon_sym_LBRACE,
    ACTIONS(17), 1,
      sym__interpolation_start,
    ACTIONS(19), 1,
      sym__control_flow_start,
    ACTIONS(101), 1,
      anon_sym_RBRACE,
    STATE(5), 1,
      sym_start_tag,
    STATE(15), 1,
      aux_sym_document_repeat1,
    STATE(233), 1,
      sym_else_if_statement,
    STATE(244), 1,
      sym_else_statement,
    STATE(246), 1,
      sym_empty_statement,
    STATE(247), 1,
      sym_error_statement,
    STATE(248), 1,
      sym_loading_statement,
    STATE(255), 1,
      sym_placeholder_statement,
    STATE(257), 1,
      sym__alternative_statement,
    STATE(266), 1,
      sym_self_closing_tag,
    STATE(547), 1,
      sym_style_start_tag,
    STATE(548), 1,
      sym_script_start_tag,
    STATE(557), 1,
      sym__if_start_expression,
    STATE(559), 1,
      sym__else_if_start_expression,
    ACTIONS(13), 2,
      sym_entity,
      sym_text,
    STATE(264), 6,
      sym__any_statement,
      sym_let_statement,
      sym_switch_statement,
      sym_defer_statement,
      sym_for_statement,
      sym_if_statement,
    STATE(276), 8,
      sym_doctype,
      sym__node,
      sym_element,
      sym_script_element,
      sym_style_element,
      sym_erroneous_end_tag,
      sym_icu_expression,
      sym_interpolation,
  [1170] = 25,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(7), 1,
      anon_sym_LT_BANG,
    ACTIONS(9), 1,
      anon_sym_LT,
    ACTIONS(11), 1,
      anon_sym_LT_SLASH,
    ACTIONS(15), 1,
      anon_sym_LBRACE,
    ACTIONS(17), 1,
      sym__interpolation_start,
    ACTIONS(19), 1,
      sym__control_flow_start,
    ACTIONS(103), 1,
      anon_sym_RBRACE,
    STATE(3), 1,
      aux_sym_document_repeat1,
    STATE(5), 1,
      sym_start_tag,
    STATE(233), 1,
      sym_else_if_statement,
    STATE(244), 1,
      sym_else_statement,
    STATE(246), 1,
      sym_empty_statement,
    STATE(247), 1,
      sym_error_statement,
    STATE(248), 1,
      sym_loading_statement,
    STATE(255), 1,
      sym_placeholder_statement,
    STATE(257), 1,
      sym__alternative_statement,
    STATE(266), 1,
      sym_self_closing_tag,
    STATE(547), 1,
      sym_style_start_tag,
    STATE(548), 1,
      sym_script_start_tag,
    STATE(557), 1,
      sym__if_start_expression,
    STATE(559), 1,
      sym__else_if_start_expression,
    ACTIONS(13), 2,
      sym_entity,
      sym_text,
    STATE(264), 6,
      sym__any_statement,
      sym_let_statement,
      sym_switch_statement,
      sym_defer_statement,
      sym_for_statement,
      sym_if_statement,
    STATE(276), 8,
      sym_doctype,
      sym__node,
      sym_element,
      sym_script_element,
      sym_style_element,
      sym_erroneous_end_tag,
      sym_icu_expression,
      sym_interpolation,
  [1259] = 24,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(7), 1,
      anon_sym_LT_BANG,
    ACTIONS(9), 1,
      anon_sym_LT,
    ACTIONS(11), 1,
      anon_sym_LT_SLASH,
    ACTIONS(15), 1,
      anon_sym_LBRACE,
    ACTIONS(17), 1,
      sym__interpolation_start,
    ACTIONS(19), 1,
      sym__control_flow_start,
    STATE(5), 1,
      sym_start_tag,
    STATE(11), 1,
      aux_sym_document_repeat1,
    STATE(233), 1,
      sym_else_if_statement,
    STATE(244), 1,
      sym_else_statement,
    STATE(246), 1,
      sym_empty_statement,
    STATE(247), 1,
      sym_error_statement,
    STATE(248), 1,
      sym_loading_statement,
    STATE(255), 1,
      sym_placeholder_statement,
    STATE(257), 1,
      sym__alternative_statement,
    STATE(266), 1,
      sym_self_closing_tag,
    STATE(547), 1,
      sym_style_start_tag,
    STATE(548), 1,
      sym_script_start_tag,
    STATE(557), 1,
      sym__if_start_expression,
    STATE(559), 1,
      sym__else_if_start_expression,
    ACTIONS(13), 2,
      sym_entity,
      sym_text,
    STATE(264), 6,
      sym__any_statement,
      sym_let_statement,
      sym_switch_statement,
      sym_defer_statement,
      sym_for_statement,
      sym_if_statement,
    STATE(276), 8,
      sym_doctype,
      sym__node,
      sym_element,
      sym_script_element,
      sym_style_element,
      sym_erroneous_end_tag,
      sym_icu_expression,
      sym_interpolation,
  [1345] = 8,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(109), 1,
      anon_sym_LBRACK,
    ACTIONS(111), 1,
      anon_sym_PIPE,
    STATE(89), 1,
      aux_sym_pipe_sequence_repeat1,
    STATE(114), 1,
      sym_pipe_sequence,
    ACTIONS(113), 3,
      anon_sym_DOT,
      anon_sym_QMARK_DOT,
      anon_sym_BANG_DOT,
    ACTIONS(105), 5,
      anon_sym_GT,
      anon_sym_LT,
      anon_sym_QMARK,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
    ACTIONS(107), 19,
      anon_sym_DQUOTE,
      anon_sym_RBRACE,
      anon_sym_SEMI,
      anon_sym_RPAREN,
      anon_sym_COMMA,
      anon_sym_as,
      anon_sym_PLUS,
      anon_sym_STAR,
      anon_sym_RBRACK,
      anon_sym_QMARK_QMARK,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      anon_sym_DASH,
      anon_sym_SLASH,
      anon_sym_PERCENT,
      anon_sym_EQ_EQ_EQ,
      anon_sym_BANG_EQ_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
  [1394] = 4,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(119), 1,
      anon_sym_LPAREN,
    ACTIONS(115), 6,
      anon_sym_GT,
      anon_sym_LT,
      anon_sym_QMARK,
      anon_sym_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
    ACTIONS(117), 24,
      anon_sym_DQUOTE,
      anon_sym_RBRACE,
      anon_sym_SEMI,
      anon_sym_RPAREN,
      anon_sym_COMMA,
      anon_sym_as,
      anon_sym_PLUS,
      anon_sym_STAR,
      anon_sym_COLON,
      anon_sym_LBRACK,
      anon_sym_RBRACK,
      anon_sym_QMARK_QMARK,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      anon_sym_DOT,
      anon_sym_QMARK_DOT,
      anon_sym_BANG_DOT,
      anon_sym_DASH,
      anon_sym_SLASH,
      anon_sym_PERCENT,
      anon_sym_EQ_EQ_EQ,
      anon_sym_BANG_EQ_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
  [1435] = 4,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(119), 1,
      anon_sym_LPAREN,
    ACTIONS(121), 6,
      anon_sym_GT,
      anon_sym_LT,
      anon_sym_QMARK,
      anon_sym_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
    ACTIONS(123), 24,
      anon_sym_DQUOTE,
      anon_sym_RBRACE,
      anon_sym_SEMI,
      anon_sym_RPAREN,
      anon_sym_COMMA,
      anon_sym_as,
      anon_sym_PLUS,
      anon_sym_STAR,
      anon_sym_COLON,
      anon_sym_LBRACK,
      anon_sym_RBRACK,
      anon_sym_QMARK_QMARK,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      anon_sym_DOT,
      anon_sym_QMARK_DOT,
      anon_sym_BANG_DOT,
      anon_sym_DASH,
      anon_sym_SLASH,
      anon_sym_PERCENT,
      anon_sym_EQ_EQ_EQ,
      anon_sym_BANG_EQ_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
  [1476] = 3,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(125), 6,
      anon_sym_GT,
      anon_sym_LT,
      anon_sym_QMARK,
      anon_sym_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
    ACTIONS(127), 24,
      anon_sym_DQUOTE,
      anon_sym_RBRACE,
      anon_sym_SEMI,
      anon_sym_RPAREN,
      anon_sym_COMMA,
      anon_sym_as,
      anon_sym_PLUS,
      anon_sym_STAR,
      anon_sym_COLON,
      anon_sym_LBRACK,
      anon_sym_RBRACK,
      anon_sym_QMARK_QMARK,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      anon_sym_DOT,
      anon_sym_QMARK_DOT,
      anon_sym_BANG_DOT,
      anon_sym_DASH,
      anon_sym_SLASH,
      anon_sym_PERCENT,
      anon_sym_EQ_EQ_EQ,
      anon_sym_BANG_EQ_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
  [1514] = 3,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(129), 6,
      anon_sym_GT,
      anon_sym_LT,
      anon_sym_QMARK,
      anon_sym_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
    ACTIONS(131), 24,
      anon_sym_DQUOTE,
      anon_sym_RBRACE,
      anon_sym_SEMI,
      anon_sym_RPAREN,
      anon_sym_COMMA,
      anon_sym_as,
      anon_sym_PLUS,
      anon_sym_STAR,
      anon_sym_COLON,
      anon_sym_LBRACK,
      anon_sym_RBRACK,
      anon_sym_QMARK_QMARK,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      anon_sym_DOT,
      anon_sym_QMARK_DOT,
      anon_sym_BANG_DOT,
      anon_sym_DASH,
      anon_sym_SLASH,
      anon_sym_PERCENT,
      anon_sym_EQ_EQ_EQ,
      anon_sym_BANG_EQ_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
  [1552] = 4,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(133), 1,
      anon_sym_LPAREN,
    ACTIONS(121), 8,
      anon_sym_GT,
      anon_sym_LT,
      anon_sym_QMARK,
      anon_sym_PIPE,
      sym_identifier,
      anon_sym_DASH,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
    ACTIONS(123), 21,
      anon_sym_SQUOTE,
      anon_sym_DQUOTE,
      anon_sym_RBRACE,
      anon_sym_COMMA,
      anon_sym_PLUS,
      anon_sym_STAR,
      anon_sym_COLON,
      anon_sym_LBRACK,
      anon_sym_RPAREN_RBRACK,
      anon_sym_QMARK_QMARK,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      anon_sym_DOT,
      anon_sym_QMARK_DOT,
      anon_sym_BANG_DOT,
      anon_sym_SLASH,
      anon_sym_PERCENT,
      anon_sym_EQ_EQ_EQ,
      anon_sym_BANG_EQ_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
  [1592] = 19,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(135), 1,
      anon_sym_SQUOTE,
    ACTIONS(137), 1,
      anon_sym_DQUOTE,
    ACTIONS(139), 1,
      anon_sym_LBRACE,
    ACTIONS(141), 1,
      anon_sym_SEMI,
    ACTIONS(143), 1,
      anon_sym_LPAREN,
    ACTIONS(145), 1,
      anon_sym_LBRACK,
    ACTIONS(147), 1,
      anon_sym_BANG,
    ACTIONS(149), 1,
      sym_identifier,
    ACTIONS(151), 1,
      sym_number,
    ACTIONS(153), 1,
      sym__backtick,
    STATE(119), 1,
      sym_expression,
    STATE(223), 1,
      sym__double_quote,
    STATE(396), 1,
      sym__single_quote,
    STATE(477), 1,
      aux_sym__binding_assignment_repeat1,
    STATE(478), 1,
      sym_assignment_expression,
    STATE(304), 2,
      sym_unary_expression,
      sym_binary_expression,
    STATE(395), 5,
      sym__any_expression,
      sym_template_string,
      sym_ternary_expression,
      sym_nullish_coalescing_expression,
      sym_conditional_expression,
    STATE(39), 8,
      sym__primitive,
      sym_object,
      sym_array,
      sym_string,
      sym_group,
      sym_call_expression,
      sym_member_expression,
      sym_bracket_expression,
  [1662] = 18,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(135), 1,
      anon_sym_SQUOTE,
    ACTIONS(139), 1,
      anon_sym_LBRACE,
    ACTIONS(143), 1,
      anon_sym_LPAREN,
    ACTIONS(145), 1,
      anon_sym_LBRACK,
    ACTIONS(155), 1,
      anon_sym_DQUOTE,
    ACTIONS(157), 1,
      anon_sym_let,
    ACTIONS(159), 1,
      anon_sym_BANG,
    ACTIONS(161), 1,
      sym_identifier,
    ACTIONS(163), 1,
      sym_number,
    ACTIONS(165), 1,
      sym__backtick,
    STATE(134), 1,
      sym_expression,
    STATE(396), 1,
      sym__single_quote,
    STATE(436), 1,
      sym__double_quote,
    STATE(378), 2,
      sym_unary_expression,
      sym_binary_expression,
    STATE(617), 2,
      sym_structural_expression,
      sym_structural_declaration,
    STATE(362), 5,
      sym__any_expression,
      sym_template_string,
      sym_ternary_expression,
      sym_nullish_coalescing_expression,
      sym_conditional_expression,
    STATE(80), 8,
      sym__primitive,
      sym_object,
      sym_array,
      sym_string,
      sym_group,
      sym_call_expression,
      sym_member_expression,
      sym_bracket_expression,
  [1730] = 3,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(167), 6,
      anon_sym_GT,
      anon_sym_LT,
      anon_sym_QMARK,
      anon_sym_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
    ACTIONS(169), 24,
      anon_sym_DQUOTE,
      anon_sym_RBRACE,
      anon_sym_SEMI,
      anon_sym_RPAREN,
      anon_sym_COMMA,
      anon_sym_as,
      anon_sym_PLUS,
      anon_sym_STAR,
      anon_sym_COLON,
      anon_sym_LBRACK,
      anon_sym_RBRACK,
      anon_sym_QMARK_QMARK,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      anon_sym_DOT,
      anon_sym_QMARK_DOT,
      anon_sym_BANG_DOT,
      anon_sym_DASH,
      anon_sym_SLASH,
      anon_sym_PERCENT,
      anon_sym_EQ_EQ_EQ,
      anon_sym_BANG_EQ_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
  [1768] = 3,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(171), 6,
      anon_sym_GT,
      anon_sym_LT,
      anon_sym_QMARK,
      anon_sym_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
    ACTIONS(173), 24,
      anon_sym_DQUOTE,
      anon_sym_RBRACE,
      anon_sym_SEMI,
      anon_sym_RPAREN,
      anon_sym_COMMA,
      anon_sym_as,
      anon_sym_PLUS,
      anon_sym_STAR,
      anon_sym_COLON,
      anon_sym_LBRACK,
      anon_sym_RBRACK,
      anon_sym_QMARK_QMARK,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      anon_sym_DOT,
      anon_sym_QMARK_DOT,
      anon_sym_BANG_DOT,
      anon_sym_DASH,
      anon_sym_SLASH,
      anon_sym_PERCENT,
      anon_sym_EQ_EQ_EQ,
      anon_sym_BANG_EQ_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
  [1806] = 18,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(135), 1,
      anon_sym_SQUOTE,
    ACTIONS(139), 1,
      anon_sym_LBRACE,
    ACTIONS(143), 1,
      anon_sym_LPAREN,
    ACTIONS(145), 1,
      anon_sym_LBRACK,
    ACTIONS(155), 1,
      anon_sym_DQUOTE,
    ACTIONS(157), 1,
      anon_sym_let,
    ACTIONS(159), 1,
      anon_sym_BANG,
    ACTIONS(161), 1,
      sym_identifier,
    ACTIONS(163), 1,
      sym_number,
    ACTIONS(165), 1,
      sym__backtick,
    STATE(134), 1,
      sym_expression,
    STATE(396), 1,
      sym__single_quote,
    STATE(436), 1,
      sym__double_quote,
    STATE(378), 2,
      sym_unary_expression,
      sym_binary_expression,
    STATE(594), 2,
      sym_structural_expression,
      sym_structural_declaration,
    STATE(362), 5,
      sym__any_expression,
      sym_template_string,
      sym_ternary_expression,
      sym_nullish_coalescing_expression,
      sym_conditional_expression,
    STATE(80), 8,
      sym__primitive,
      sym_object,
      sym_array,
      sym_string,
      sym_group,
      sym_call_expression,
      sym_member_expression,
      sym_bracket_expression,
  [1874] = 3,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(175), 6,
      anon_sym_GT,
      anon_sym_LT,
      anon_sym_QMARK,
      anon_sym_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
    ACTIONS(177), 24,
      anon_sym_DQUOTE,
      anon_sym_RBRACE,
      anon_sym_SEMI,
      anon_sym_RPAREN,
      anon_sym_COMMA,
      anon_sym_as,
      anon_sym_PLUS,
      anon_sym_STAR,
      anon_sym_COLON,
      anon_sym_LBRACK,
      anon_sym_RBRACK,
      anon_sym_QMARK_QMARK,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      anon_sym_DOT,
      anon_sym_QMARK_DOT,
      anon_sym_BANG_DOT,
      anon_sym_DASH,
      anon_sym_SLASH,
      anon_sym_PERCENT,
      anon_sym_EQ_EQ_EQ,
      anon_sym_BANG_EQ_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
  [1912] = 3,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(179), 6,
      anon_sym_GT,
      anon_sym_LT,
      anon_sym_QMARK,
      anon_sym_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
    ACTIONS(181), 24,
      anon_sym_DQUOTE,
      anon_sym_RBRACE,
      anon_sym_SEMI,
      anon_sym_RPAREN,
      anon_sym_COMMA,
      anon_sym_as,
      anon_sym_PLUS,
      anon_sym_STAR,
      anon_sym_COLON,
      anon_sym_LBRACK,
      anon_sym_RBRACK,
      anon_sym_QMARK_QMARK,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      anon_sym_DOT,
      anon_sym_QMARK_DOT,
      anon_sym_BANG_DOT,
      anon_sym_DASH,
      anon_sym_SLASH,
      anon_sym_PERCENT,
      anon_sym_EQ_EQ_EQ,
      anon_sym_BANG_EQ_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
  [1950] = 3,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(183), 6,
      anon_sym_GT,
      anon_sym_LT,
      anon_sym_QMARK,
      anon_sym_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
    ACTIONS(185), 24,
      anon_sym_DQUOTE,
      anon_sym_RBRACE,
      anon_sym_SEMI,
      anon_sym_RPAREN,
      anon_sym_COMMA,
      anon_sym_as,
      anon_sym_PLUS,
      anon_sym_STAR,
      anon_sym_COLON,
      anon_sym_LBRACK,
      anon_sym_RBRACK,
      anon_sym_QMARK_QMARK,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      anon_sym_DOT,
      anon_sym_QMARK_DOT,
      anon_sym_BANG_DOT,
      anon_sym_DASH,
      anon_sym_SLASH,
      anon_sym_PERCENT,
      anon_sym_EQ_EQ_EQ,
      anon_sym_BANG_EQ_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
  [1988] = 19,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(135), 1,
      anon_sym_SQUOTE,
    ACTIONS(139), 1,
      anon_sym_LBRACE,
    ACTIONS(141), 1,
      anon_sym_SEMI,
    ACTIONS(143), 1,
      anon_sym_LPAREN,
    ACTIONS(145), 1,
      anon_sym_LBRACK,
    ACTIONS(147), 1,
      anon_sym_BANG,
    ACTIONS(149), 1,
      sym_identifier,
    ACTIONS(151), 1,
      sym_number,
    ACTIONS(153), 1,
      sym__backtick,
    ACTIONS(187), 1,
      anon_sym_DQUOTE,
    STATE(119), 1,
      sym_expression,
    STATE(226), 1,
      sym__double_quote,
    STATE(396), 1,
      sym__single_quote,
    STATE(470), 1,
      sym_assignment_expression,
    STATE(473), 1,
      aux_sym__binding_assignment_repeat1,
    STATE(304), 2,
      sym_unary_expression,
      sym_binary_expression,
    STATE(389), 5,
      sym__any_expression,
      sym_template_string,
      sym_ternary_expression,
      sym_nullish_coalescing_expression,
      sym_conditional_expression,
    STATE(39), 8,
      sym__primitive,
      sym_object,
      sym_array,
      sym_string,
      sym_group,
      sym_call_expression,
      sym_member_expression,
      sym_bracket_expression,
  [2058] = 3,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(189), 6,
      anon_sym_GT,
      anon_sym_LT,
      anon_sym_QMARK,
      anon_sym_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
    ACTIONS(191), 24,
      anon_sym_DQUOTE,
      anon_sym_RBRACE,
      anon_sym_SEMI,
      anon_sym_RPAREN,
      anon_sym_COMMA,
      anon_sym_as,
      anon_sym_PLUS,
      anon_sym_STAR,
      anon_sym_COLON,
      anon_sym_LBRACK,
      anon_sym_RBRACK,
      anon_sym_QMARK_QMARK,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      anon_sym_DOT,
      anon_sym_QMARK_DOT,
      anon_sym_BANG_DOT,
      anon_sym_DASH,
      anon_sym_SLASH,
      anon_sym_PERCENT,
      anon_sym_EQ_EQ_EQ,
      anon_sym_BANG_EQ_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
  [2096] = 3,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(193), 6,
      anon_sym_GT,
      anon_sym_LT,
      anon_sym_QMARK,
      anon_sym_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
    ACTIONS(195), 24,
      anon_sym_DQUOTE,
      anon_sym_RBRACE,
      anon_sym_SEMI,
      anon_sym_RPAREN,
      anon_sym_COMMA,
      anon_sym_as,
      anon_sym_PLUS,
      anon_sym_STAR,
      anon_sym_COLON,
      anon_sym_LBRACK,
      anon_sym_RBRACK,
      anon_sym_QMARK_QMARK,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      anon_sym_DOT,
      anon_sym_QMARK_DOT,
      anon_sym_BANG_DOT,
      anon_sym_DASH,
      anon_sym_SLASH,
      anon_sym_PERCENT,
      anon_sym_EQ_EQ_EQ,
      anon_sym_BANG_EQ_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
  [2134] = 5,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(109), 1,
      anon_sym_LBRACK,
    ACTIONS(113), 3,
      anon_sym_DOT,
      anon_sym_QMARK_DOT,
      anon_sym_BANG_DOT,
    ACTIONS(197), 6,
      anon_sym_GT,
      anon_sym_LT,
      anon_sym_QMARK,
      anon_sym_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
    ACTIONS(199), 20,
      anon_sym_DQUOTE,
      anon_sym_RBRACE,
      anon_sym_SEMI,
      anon_sym_RPAREN,
      anon_sym_COMMA,
      anon_sym_as,
      anon_sym_PLUS,
      anon_sym_STAR,
      anon_sym_COLON,
      anon_sym_RBRACK,
      anon_sym_QMARK_QMARK,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      anon_sym_DASH,
      anon_sym_SLASH,
      anon_sym_PERCENT,
      anon_sym_EQ_EQ_EQ,
      anon_sym_BANG_EQ_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
  [2176] = 3,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(201), 6,
      anon_sym_GT,
      anon_sym_LT,
      anon_sym_QMARK,
      anon_sym_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
    ACTIONS(203), 24,
      anon_sym_DQUOTE,
      anon_sym_RBRACE,
      anon_sym_SEMI,
      anon_sym_RPAREN,
      anon_sym_COMMA,
      anon_sym_as,
      anon_sym_PLUS,
      anon_sym_STAR,
      anon_sym_COLON,
      anon_sym_LBRACK,
      anon_sym_RBRACK,
      anon_sym_QMARK_QMARK,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      anon_sym_DOT,
      anon_sym_QMARK_DOT,
      anon_sym_BANG_DOT,
      anon_sym_DASH,
      anon_sym_SLASH,
      anon_sym_PERCENT,
      anon_sym_EQ_EQ_EQ,
      anon_sym_BANG_EQ_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
  [2214] = 3,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(205), 6,
      anon_sym_GT,
      anon_sym_LT,
      anon_sym_QMARK,
      anon_sym_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
    ACTIONS(207), 24,
      anon_sym_DQUOTE,
      anon_sym_RBRACE,
      anon_sym_SEMI,
      anon_sym_RPAREN,
      anon_sym_COMMA,
      anon_sym_as,
      anon_sym_PLUS,
      anon_sym_STAR,
      anon_sym_COLON,
      anon_sym_LBRACK,
      anon_sym_RBRACK,
      anon_sym_QMARK_QMARK,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      anon_sym_DOT,
      anon_sym_QMARK_DOT,
      anon_sym_BANG_DOT,
      anon_sym_DASH,
      anon_sym_SLASH,
      anon_sym_PERCENT,
      anon_sym_EQ_EQ_EQ,
      anon_sym_BANG_EQ_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
  [2252] = 18,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(135), 1,
      anon_sym_SQUOTE,
    ACTIONS(139), 1,
      anon_sym_LBRACE,
    ACTIONS(143), 1,
      anon_sym_LPAREN,
    ACTIONS(145), 1,
      anon_sym_LBRACK,
    ACTIONS(147), 1,
      anon_sym_BANG,
    ACTIONS(149), 1,
      sym_identifier,
    ACTIONS(151), 1,
      sym_number,
    ACTIONS(153), 1,
      sym__backtick,
    ACTIONS(209), 1,
      anon_sym_DQUOTE,
    ACTIONS(212), 1,
      anon_sym_SEMI,
    STATE(119), 1,
      sym_expression,
    STATE(396), 1,
      sym__single_quote,
    STATE(436), 1,
      sym__double_quote,
    STATE(576), 1,
      sym_assignment_expression,
    STATE(304), 2,
      sym_unary_expression,
      sym_binary_expression,
    STATE(461), 5,
      sym__any_expression,
      sym_template_string,
      sym_ternary_expression,
      sym_nullish_coalescing_expression,
      sym_conditional_expression,
    STATE(39), 8,
      sym__primitive,
      sym_object,
      sym_array,
      sym_string,
      sym_group,
      sym_call_expression,
      sym_member_expression,
      sym_bracket_expression,
  [2319] = 4,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(133), 1,
      anon_sym_LPAREN,
    ACTIONS(115), 8,
      anon_sym_GT,
      anon_sym_LT,
      anon_sym_QMARK,
      anon_sym_PIPE,
      sym_identifier,
      anon_sym_DASH,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
    ACTIONS(117), 20,
      anon_sym_SQUOTE,
      anon_sym_DQUOTE,
      anon_sym_RBRACE,
      anon_sym_COMMA,
      anon_sym_PLUS,
      anon_sym_STAR,
      anon_sym_COLON,
      anon_sym_LBRACK,
      anon_sym_QMARK_QMARK,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      anon_sym_DOT,
      anon_sym_QMARK_DOT,
      anon_sym_BANG_DOT,
      anon_sym_SLASH,
      anon_sym_PERCENT,
      anon_sym_EQ_EQ_EQ,
      anon_sym_BANG_EQ_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
  [2358] = 9,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(109), 1,
      anon_sym_LBRACK,
    ACTIONS(111), 1,
      anon_sym_PIPE,
    STATE(89), 1,
      aux_sym_pipe_sequence_repeat1,
    STATE(114), 1,
      sym_pipe_sequence,
    ACTIONS(214), 2,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
    ACTIONS(113), 3,
      anon_sym_DOT,
      anon_sym_QMARK_DOT,
      anon_sym_BANG_DOT,
    ACTIONS(105), 5,
      anon_sym_GT,
      anon_sym_LT,
      anon_sym_QMARK,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
    ACTIONS(107), 15,
      anon_sym_DQUOTE,
      anon_sym_RBRACE,
      anon_sym_SEMI,
      anon_sym_RPAREN,
      anon_sym_COMMA,
      anon_sym_PLUS,
      anon_sym_STAR,
      anon_sym_QMARK_QMARK,
      anon_sym_DASH,
      anon_sym_SLASH,
      anon_sym_PERCENT,
      anon_sym_EQ_EQ_EQ,
      anon_sym_BANG_EQ_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
  [2407] = 9,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(216), 1,
      anon_sym_LBRACK,
    ACTIONS(220), 1,
      anon_sym_PIPE,
    STATE(103), 1,
      aux_sym_pipe_sequence_repeat1,
    STATE(129), 1,
      sym_pipe_sequence,
    ACTIONS(218), 2,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
    ACTIONS(222), 3,
      anon_sym_DOT,
      anon_sym_QMARK_DOT,
      anon_sym_BANG_DOT,
    ACTIONS(105), 7,
      anon_sym_GT,
      anon_sym_LT,
      anon_sym_QMARK,
      sym_identifier,
      anon_sym_DASH,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
    ACTIONS(107), 13,
      anon_sym_SQUOTE,
      anon_sym_DQUOTE,
      anon_sym_RBRACE,
      anon_sym_COMMA,
      anon_sym_PLUS,
      anon_sym_STAR,
      anon_sym_QMARK_QMARK,
      anon_sym_SLASH,
      anon_sym_PERCENT,
      anon_sym_EQ_EQ_EQ,
      anon_sym_BANG_EQ_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
  [2456] = 8,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(216), 1,
      anon_sym_LBRACK,
    ACTIONS(220), 1,
      anon_sym_PIPE,
    STATE(103), 1,
      aux_sym_pipe_sequence_repeat1,
    STATE(129), 1,
      sym_pipe_sequence,
    ACTIONS(222), 3,
      anon_sym_DOT,
      anon_sym_QMARK_DOT,
      anon_sym_BANG_DOT,
    ACTIONS(105), 7,
      anon_sym_GT,
      anon_sym_LT,
      anon_sym_QMARK,
      sym_identifier,
      anon_sym_DASH,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
    ACTIONS(107), 15,
      anon_sym_SQUOTE,
      anon_sym_DQUOTE,
      anon_sym_RBRACE,
      anon_sym_COMMA,
      anon_sym_PLUS,
      anon_sym_STAR,
      anon_sym_QMARK_QMARK,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      anon_sym_SLASH,
      anon_sym_PERCENT,
      anon_sym_EQ_EQ_EQ,
      anon_sym_BANG_EQ_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
  [2503] = 11,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(109), 1,
      anon_sym_LBRACK,
    ACTIONS(111), 1,
      anon_sym_PIPE,
    ACTIONS(226), 1,
      anon_sym_QMARK,
    STATE(89), 1,
      aux_sym_pipe_sequence_repeat1,
    STATE(114), 1,
      sym_pipe_sequence,
    ACTIONS(214), 2,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
    ACTIONS(113), 3,
      anon_sym_DOT,
      anon_sym_QMARK_DOT,
      anon_sym_BANG_DOT,
    ACTIONS(105), 4,
      anon_sym_GT,
      anon_sym_LT,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
    ACTIONS(224), 6,
      anon_sym_DQUOTE,
      anon_sym_RBRACE,
      anon_sym_SEMI,
      anon_sym_RPAREN,
      anon_sym_COMMA,
      anon_sym_QMARK_QMARK,
    ACTIONS(107), 9,
      anon_sym_PLUS,
      anon_sym_STAR,
      anon_sym_DASH,
      anon_sym_SLASH,
      anon_sym_PERCENT,
      anon_sym_EQ_EQ_EQ,
      anon_sym_BANG_EQ_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
  [2556] = 6,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(232), 1,
      anon_sym_COLON,
    STATE(91), 1,
      sym_pipe_arguments,
    STATE(57), 2,
      sym__pipe_argument,
      aux_sym_pipe_arguments_repeat1,
    ACTIONS(228), 6,
      anon_sym_GT,
      anon_sym_LT,
      anon_sym_QMARK,
      anon_sym_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
    ACTIONS(230), 19,
      anon_sym_DQUOTE,
      anon_sym_RBRACE,
      anon_sym_SEMI,
      anon_sym_RPAREN,
      anon_sym_COMMA,
      anon_sym_as,
      anon_sym_PLUS,
      anon_sym_STAR,
      anon_sym_RBRACK,
      anon_sym_QMARK_QMARK,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      anon_sym_DASH,
      anon_sym_SLASH,
      anon_sym_PERCENT,
      anon_sym_EQ_EQ_EQ,
      anon_sym_BANG_EQ_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
  [2599] = 3,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(171), 8,
      anon_sym_GT,
      anon_sym_LT,
      anon_sym_QMARK,
      anon_sym_PIPE,
      sym_identifier,
      anon_sym_DASH,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
    ACTIONS(173), 21,
      anon_sym_SQUOTE,
      anon_sym_DQUOTE,
      anon_sym_RBRACE,
      anon_sym_COMMA,
      anon_sym_PLUS,
      anon_sym_STAR,
      anon_sym_COLON,
      anon_sym_LBRACK,
      anon_sym_RPAREN_RBRACK,
      anon_sym_QMARK_QMARK,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      anon_sym_DOT,
      anon_sym_QMARK_DOT,
      anon_sym_BANG_DOT,
      anon_sym_SLASH,
      anon_sym_PERCENT,
      anon_sym_EQ_EQ_EQ,
      anon_sym_BANG_EQ_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
  [2636] = 3,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(179), 8,
      anon_sym_GT,
      anon_sym_LT,
      anon_sym_QMARK,
      anon_sym_PIPE,
      sym_identifier,
      anon_sym_DASH,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
    ACTIONS(181), 21,
      anon_sym_SQUOTE,
      anon_sym_DQUOTE,
      anon_sym_RBRACE,
      anon_sym_COMMA,
      anon_sym_PLUS,
      anon_sym_STAR,
      anon_sym_COLON,
      anon_sym_LBRACK,
      anon_sym_RPAREN_RBRACK,
      anon_sym_QMARK_QMARK,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      anon_sym_DOT,
      anon_sym_QMARK_DOT,
      anon_sym_BANG_DOT,
      anon_sym_SLASH,
      anon_sym_PERCENT,
      anon_sym_EQ_EQ_EQ,
      anon_sym_BANG_EQ_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
  [2673] = 11,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(111), 1,
      anon_sym_PIPE,
    ACTIONS(216), 1,
      anon_sym_LBRACK,
    STATE(89), 1,
      aux_sym_pipe_sequence_repeat1,
    STATE(114), 1,
      sym_pipe_sequence,
    ACTIONS(218), 2,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
    ACTIONS(226), 2,
      anon_sym_QMARK,
      sym_identifier,
    ACTIONS(222), 3,
      anon_sym_DOT,
      anon_sym_QMARK_DOT,
      anon_sym_BANG_DOT,
    ACTIONS(105), 5,
      anon_sym_GT,
      anon_sym_LT,
      anon_sym_DASH,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
    ACTIONS(224), 5,
      anon_sym_SQUOTE,
      anon_sym_DQUOTE,
      anon_sym_RBRACE,
      anon_sym_COMMA,
      anon_sym_QMARK_QMARK,
    ACTIONS(107), 8,
      anon_sym_PLUS,
      anon_sym_STAR,
      anon_sym_SLASH,
      anon_sym_PERCENT,
      anon_sym_EQ_EQ_EQ,
      anon_sym_BANG_EQ_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
  [2726] = 3,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(167), 8,
      anon_sym_GT,
      anon_sym_LT,
      anon_sym_QMARK,
      anon_sym_PIPE,
      sym_identifier,
      anon_sym_DASH,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
    ACTIONS(169), 21,
      anon_sym_SQUOTE,
      anon_sym_DQUOTE,
      anon_sym_RBRACE,
      anon_sym_COMMA,
      anon_sym_PLUS,
      anon_sym_STAR,
      anon_sym_COLON,
      anon_sym_LBRACK,
      anon_sym_RPAREN_RBRACK,
      anon_sym_QMARK_QMARK,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      anon_sym_DOT,
      anon_sym_QMARK_DOT,
      anon_sym_BANG_DOT,
      anon_sym_SLASH,
      anon_sym_PERCENT,
      anon_sym_EQ_EQ_EQ,
      anon_sym_BANG_EQ_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
  [2763] = 5,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(236), 1,
      anon_sym_QMARK,
    ACTIONS(115), 5,
      anon_sym_GT,
      anon_sym_LT,
      anon_sym_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
    ACTIONS(234), 7,
      anon_sym_DQUOTE,
      anon_sym_RBRACE,
      anon_sym_SEMI,
      anon_sym_RPAREN,
      anon_sym_COMMA,
      anon_sym_as,
      anon_sym_QMARK_QMARK,
    ACTIONS(117), 15,
      anon_sym_PLUS,
      anon_sym_STAR,
      anon_sym_LBRACK,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      anon_sym_DOT,
      anon_sym_QMARK_DOT,
      anon_sym_BANG_DOT,
      anon_sym_DASH,
      anon_sym_SLASH,
      anon_sym_PERCENT,
      anon_sym_EQ_EQ_EQ,
      anon_sym_BANG_EQ_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
  [2803] = 17,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(135), 1,
      anon_sym_SQUOTE,
    ACTIONS(139), 1,
      anon_sym_LBRACE,
    ACTIONS(143), 1,
      anon_sym_LPAREN,
    ACTIONS(145), 1,
      anon_sym_LBRACK,
    ACTIONS(147), 1,
      anon_sym_BANG,
    ACTIONS(153), 1,
      sym__backtick,
    ACTIONS(155), 1,
      anon_sym_DQUOTE,
    ACTIONS(161), 1,
      sym_identifier,
    ACTIONS(238), 1,
      sym_number,
    STATE(119), 1,
      sym_expression,
    STATE(396), 1,
      sym__single_quote,
    STATE(436), 1,
      sym__double_quote,
    STATE(704), 1,
      sym_concatenation_expression,
    STATE(304), 2,
      sym_unary_expression,
      sym_binary_expression,
    STATE(534), 5,
      sym__any_expression,
      sym_template_string,
      sym_ternary_expression,
      sym_nullish_coalescing_expression,
      sym_conditional_expression,
    STATE(94), 8,
      sym__primitive,
      sym_object,
      sym_array,
      sym_string,
      sym_group,
      sym_call_expression,
      sym_member_expression,
      sym_bracket_expression,
  [2867] = 17,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(135), 1,
      anon_sym_SQUOTE,
    ACTIONS(139), 1,
      anon_sym_LBRACE,
    ACTIONS(143), 1,
      anon_sym_LPAREN,
    ACTIONS(145), 1,
      anon_sym_LBRACK,
    ACTIONS(147), 1,
      anon_sym_BANG,
    ACTIONS(151), 1,
      sym_number,
    ACTIONS(153), 1,
      sym__backtick,
    ACTIONS(155), 1,
      anon_sym_DQUOTE,
    ACTIONS(161), 1,
      sym_identifier,
    STATE(119), 1,
      sym_expression,
    STATE(396), 1,
      sym__single_quote,
    STATE(436), 1,
      sym__double_quote,
    STATE(514), 1,
      sym_if_condition,
    STATE(304), 2,
      sym_unary_expression,
      sym_binary_expression,
    STATE(472), 5,
      sym__any_expression,
      sym_template_string,
      sym_ternary_expression,
      sym_nullish_coalescing_expression,
      sym_conditional_expression,
    STATE(39), 8,
      sym__primitive,
      sym_object,
      sym_array,
      sym_string,
      sym_group,
      sym_call_expression,
      sym_member_expression,
      sym_bracket_expression,
  [2931] = 3,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(189), 8,
      anon_sym_GT,
      anon_sym_LT,
      anon_sym_QMARK,
      anon_sym_PIPE,
      sym_identifier,
      anon_sym_DASH,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
    ACTIONS(191), 20,
      anon_sym_SQUOTE,
      anon_sym_DQUOTE,
      anon_sym_RBRACE,
      anon_sym_COMMA,
      anon_sym_PLUS,
      anon_sym_STAR,
      anon_sym_COLON,
      anon_sym_LBRACK,
      anon_sym_QMARK_QMARK,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      anon_sym_DOT,
      anon_sym_QMARK_DOT,
      anon_sym_BANG_DOT,
      anon_sym_SLASH,
      anon_sym_PERCENT,
      anon_sym_EQ_EQ_EQ,
      anon_sym_BANG_EQ_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
  [2967] = 17,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(135), 1,
      anon_sym_SQUOTE,
    ACTIONS(139), 1,
      anon_sym_LBRACE,
    ACTIONS(143), 1,
      anon_sym_LPAREN,
    ACTIONS(145), 1,
      anon_sym_LBRACK,
    ACTIONS(147), 1,
      anon_sym_BANG,
    ACTIONS(153), 1,
      sym__backtick,
    ACTIONS(155), 1,
      anon_sym_DQUOTE,
    ACTIONS(161), 1,
      sym_identifier,
    ACTIONS(238), 1,
      sym_number,
    STATE(119), 1,
      sym_expression,
    STATE(396), 1,
      sym__single_quote,
    STATE(436), 1,
      sym__double_quote,
    STATE(723), 1,
      sym_concatenation_expression,
    STATE(304), 2,
      sym_unary_expression,
      sym_binary_expression,
    STATE(550), 5,
      sym__any_expression,
      sym_template_string,
      sym_ternary_expression,
      sym_nullish_coalescing_expression,
      sym_conditional_expression,
    STATE(94), 8,
      sym__primitive,
      sym_object,
      sym_array,
      sym_string,
      sym_group,
      sym_call_expression,
      sym_member_expression,
      sym_bracket_expression,
  [3031] = 3,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(201), 8,
      anon_sym_GT,
      anon_sym_LT,
      anon_sym_QMARK,
      anon_sym_PIPE,
      sym_identifier,
      anon_sym_DASH,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
    ACTIONS(203), 20,
      anon_sym_SQUOTE,
      anon_sym_DQUOTE,
      anon_sym_RBRACE,
      anon_sym_COMMA,
      anon_sym_PLUS,
      anon_sym_STAR,
      anon_sym_COLON,
      anon_sym_LBRACK,
      anon_sym_QMARK_QMARK,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      anon_sym_DOT,
      anon_sym_QMARK_DOT,
      anon_sym_BANG_DOT,
      anon_sym_SLASH,
      anon_sym_PERCENT,
      anon_sym_EQ_EQ_EQ,
      anon_sym_BANG_EQ_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
  [3067] = 3,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(125), 8,
      anon_sym_GT,
      anon_sym_LT,
      anon_sym_QMARK,
      anon_sym_PIPE,
      sym_identifier,
      anon_sym_DASH,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
    ACTIONS(127), 20,
      anon_sym_SQUOTE,
      anon_sym_DQUOTE,
      anon_sym_RBRACE,
      anon_sym_COMMA,
      anon_sym_PLUS,
      anon_sym_STAR,
      anon_sym_COLON,
      anon_sym_LBRACK,
      anon_sym_QMARK_QMARK,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      anon_sym_DOT,
      anon_sym_QMARK_DOT,
      anon_sym_BANG_DOT,
      anon_sym_SLASH,
      anon_sym_PERCENT,
      anon_sym_EQ_EQ_EQ,
      anon_sym_BANG_EQ_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
  [3103] = 5,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(216), 1,
      anon_sym_LBRACK,
    ACTIONS(222), 3,
      anon_sym_DOT,
      anon_sym_QMARK_DOT,
      anon_sym_BANG_DOT,
    ACTIONS(197), 8,
      anon_sym_GT,
      anon_sym_LT,
      anon_sym_QMARK,
      anon_sym_PIPE,
      sym_identifier,
      anon_sym_DASH,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
    ACTIONS(199), 16,
      anon_sym_SQUOTE,
      anon_sym_DQUOTE,
      anon_sym_RBRACE,
      anon_sym_COMMA,
      anon_sym_PLUS,
      anon_sym_STAR,
      anon_sym_COLON,
      anon_sym_QMARK_QMARK,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      anon_sym_SLASH,
      anon_sym_PERCENT,
      anon_sym_EQ_EQ_EQ,
      anon_sym_BANG_EQ_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
  [3143] = 3,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(183), 8,
      anon_sym_GT,
      anon_sym_LT,
      anon_sym_QMARK,
      anon_sym_PIPE,
      sym_identifier,
      anon_sym_DASH,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
    ACTIONS(185), 20,
      anon_sym_SQUOTE,
      anon_sym_DQUOTE,
      anon_sym_RBRACE,
      anon_sym_COMMA,
      anon_sym_PLUS,
      anon_sym_STAR,
      anon_sym_COLON,
      anon_sym_LBRACK,
      anon_sym_QMARK_QMARK,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      anon_sym_DOT,
      anon_sym_QMARK_DOT,
      anon_sym_BANG_DOT,
      anon_sym_SLASH,
      anon_sym_PERCENT,
      anon_sym_EQ_EQ_EQ,
      anon_sym_BANG_EQ_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
  [3179] = 5,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(232), 1,
      anon_sym_COLON,
    STATE(64), 2,
      sym__pipe_argument,
      aux_sym_pipe_arguments_repeat1,
    ACTIONS(240), 6,
      anon_sym_GT,
      anon_sym_LT,
      anon_sym_QMARK,
      anon_sym_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
    ACTIONS(242), 19,
      anon_sym_DQUOTE,
      anon_sym_RBRACE,
      anon_sym_SEMI,
      anon_sym_RPAREN,
      anon_sym_COMMA,
      anon_sym_as,
      anon_sym_PLUS,
      anon_sym_STAR,
      anon_sym_RBRACK,
      anon_sym_QMARK_QMARK,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      anon_sym_DASH,
      anon_sym_SLASH,
      anon_sym_PERCENT,
      anon_sym_EQ_EQ_EQ,
      anon_sym_BANG_EQ_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
  [3219] = 17,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(244), 1,
      anon_sym_SQUOTE,
    ACTIONS(246), 1,
      anon_sym_DQUOTE,
    ACTIONS(248), 1,
      anon_sym_LBRACE,
    ACTIONS(250), 1,
      anon_sym_LPAREN,
    ACTIONS(252), 1,
      anon_sym_LBRACK,
    ACTIONS(254), 1,
      anon_sym_BANG,
    ACTIONS(256), 1,
      sym_identifier,
    ACTIONS(258), 1,
      sym_number,
    ACTIONS(260), 1,
      sym__backtick,
    STATE(143), 1,
      sym_expression,
    STATE(400), 1,
      sym__single_quote,
    STATE(402), 1,
      sym__double_quote,
    STATE(715), 1,
      sym_concatenation_expression,
    STATE(399), 2,
      sym_unary_expression,
      sym_binary_expression,
    STATE(543), 5,
      sym__any_expression,
      sym_template_string,
      sym_ternary_expression,
      sym_nullish_coalescing_expression,
      sym_conditional_expression,
    STATE(92), 8,
      sym__primitive,
      sym_object,
      sym_array,
      sym_string,
      sym_group,
      sym_call_expression,
      sym_member_expression,
      sym_bracket_expression,
  [3283] = 3,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(129), 8,
      anon_sym_GT,
      anon_sym_LT,
      anon_sym_QMARK,
      anon_sym_PIPE,
      sym_identifier,
      anon_sym_DASH,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
    ACTIONS(131), 20,
      anon_sym_SQUOTE,
      anon_sym_DQUOTE,
      anon_sym_RBRACE,
      anon_sym_COMMA,
      anon_sym_PLUS,
      anon_sym_STAR,
      anon_sym_COLON,
      anon_sym_LBRACK,
      anon_sym_QMARK_QMARK,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      anon_sym_DOT,
      anon_sym_QMARK_DOT,
      anon_sym_BANG_DOT,
      anon_sym_SLASH,
      anon_sym_PERCENT,
      anon_sym_EQ_EQ_EQ,
      anon_sym_BANG_EQ_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
  [3319] = 3,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(193), 8,
      anon_sym_GT,
      anon_sym_LT,
      anon_sym_QMARK,
      anon_sym_PIPE,
      sym_identifier,
      anon_sym_DASH,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
    ACTIONS(195), 20,
      anon_sym_SQUOTE,
      anon_sym_DQUOTE,
      anon_sym_RBRACE,
      anon_sym_COMMA,
      anon_sym_PLUS,
      anon_sym_STAR,
      anon_sym_COLON,
      anon_sym_LBRACK,
      anon_sym_QMARK_QMARK,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      anon_sym_DOT,
      anon_sym_QMARK_DOT,
      anon_sym_BANG_DOT,
      anon_sym_SLASH,
      anon_sym_PERCENT,
      anon_sym_EQ_EQ_EQ,
      anon_sym_BANG_EQ_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
  [3355] = 3,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(205), 8,
      anon_sym_GT,
      anon_sym_LT,
      anon_sym_QMARK,
      anon_sym_PIPE,
      sym_identifier,
      anon_sym_DASH,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
    ACTIONS(207), 20,
      anon_sym_SQUOTE,
      anon_sym_DQUOTE,
      anon_sym_RBRACE,
      anon_sym_COMMA,
      anon_sym_PLUS,
      anon_sym_STAR,
      anon_sym_COLON,
      anon_sym_LBRACK,
      anon_sym_QMARK_QMARK,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      anon_sym_DOT,
      anon_sym_QMARK_DOT,
      anon_sym_BANG_DOT,
      anon_sym_SLASH,
      anon_sym_PERCENT,
      anon_sym_EQ_EQ_EQ,
      anon_sym_BANG_EQ_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
  [3391] = 17,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(244), 1,
      anon_sym_SQUOTE,
    ACTIONS(246), 1,
      anon_sym_DQUOTE,
    ACTIONS(248), 1,
      anon_sym_LBRACE,
    ACTIONS(250), 1,
      anon_sym_LPAREN,
    ACTIONS(252), 1,
      anon_sym_LBRACK,
    ACTIONS(254), 1,
      anon_sym_BANG,
    ACTIONS(256), 1,
      sym_identifier,
    ACTIONS(258), 1,
      sym_number,
    ACTIONS(260), 1,
      sym__backtick,
    STATE(143), 1,
      sym_expression,
    STATE(400), 1,
      sym__single_quote,
    STATE(402), 1,
      sym__double_quote,
    STATE(718), 1,
      sym_concatenation_expression,
    STATE(399), 2,
      sym_unary_expression,
      sym_binary_expression,
    STATE(486), 5,
      sym__any_expression,
      sym_template_string,
      sym_ternary_expression,
      sym_nullish_coalescing_expression,
      sym_conditional_expression,
    STATE(92), 8,
      sym__primitive,
      sym_object,
      sym_array,
      sym_string,
      sym_group,
      sym_call_expression,
      sym_member_expression,
      sym_bracket_expression,
  [3455] = 17,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(135), 1,
      anon_sym_SQUOTE,
    ACTIONS(139), 1,
      anon_sym_LBRACE,
    ACTIONS(143), 1,
      anon_sym_LPAREN,
    ACTIONS(145), 1,
      anon_sym_LBRACK,
    ACTIONS(147), 1,
      anon_sym_BANG,
    ACTIONS(151), 1,
      sym_number,
    ACTIONS(153), 1,
      sym__backtick,
    ACTIONS(155), 1,
      anon_sym_DQUOTE,
    ACTIONS(161), 1,
      sym_identifier,
    STATE(119), 1,
      sym_expression,
    STATE(396), 1,
      sym__single_quote,
    STATE(436), 1,
      sym__double_quote,
    STATE(493), 1,
      sym_if_condition,
    STATE(304), 2,
      sym_unary_expression,
      sym_binary_expression,
    STATE(472), 5,
      sym__any_expression,
      sym_template_string,
      sym_ternary_expression,
      sym_nullish_coalescing_expression,
      sym_conditional_expression,
    STATE(39), 8,
      sym__primitive,
      sym_object,
      sym_array,
      sym_string,
      sym_group,
      sym_call_expression,
      sym_member_expression,
      sym_bracket_expression,
  [3519] = 5,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(266), 1,
      anon_sym_COLON,
    STATE(64), 2,
      sym__pipe_argument,
      aux_sym_pipe_arguments_repeat1,
    ACTIONS(262), 6,
      anon_sym_GT,
      anon_sym_LT,
      anon_sym_QMARK,
      anon_sym_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
    ACTIONS(264), 19,
      anon_sym_DQUOTE,
      anon_sym_RBRACE,
      anon_sym_SEMI,
      anon_sym_RPAREN,
      anon_sym_COMMA,
      anon_sym_as,
      anon_sym_PLUS,
      anon_sym_STAR,
      anon_sym_RBRACK,
      anon_sym_QMARK_QMARK,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      anon_sym_DASH,
      anon_sym_SLASH,
      anon_sym_PERCENT,
      anon_sym_EQ_EQ_EQ,
      anon_sym_BANG_EQ_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
  [3559] = 3,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(175), 8,
      anon_sym_GT,
      anon_sym_LT,
      anon_sym_QMARK,
      anon_sym_PIPE,
      sym_identifier,
      anon_sym_DASH,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
    ACTIONS(177), 20,
      anon_sym_SQUOTE,
      anon_sym_DQUOTE,
      anon_sym_RBRACE,
      anon_sym_COMMA,
      anon_sym_PLUS,
      anon_sym_STAR,
      anon_sym_COLON,
      anon_sym_LBRACK,
      anon_sym_QMARK_QMARK,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      anon_sym_DOT,
      anon_sym_QMARK_DOT,
      anon_sym_BANG_DOT,
      anon_sym_SLASH,
      anon_sym_PERCENT,
      anon_sym_EQ_EQ_EQ,
      anon_sym_BANG_EQ_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
  [3595] = 16,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(135), 1,
      anon_sym_SQUOTE,
    ACTIONS(139), 1,
      anon_sym_LBRACE,
    ACTIONS(143), 1,
      anon_sym_LPAREN,
    ACTIONS(145), 1,
      anon_sym_LBRACK,
    ACTIONS(147), 1,
      anon_sym_BANG,
    ACTIONS(151), 1,
      sym_number,
    ACTIONS(153), 1,
      sym__backtick,
    ACTIONS(155), 1,
      anon_sym_DQUOTE,
    ACTIONS(161), 1,
      sym_identifier,
    STATE(119), 1,
      sym_expression,
    STATE(396), 1,
      sym__single_quote,
    STATE(436), 1,
      sym__double_quote,
    STATE(304), 2,
      sym_unary_expression,
      sym_binary_expression,
    STATE(500), 5,
      sym__any_expression,
      sym_template_string,
      sym_ternary_expression,
      sym_nullish_coalescing_expression,
      sym_conditional_expression,
    STATE(39), 8,
      sym__primitive,
      sym_object,
      sym_array,
      sym_string,
      sym_group,
      sym_call_expression,
      sym_member_expression,
      sym_bracket_expression,
  [3656] = 16,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(135), 1,
      anon_sym_SQUOTE,
    ACTIONS(139), 1,
      anon_sym_LBRACE,
    ACTIONS(143), 1,
      anon_sym_LPAREN,
    ACTIONS(145), 1,
      anon_sym_LBRACK,
    ACTIONS(147), 1,
      anon_sym_BANG,
    ACTIONS(151), 1,
      sym_number,
    ACTIONS(153), 1,
      sym__backtick,
    ACTIONS(155), 1,
      anon_sym_DQUOTE,
    ACTIONS(161), 1,
      sym_identifier,
    STATE(119), 1,
      sym_expression,
    STATE(396), 1,
      sym__single_quote,
    STATE(436), 1,
      sym__double_quote,
    STATE(304), 2,
      sym_unary_expression,
      sym_binary_expression,
    STATE(541), 5,
      sym__any_expression,
      sym_template_string,
      sym_ternary_expression,
      sym_nullish_coalescing_expression,
      sym_conditional_expression,
    STATE(39), 8,
      sym__primitive,
      sym_object,
      sym_array,
      sym_string,
      sym_group,
      sym_call_expression,
      sym_member_expression,
      sym_bracket_expression,
  [3717] = 17,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(153), 1,
      sym__backtick,
    ACTIONS(269), 1,
      anon_sym_SQUOTE,
    ACTIONS(271), 1,
      anon_sym_DQUOTE,
    ACTIONS(273), 1,
      anon_sym_LBRACE,
    ACTIONS(275), 1,
      anon_sym_LPAREN,
    ACTIONS(277), 1,
      anon_sym_LBRACK,
    ACTIONS(279), 1,
      anon_sym_BANG,
    ACTIONS(281), 1,
      sym_identifier,
    ACTIONS(283), 1,
      sym_number,
    STATE(69), 1,
      sym_group,
    STATE(118), 1,
      sym_expression,
    STATE(401), 1,
      sym__double_quote,
    STATE(415), 1,
      sym__single_quote,
    STATE(306), 2,
      sym_unary_expression,
      sym_binary_expression,
    STATE(368), 5,
      sym__any_expression,
      sym_template_string,
      sym_ternary_expression,
      sym_nullish_coalescing_expression,
      sym_conditional_expression,
    STATE(40), 7,
      sym__primitive,
      sym_object,
      sym_array,
      sym_string,
      sym_call_expression,
      sym_member_expression,
      sym_bracket_expression,
  [3780] = 5,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(236), 2,
      anon_sym_QMARK,
      sym_identifier,
    ACTIONS(234), 5,
      anon_sym_SQUOTE,
      anon_sym_DQUOTE,
      anon_sym_RBRACE,
      anon_sym_COMMA,
      anon_sym_QMARK_QMARK,
    ACTIONS(115), 6,
      anon_sym_GT,
      anon_sym_LT,
      anon_sym_PIPE,
      anon_sym_DASH,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
    ACTIONS(117), 14,
      anon_sym_PLUS,
      anon_sym_STAR,
      anon_sym_LBRACK,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      anon_sym_DOT,
      anon_sym_QMARK_DOT,
      anon_sym_BANG_DOT,
      anon_sym_SLASH,
      anon_sym_PERCENT,
      anon_sym_EQ_EQ_EQ,
      anon_sym_BANG_EQ_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
  [3819] = 11,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(109), 1,
      anon_sym_LBRACK,
    ACTIONS(111), 1,
      anon_sym_PIPE,
    ACTIONS(226), 1,
      anon_sym_QMARK,
    STATE(89), 1,
      aux_sym_pipe_sequence_repeat1,
    STATE(114), 1,
      sym_pipe_sequence,
    ACTIONS(285), 2,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
    ACTIONS(113), 3,
      anon_sym_DOT,
      anon_sym_QMARK_DOT,
      anon_sym_BANG_DOT,
    ACTIONS(105), 4,
      anon_sym_GT,
      anon_sym_LT,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
    ACTIONS(224), 4,
      anon_sym_DQUOTE,
      anon_sym_SEMI,
      anon_sym_as,
      anon_sym_QMARK_QMARK,
    ACTIONS(107), 9,
      anon_sym_PLUS,
      anon_sym_STAR,
      anon_sym_DASH,
      anon_sym_SLASH,
      anon_sym_PERCENT,
      anon_sym_EQ_EQ_EQ,
      anon_sym_BANG_EQ_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
  [3870] = 16,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(135), 1,
      anon_sym_SQUOTE,
    ACTIONS(139), 1,
      anon_sym_LBRACE,
    ACTIONS(143), 1,
      anon_sym_LPAREN,
    ACTIONS(145), 1,
      anon_sym_LBRACK,
    ACTIONS(147), 1,
      anon_sym_BANG,
    ACTIONS(151), 1,
      sym_number,
    ACTIONS(153), 1,
      sym__backtick,
    ACTIONS(155), 1,
      anon_sym_DQUOTE,
    ACTIONS(161), 1,
      sym_identifier,
    STATE(119), 1,
      sym_expression,
    STATE(396), 1,
      sym__single_quote,
    STATE(436), 1,
      sym__double_quote,
    STATE(304), 2,
      sym_unary_expression,
      sym_binary_expression,
    STATE(480), 5,
      sym__any_expression,
      sym_template_string,
      sym_ternary_expression,
      sym_nullish_coalescing_expression,
      sym_conditional_expression,
    STATE(39), 8,
      sym__primitive,
      sym_object,
      sym_array,
      sym_string,
      sym_group,
      sym_call_expression,
      sym_member_expression,
      sym_bracket_expression,
  [3931] = 16,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(135), 1,
      anon_sym_SQUOTE,
    ACTIONS(139), 1,
      anon_sym_LBRACE,
    ACTIONS(143), 1,
      anon_sym_LPAREN,
    ACTIONS(145), 1,
      anon_sym_LBRACK,
    ACTIONS(147), 1,
      anon_sym_BANG,
    ACTIONS(151), 1,
      sym_number,
    ACTIONS(153), 1,
      sym__backtick,
    ACTIONS(155), 1,
      anon_sym_DQUOTE,
    ACTIONS(161), 1,
      sym_identifier,
    STATE(119), 1,
      sym_expression,
    STATE(396), 1,
      sym__single_quote,
    STATE(436), 1,
      sym__double_quote,
    STATE(304), 2,
      sym_unary_expression,
      sym_binary_expression,
    STATE(484), 5,
      sym__any_expression,
      sym_template_string,
      sym_ternary_expression,
      sym_nullish_coalescing_expression,
      sym_conditional_expression,
    STATE(39), 8,
      sym__primitive,
      sym_object,
      sym_array,
      sym_string,
      sym_group,
      sym_call_expression,
      sym_member_expression,
      sym_bracket_expression,
  [3992] = 16,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(135), 1,
      anon_sym_SQUOTE,
    ACTIONS(139), 1,
      anon_sym_LBRACE,
    ACTIONS(143), 1,
      anon_sym_LPAREN,
    ACTIONS(145), 1,
      anon_sym_LBRACK,
    ACTIONS(147), 1,
      anon_sym_BANG,
    ACTIONS(151), 1,
      sym_number,
    ACTIONS(153), 1,
      sym__backtick,
    ACTIONS(155), 1,
      anon_sym_DQUOTE,
    ACTIONS(161), 1,
      sym_identifier,
    STATE(119), 1,
      sym_expression,
    STATE(396), 1,
      sym__single_quote,
    STATE(436), 1,
      sym__double_quote,
    STATE(304), 2,
      sym_unary_expression,
      sym_binary_expression,
    STATE(539), 5,
      sym__any_expression,
      sym_template_string,
      sym_ternary_expression,
      sym_nullish_coalescing_expression,
      sym_conditional_expression,
    STATE(39), 8,
      sym__primitive,
      sym_object,
      sym_array,
      sym_string,
      sym_group,
      sym_call_expression,
      sym_member_expression,
      sym_bracket_expression,
  [4053] = 6,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(287), 1,
      anon_sym_COLON,
    STATE(117), 1,
      sym_pipe_arguments,
    STATE(86), 2,
      sym__pipe_argument,
      aux_sym_pipe_arguments_repeat1,
    ACTIONS(228), 8,
      anon_sym_GT,
      anon_sym_LT,
      anon_sym_QMARK,
      anon_sym_PIPE,
      sym_identifier,
      anon_sym_DASH,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
    ACTIONS(230), 15,
      anon_sym_SQUOTE,
      anon_sym_DQUOTE,
      anon_sym_RBRACE,
      anon_sym_COMMA,
      anon_sym_PLUS,
      anon_sym_STAR,
      anon_sym_QMARK_QMARK,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      anon_sym_SLASH,
      anon_sym_PERCENT,
      anon_sym_EQ_EQ_EQ,
      anon_sym_BANG_EQ_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
  [4094] = 17,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(244), 1,
      anon_sym_SQUOTE,
    ACTIONS(246), 1,
      anon_sym_DQUOTE,
    ACTIONS(248), 1,
      anon_sym_LBRACE,
    ACTIONS(250), 1,
      anon_sym_LPAREN,
    ACTIONS(252), 1,
      anon_sym_LBRACK,
    ACTIONS(254), 1,
      anon_sym_BANG,
    ACTIONS(256), 1,
      sym_identifier,
    ACTIONS(260), 1,
      sym__backtick,
    ACTIONS(289), 1,
      sym_number,
    STATE(125), 1,
      sym_group,
    STATE(143), 1,
      sym_expression,
    STATE(400), 1,
      sym__single_quote,
    STATE(402), 1,
      sym__double_quote,
    STATE(399), 2,
      sym_unary_expression,
      sym_binary_expression,
    STATE(511), 5,
      sym__any_expression,
      sym_template_string,
      sym_ternary_expression,
      sym_nullish_coalescing_expression,
      sym_conditional_expression,
    STATE(98), 7,
      sym__primitive,
      sym_object,
      sym_array,
      sym_string,
      sym_call_expression,
      sym_member_expression,
      sym_bracket_expression,
  [4157] = 16,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(135), 1,
      anon_sym_SQUOTE,
    ACTIONS(139), 1,
      anon_sym_LBRACE,
    ACTIONS(143), 1,
      anon_sym_LPAREN,
    ACTIONS(145), 1,
      anon_sym_LBRACK,
    ACTIONS(147), 1,
      anon_sym_BANG,
    ACTIONS(151), 1,
      sym_number,
    ACTIONS(153), 1,
      sym__backtick,
    ACTIONS(155), 1,
      anon_sym_DQUOTE,
    ACTIONS(161), 1,
      sym_identifier,
    STATE(119), 1,
      sym_expression,
    STATE(396), 1,
      sym__single_quote,
    STATE(436), 1,
      sym__double_quote,
    STATE(304), 2,
      sym_unary_expression,
      sym_binary_expression,
    STATE(496), 5,
      sym__any_expression,
      sym_template_string,
      sym_ternary_expression,
      sym_nullish_coalescing_expression,
      sym_conditional_expression,
    STATE(39), 8,
      sym__primitive,
      sym_object,
      sym_array,
      sym_string,
      sym_group,
      sym_call_expression,
      sym_member_expression,
      sym_bracket_expression,
  [4218] = 17,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(135), 1,
      anon_sym_SQUOTE,
    ACTIONS(139), 1,
      anon_sym_LBRACE,
    ACTIONS(143), 1,
      anon_sym_LPAREN,
    ACTIONS(145), 1,
      anon_sym_LBRACK,
    ACTIONS(155), 1,
      anon_sym_DQUOTE,
    ACTIONS(159), 1,
      anon_sym_BANG,
    ACTIONS(161), 1,
      sym_identifier,
    ACTIONS(163), 1,
      sym_number,
    ACTIONS(165), 1,
      sym__backtick,
    STATE(48), 1,
      sym_group,
    STATE(134), 1,
      sym_expression,
    STATE(396), 1,
      sym__single_quote,
    STATE(436), 1,
      sym__double_quote,
    STATE(378), 2,
      sym_unary_expression,
      sym_binary_expression,
    STATE(414), 5,
      sym__any_expression,
      sym_template_string,
      sym_ternary_expression,
      sym_nullish_coalescing_expression,
      sym_conditional_expression,
    STATE(80), 7,
      sym__primitive,
      sym_object,
      sym_array,
      sym_string,
      sym_call_expression,
      sym_member_expression,
      sym_bracket_expression,
  [4281] = 16,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(135), 1,
      anon_sym_SQUOTE,
    ACTIONS(139), 1,
      anon_sym_LBRACE,
    ACTIONS(143), 1,
      anon_sym_LPAREN,
    ACTIONS(145), 1,
      anon_sym_LBRACK,
    ACTIONS(147), 1,
      anon_sym_BANG,
    ACTIONS(151), 1,
      sym_number,
    ACTIONS(153), 1,
      sym__backtick,
    ACTIONS(155), 1,
      anon_sym_DQUOTE,
    ACTIONS(161), 1,
      sym_identifier,
    STATE(119), 1,
      sym_expression,
    STATE(396), 1,
      sym__single_quote,
    STATE(436), 1,
      sym__double_quote,
    STATE(304), 2,
      sym_unary_expression,
      sym_binary_expression,
    STATE(392), 5,
      sym__any_expression,
      sym_template_string,
      sym_ternary_expression,
      sym_nullish_coalescing_expression,
      sym_conditional_expression,
    STATE(39), 8,
      sym__primitive,
      sym_object,
      sym_array,
      sym_string,
      sym_group,
      sym_call_expression,
      sym_member_expression,
      sym_bracket_expression,
  [4342] = 16,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(135), 1,
      anon_sym_SQUOTE,
    ACTIONS(139), 1,
      anon_sym_LBRACE,
    ACTIONS(143), 1,
      anon_sym_LPAREN,
    ACTIONS(145), 1,
      anon_sym_LBRACK,
    ACTIONS(147), 1,
      anon_sym_BANG,
    ACTIONS(151), 1,
      sym_number,
    ACTIONS(153), 1,
      sym__backtick,
    ACTIONS(155), 1,
      anon_sym_DQUOTE,
    ACTIONS(161), 1,
      sym_identifier,
    STATE(119), 1,
      sym_expression,
    STATE(396), 1,
      sym__single_quote,
    STATE(436), 1,
      sym__double_quote,
    STATE(304), 2,
      sym_unary_expression,
      sym_binary_expression,
    STATE(531), 5,
      sym__any_expression,
      sym_template_string,
      sym_ternary_expression,
      sym_nullish_coalescing_expression,
      sym_conditional_expression,
    STATE(39), 8,
      sym__primitive,
      sym_object,
      sym_array,
      sym_string,
      sym_group,
      sym_call_expression,
      sym_member_expression,
      sym_bracket_expression,
  [4403] = 9,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(109), 1,
      anon_sym_LBRACK,
    ACTIONS(111), 1,
      anon_sym_PIPE,
    STATE(89), 1,
      aux_sym_pipe_sequence_repeat1,
    STATE(114), 1,
      sym_pipe_sequence,
    ACTIONS(285), 2,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
    ACTIONS(113), 3,
      anon_sym_DOT,
      anon_sym_QMARK_DOT,
      anon_sym_BANG_DOT,
    ACTIONS(105), 5,
      anon_sym_GT,
      anon_sym_LT,
      anon_sym_QMARK,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
    ACTIONS(107), 13,
      anon_sym_DQUOTE,
      anon_sym_SEMI,
      anon_sym_as,
      anon_sym_PLUS,
      anon_sym_STAR,
      anon_sym_QMARK_QMARK,
      anon_sym_DASH,
      anon_sym_SLASH,
      anon_sym_PERCENT,
      anon_sym_EQ_EQ_EQ,
      anon_sym_BANG_EQ_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
  [4450] = 16,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(153), 1,
      sym__backtick,
    ACTIONS(269), 1,
      anon_sym_SQUOTE,
    ACTIONS(271), 1,
      anon_sym_DQUOTE,
    ACTIONS(273), 1,
      anon_sym_LBRACE,
    ACTIONS(275), 1,
      anon_sym_LPAREN,
    ACTIONS(277), 1,
      anon_sym_LBRACK,
    ACTIONS(279), 1,
      anon_sym_BANG,
    ACTIONS(281), 1,
      sym_identifier,
    ACTIONS(283), 1,
      sym_number,
    STATE(118), 1,
      sym_expression,
    STATE(401), 1,
      sym__double_quote,
    STATE(415), 1,
      sym__single_quote,
    STATE(306), 2,
      sym_unary_expression,
      sym_binary_expression,
    STATE(372), 5,
      sym__any_expression,
      sym_template_string,
      sym_ternary_expression,
      sym_nullish_coalescing_expression,
      sym_conditional_expression,
    STATE(40), 8,
      sym__primitive,
      sym_object,
      sym_array,
      sym_string,
      sym_group,
      sym_call_expression,
      sym_member_expression,
      sym_bracket_expression,
  [4511] = 16,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(135), 1,
      anon_sym_SQUOTE,
    ACTIONS(139), 1,
      anon_sym_LBRACE,
    ACTIONS(143), 1,
      anon_sym_LPAREN,
    ACTIONS(145), 1,
      anon_sym_LBRACK,
    ACTIONS(147), 1,
      anon_sym_BANG,
    ACTIONS(151), 1,
      sym_number,
    ACTIONS(153), 1,
      sym__backtick,
    ACTIONS(155), 1,
      anon_sym_DQUOTE,
    ACTIONS(161), 1,
      sym_identifier,
    STATE(119), 1,
      sym_expression,
    STATE(396), 1,
      sym__single_quote,
    STATE(436), 1,
      sym__double_quote,
    STATE(304), 2,
      sym_unary_expression,
      sym_binary_expression,
    STATE(458), 5,
      sym__any_expression,
      sym_template_string,
      sym_ternary_expression,
      sym_nullish_coalescing_expression,
      sym_conditional_expression,
    STATE(39), 8,
      sym__primitive,
      sym_object,
      sym_array,
      sym_string,
      sym_group,
      sym_call_expression,
      sym_member_expression,
      sym_bracket_expression,
  [4572] = 17,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(135), 1,
      anon_sym_SQUOTE,
    ACTIONS(139), 1,
      anon_sym_LBRACE,
    ACTIONS(143), 1,
      anon_sym_LPAREN,
    ACTIONS(145), 1,
      anon_sym_LBRACK,
    ACTIONS(147), 1,
      anon_sym_BANG,
    ACTIONS(151), 1,
      sym_number,
    ACTIONS(153), 1,
      sym__backtick,
    ACTIONS(155), 1,
      anon_sym_DQUOTE,
    ACTIONS(161), 1,
      sym_identifier,
    STATE(48), 1,
      sym_group,
    STATE(119), 1,
      sym_expression,
    STATE(396), 1,
      sym__single_quote,
    STATE(436), 1,
      sym__double_quote,
    STATE(304), 2,
      sym_unary_expression,
      sym_binary_expression,
    STATE(366), 5,
      sym__any_expression,
      sym_template_string,
      sym_ternary_expression,
      sym_nullish_coalescing_expression,
      sym_conditional_expression,
    STATE(39), 7,
      sym__primitive,
      sym_object,
      sym_array,
      sym_string,
      sym_call_expression,
      sym_member_expression,
      sym_bracket_expression,
  [4635] = 16,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(135), 1,
      anon_sym_SQUOTE,
    ACTIONS(139), 1,
      anon_sym_LBRACE,
    ACTIONS(143), 1,
      anon_sym_LPAREN,
    ACTIONS(145), 1,
      anon_sym_LBRACK,
    ACTIONS(147), 1,
      anon_sym_BANG,
    ACTIONS(151), 1,
      sym_number,
    ACTIONS(153), 1,
      sym__backtick,
    ACTIONS(155), 1,
      anon_sym_DQUOTE,
    ACTIONS(161), 1,
      sym_identifier,
    STATE(119), 1,
      sym_expression,
    STATE(396), 1,
      sym__single_quote,
    STATE(436), 1,
      sym__double_quote,
    STATE(304), 2,
      sym_unary_expression,
      sym_binary_expression,
    STATE(544), 5,
      sym__any_expression,
      sym_template_string,
      sym_ternary_expression,
      sym_nullish_coalescing_expression,
      sym_conditional_expression,
    STATE(39), 8,
      sym__primitive,
      sym_object,
      sym_array,
      sym_string,
      sym_group,
      sym_call_expression,
      sym_member_expression,
      sym_bracket_expression,
  [4696] = 5,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(291), 1,
      anon_sym_COLON,
    STATE(85), 2,
      sym__pipe_argument,
      aux_sym_pipe_arguments_repeat1,
    ACTIONS(262), 8,
      anon_sym_GT,
      anon_sym_LT,
      anon_sym_QMARK,
      anon_sym_PIPE,
      sym_identifier,
      anon_sym_DASH,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
    ACTIONS(264), 15,
      anon_sym_SQUOTE,
      anon_sym_DQUOTE,
      anon_sym_RBRACE,
      anon_sym_COMMA,
      anon_sym_PLUS,
      anon_sym_STAR,
      anon_sym_QMARK_QMARK,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      anon_sym_SLASH,
      anon_sym_PERCENT,
      anon_sym_EQ_EQ_EQ,
      anon_sym_BANG_EQ_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
  [4734] = 5,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(287), 1,
      anon_sym_COLON,
    STATE(85), 2,
      sym__pipe_argument,
      aux_sym_pipe_arguments_repeat1,
    ACTIONS(240), 8,
      anon_sym_GT,
      anon_sym_LT,
      anon_sym_QMARK,
      anon_sym_PIPE,
      sym_identifier,
      anon_sym_DASH,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
    ACTIONS(242), 15,
      anon_sym_SQUOTE,
      anon_sym_DQUOTE,
      anon_sym_RBRACE,
      anon_sym_COMMA,
      anon_sym_PLUS,
      anon_sym_STAR,
      anon_sym_QMARK_QMARK,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      anon_sym_SLASH,
      anon_sym_PERCENT,
      anon_sym_EQ_EQ_EQ,
      anon_sym_BANG_EQ_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
  [4772] = 5,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(119), 1,
      anon_sym_LPAREN,
    ACTIONS(294), 1,
      anon_sym_EQ,
    ACTIONS(115), 6,
      anon_sym_GT,
      anon_sym_LT,
      anon_sym_QMARK,
      anon_sym_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
    ACTIONS(117), 18,
      anon_sym_DQUOTE,
      anon_sym_SEMI,
      anon_sym_PLUS,
      anon_sym_STAR,
      anon_sym_LBRACK,
      anon_sym_QMARK_QMARK,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      anon_sym_DOT,
      anon_sym_QMARK_DOT,
      anon_sym_BANG_DOT,
      anon_sym_DASH,
      anon_sym_SLASH,
      anon_sym_PERCENT,
      anon_sym_EQ_EQ_EQ,
      anon_sym_BANG_EQ_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
  [4810] = 5,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(300), 1,
      anon_sym_PIPE,
    STATE(88), 1,
      aux_sym_pipe_sequence_repeat1,
    ACTIONS(296), 5,
      anon_sym_GT,
      anon_sym_LT,
      anon_sym_QMARK,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
    ACTIONS(298), 19,
      anon_sym_DQUOTE,
      anon_sym_RBRACE,
      anon_sym_SEMI,
      anon_sym_RPAREN,
      anon_sym_COMMA,
      anon_sym_as,
      anon_sym_PLUS,
      anon_sym_STAR,
      anon_sym_RBRACK,
      anon_sym_QMARK_QMARK,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      anon_sym_DASH,
      anon_sym_SLASH,
      anon_sym_PERCENT,
      anon_sym_EQ_EQ_EQ,
      anon_sym_BANG_EQ_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
  [4848] = 5,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(111), 1,
      anon_sym_PIPE,
    STATE(88), 1,
      aux_sym_pipe_sequence_repeat1,
    ACTIONS(303), 5,
      anon_sym_GT,
      anon_sym_LT,
      anon_sym_QMARK,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
    ACTIONS(305), 19,
      anon_sym_DQUOTE,
      anon_sym_RBRACE,
      anon_sym_SEMI,
      anon_sym_RPAREN,
      anon_sym_COMMA,
      anon_sym_as,
      anon_sym_PLUS,
      anon_sym_STAR,
      anon_sym_RBRACK,
      anon_sym_QMARK_QMARK,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      anon_sym_DASH,
      anon_sym_SLASH,
      anon_sym_PERCENT,
      anon_sym_EQ_EQ_EQ,
      anon_sym_BANG_EQ_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
  [4886] = 11,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(109), 1,
      anon_sym_LBRACK,
    ACTIONS(111), 1,
      anon_sym_PIPE,
    ACTIONS(307), 1,
      anon_sym_RPAREN,
    ACTIONS(309), 1,
      anon_sym_COMMA,
    STATE(89), 1,
      aux_sym_pipe_sequence_repeat1,
    STATE(114), 1,
      sym_pipe_sequence,
    STATE(506), 1,
      aux_sym_arguments_repeat1,
    ACTIONS(113), 3,
      anon_sym_DOT,
      anon_sym_QMARK_DOT,
      anon_sym_BANG_DOT,
    ACTIONS(105), 4,
      anon_sym_GT,
      anon_sym_LT,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
    ACTIONS(107), 11,
      anon_sym_PLUS,
      anon_sym_STAR,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      anon_sym_DASH,
      anon_sym_SLASH,
      anon_sym_PERCENT,
      anon_sym_EQ_EQ_EQ,
      anon_sym_BANG_EQ_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
  [4935] = 3,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(311), 6,
      anon_sym_GT,
      anon_sym_LT,
      anon_sym_QMARK,
      anon_sym_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
    ACTIONS(313), 19,
      anon_sym_DQUOTE,
      anon_sym_RBRACE,
      anon_sym_SEMI,
      anon_sym_RPAREN,
      anon_sym_COMMA,
      anon_sym_as,
      anon_sym_PLUS,
      anon_sym_STAR,
      anon_sym_RBRACK,
      anon_sym_QMARK_QMARK,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      anon_sym_DASH,
      anon_sym_SLASH,
      anon_sym_PERCENT,
      anon_sym_EQ_EQ_EQ,
      anon_sym_BANG_EQ_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
  [4968] = 10,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(315), 1,
      anon_sym_PLUS,
    ACTIONS(317), 1,
      anon_sym_LBRACK,
    ACTIONS(321), 1,
      anon_sym_PIPE,
    STATE(141), 1,
      aux_sym_pipe_sequence_repeat1,
    STATE(154), 1,
      sym_pipe_sequence,
    ACTIONS(319), 2,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
    ACTIONS(323), 3,
      anon_sym_DOT,
      anon_sym_QMARK_DOT,
      anon_sym_BANG_DOT,
    ACTIONS(105), 5,
      anon_sym_GT,
      anon_sym_LT,
      anon_sym_QMARK,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
    ACTIONS(107), 10,
      sym__interpolation_end,
      anon_sym_STAR,
      anon_sym_QMARK_QMARK,
      anon_sym_DASH,
      anon_sym_SLASH,
      anon_sym_PERCENT,
      anon_sym_EQ_EQ_EQ,
      anon_sym_BANG_EQ_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
  [5015] = 4,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(325), 1,
      anon_sym_LPAREN,
    ACTIONS(121), 6,
      anon_sym_GT,
      anon_sym_LT,
      anon_sym_QMARK,
      anon_sym_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
    ACTIONS(123), 18,
      sym__interpolation_end,
      anon_sym_PLUS,
      anon_sym_STAR,
      anon_sym_COLON,
      anon_sym_LBRACK,
      anon_sym_QMARK_QMARK,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      anon_sym_DOT,
      anon_sym_QMARK_DOT,
      anon_sym_BANG_DOT,
      anon_sym_DASH,
      anon_sym_SLASH,
      anon_sym_PERCENT,
      anon_sym_EQ_EQ_EQ,
      anon_sym_BANG_EQ_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
  [5050] = 10,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(109), 1,
      anon_sym_LBRACK,
    ACTIONS(111), 1,
      anon_sym_PIPE,
    ACTIONS(327), 1,
      anon_sym_PLUS,
    STATE(89), 1,
      aux_sym_pipe_sequence_repeat1,
    STATE(114), 1,
      sym_pipe_sequence,
    ACTIONS(214), 2,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
    ACTIONS(113), 3,
      anon_sym_DOT,
      anon_sym_QMARK_DOT,
      anon_sym_BANG_DOT,
    ACTIONS(105), 5,
      anon_sym_GT,
      anon_sym_LT,
      anon_sym_QMARK,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
    ACTIONS(107), 10,
      anon_sym_COMMA,
      anon_sym_STAR,
      anon_sym_QMARK_QMARK,
      anon_sym_DASH,
      anon_sym_SLASH,
      anon_sym_PERCENT,
      anon_sym_EQ_EQ_EQ,
      anon_sym_BANG_EQ_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
  [5097] = 3,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(296), 6,
      anon_sym_GT,
      anon_sym_LT,
      anon_sym_QMARK,
      anon_sym_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
    ACTIONS(298), 19,
      anon_sym_DQUOTE,
      anon_sym_RBRACE,
      anon_sym_SEMI,
      anon_sym_RPAREN,
      anon_sym_COMMA,
      anon_sym_as,
      anon_sym_PLUS,
      anon_sym_STAR,
      anon_sym_RBRACK,
      anon_sym_QMARK_QMARK,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      anon_sym_DASH,
      anon_sym_SLASH,
      anon_sym_PERCENT,
      anon_sym_EQ_EQ_EQ,
      anon_sym_BANG_EQ_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
  [5130] = 8,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(317), 1,
      anon_sym_LBRACK,
    ACTIONS(321), 1,
      anon_sym_PIPE,
    STATE(141), 1,
      aux_sym_pipe_sequence_repeat1,
    STATE(154), 1,
      sym_pipe_sequence,
    ACTIONS(323), 3,
      anon_sym_DOT,
      anon_sym_QMARK_DOT,
      anon_sym_BANG_DOT,
    ACTIONS(105), 5,
      anon_sym_GT,
      anon_sym_LT,
      anon_sym_QMARK,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
    ACTIONS(107), 13,
      sym__interpolation_end,
      anon_sym_PLUS,
      anon_sym_STAR,
      anon_sym_QMARK_QMARK,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      anon_sym_DASH,
      anon_sym_SLASH,
      anon_sym_PERCENT,
      anon_sym_EQ_EQ_EQ,
      anon_sym_BANG_EQ_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
  [5173] = 4,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(325), 1,
      anon_sym_LPAREN,
    ACTIONS(115), 6,
      anon_sym_GT,
      anon_sym_LT,
      anon_sym_QMARK,
      anon_sym_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
    ACTIONS(117), 18,
      sym__interpolation_end,
      anon_sym_PLUS,
      anon_sym_STAR,
      anon_sym_COLON,
      anon_sym_LBRACK,
      anon_sym_QMARK_QMARK,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      anon_sym_DOT,
      anon_sym_QMARK_DOT,
      anon_sym_BANG_DOT,
      anon_sym_DASH,
      anon_sym_SLASH,
      anon_sym_PERCENT,
      anon_sym_EQ_EQ_EQ,
      anon_sym_BANG_EQ_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
  [5208] = 9,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(317), 1,
      anon_sym_LBRACK,
    ACTIONS(321), 1,
      anon_sym_PIPE,
    STATE(141), 1,
      aux_sym_pipe_sequence_repeat1,
    STATE(154), 1,
      sym_pipe_sequence,
    ACTIONS(319), 2,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
    ACTIONS(323), 3,
      anon_sym_DOT,
      anon_sym_QMARK_DOT,
      anon_sym_BANG_DOT,
    ACTIONS(105), 5,
      anon_sym_GT,
      anon_sym_LT,
      anon_sym_QMARK,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
    ACTIONS(107), 11,
      sym__interpolation_end,
      anon_sym_PLUS,
      anon_sym_STAR,
      anon_sym_QMARK_QMARK,
      anon_sym_DASH,
      anon_sym_SLASH,
      anon_sym_PERCENT,
      anon_sym_EQ_EQ_EQ,
      anon_sym_BANG_EQ_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
  [5253] = 11,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(111), 1,
      anon_sym_PIPE,
    ACTIONS(226), 1,
      anon_sym_QMARK,
    ACTIONS(317), 1,
      anon_sym_LBRACK,
    STATE(89), 1,
      aux_sym_pipe_sequence_repeat1,
    STATE(114), 1,
      sym_pipe_sequence,
    ACTIONS(224), 2,
      sym__interpolation_end,
      anon_sym_QMARK_QMARK,
    ACTIONS(319), 2,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
    ACTIONS(323), 3,
      anon_sym_DOT,
      anon_sym_QMARK_DOT,
      anon_sym_BANG_DOT,
    ACTIONS(105), 4,
      anon_sym_GT,
      anon_sym_LT,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
    ACTIONS(107), 9,
      anon_sym_PLUS,
      anon_sym_STAR,
      anon_sym_DASH,
      anon_sym_SLASH,
      anon_sym_PERCENT,
      anon_sym_EQ_EQ_EQ,
      anon_sym_BANG_EQ_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
  [5302] = 3,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(183), 6,
      anon_sym_GT,
      anon_sym_LT,
      anon_sym_QMARK,
      anon_sym_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
    ACTIONS(185), 18,
      sym__interpolation_end,
      anon_sym_PLUS,
      anon_sym_STAR,
      anon_sym_COLON,
      anon_sym_LBRACK,
      anon_sym_QMARK_QMARK,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      anon_sym_DOT,
      anon_sym_QMARK_DOT,
      anon_sym_BANG_DOT,
      anon_sym_DASH,
      anon_sym_SLASH,
      anon_sym_PERCENT,
      anon_sym_EQ_EQ_EQ,
      anon_sym_BANG_EQ_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
  [5334] = 5,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(329), 1,
      anon_sym_PIPE,
    STATE(101), 1,
      aux_sym_pipe_sequence_repeat1,
    ACTIONS(296), 7,
      anon_sym_GT,
      anon_sym_LT,
      anon_sym_QMARK,
      sym_identifier,
      anon_sym_DASH,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
    ACTIONS(298), 15,
      anon_sym_SQUOTE,
      anon_sym_DQUOTE,
      anon_sym_RBRACE,
      anon_sym_COMMA,
      anon_sym_PLUS,
      anon_sym_STAR,
      anon_sym_QMARK_QMARK,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      anon_sym_SLASH,
      anon_sym_PERCENT,
      anon_sym_EQ_EQ_EQ,
      anon_sym_BANG_EQ_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
  [5370] = 3,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(125), 6,
      anon_sym_GT,
      anon_sym_LT,
      anon_sym_QMARK,
      anon_sym_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
    ACTIONS(127), 18,
      sym__interpolation_end,
      anon_sym_PLUS,
      anon_sym_STAR,
      anon_sym_COLON,
      anon_sym_LBRACK,
      anon_sym_QMARK_QMARK,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      anon_sym_DOT,
      anon_sym_QMARK_DOT,
      anon_sym_BANG_DOT,
      anon_sym_DASH,
      anon_sym_SLASH,
      anon_sym_PERCENT,
      anon_sym_EQ_EQ_EQ,
      anon_sym_BANG_EQ_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
  [5402] = 5,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(220), 1,
      anon_sym_PIPE,
    STATE(101), 1,
      aux_sym_pipe_sequence_repeat1,
    ACTIONS(303), 7,
      anon_sym_GT,
      anon_sym_LT,
      anon_sym_QMARK,
      sym_identifier,
      anon_sym_DASH,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
    ACTIONS(305), 15,
      anon_sym_SQUOTE,
      anon_sym_DQUOTE,
      anon_sym_RBRACE,
      anon_sym_COMMA,
      anon_sym_PLUS,
      anon_sym_STAR,
      anon_sym_QMARK_QMARK,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      anon_sym_SLASH,
      anon_sym_PERCENT,
      anon_sym_EQ_EQ_EQ,
      anon_sym_BANG_EQ_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
  [5438] = 3,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(205), 6,
      anon_sym_GT,
      anon_sym_LT,
      anon_sym_QMARK,
      anon_sym_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
    ACTIONS(207), 18,
      sym__interpolation_end,
      anon_sym_PLUS,
      anon_sym_STAR,
      anon_sym_COLON,
      anon_sym_LBRACK,
      anon_sym_QMARK_QMARK,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      anon_sym_DOT,
      anon_sym_QMARK_DOT,
      anon_sym_BANG_DOT,
      anon_sym_DASH,
      anon_sym_SLASH,
      anon_sym_PERCENT,
      anon_sym_EQ_EQ_EQ,
      anon_sym_BANG_EQ_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
  [5470] = 3,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(179), 6,
      anon_sym_GT,
      anon_sym_LT,
      anon_sym_QMARK,
      anon_sym_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
    ACTIONS(181), 18,
      sym__interpolation_end,
      anon_sym_PLUS,
      anon_sym_STAR,
      anon_sym_COLON,
      anon_sym_LBRACK,
      anon_sym_QMARK_QMARK,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      anon_sym_DOT,
      anon_sym_QMARK_DOT,
      anon_sym_BANG_DOT,
      anon_sym_DASH,
      anon_sym_SLASH,
      anon_sym_PERCENT,
      anon_sym_EQ_EQ_EQ,
      anon_sym_BANG_EQ_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
  [5502] = 3,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(175), 6,
      anon_sym_GT,
      anon_sym_LT,
      anon_sym_QMARK,
      anon_sym_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
    ACTIONS(177), 18,
      sym__interpolation_end,
      anon_sym_PLUS,
      anon_sym_STAR,
      anon_sym_COLON,
      anon_sym_LBRACK,
      anon_sym_QMARK_QMARK,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      anon_sym_DOT,
      anon_sym_QMARK_DOT,
      anon_sym_BANG_DOT,
      anon_sym_DASH,
      anon_sym_SLASH,
      anon_sym_PERCENT,
      anon_sym_EQ_EQ_EQ,
      anon_sym_BANG_EQ_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
  [5534] = 3,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(129), 6,
      anon_sym_GT,
      anon_sym_LT,
      anon_sym_QMARK,
      anon_sym_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
    ACTIONS(131), 18,
      sym__interpolation_end,
      anon_sym_PLUS,
      anon_sym_STAR,
      anon_sym_COLON,
      anon_sym_LBRACK,
      anon_sym_QMARK_QMARK,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      anon_sym_DOT,
      anon_sym_QMARK_DOT,
      anon_sym_BANG_DOT,
      anon_sym_DASH,
      anon_sym_SLASH,
      anon_sym_PERCENT,
      anon_sym_EQ_EQ_EQ,
      anon_sym_BANG_EQ_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
  [5566] = 3,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(167), 6,
      anon_sym_GT,
      anon_sym_LT,
      anon_sym_QMARK,
      anon_sym_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
    ACTIONS(169), 18,
      sym__interpolation_end,
      anon_sym_PLUS,
      anon_sym_STAR,
      anon_sym_COLON,
      anon_sym_LBRACK,
      anon_sym_QMARK_QMARK,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      anon_sym_DOT,
      anon_sym_QMARK_DOT,
      anon_sym_BANG_DOT,
      anon_sym_DASH,
      anon_sym_SLASH,
      anon_sym_PERCENT,
      anon_sym_EQ_EQ_EQ,
      anon_sym_BANG_EQ_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
  [5598] = 3,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(193), 6,
      anon_sym_GT,
      anon_sym_LT,
      anon_sym_QMARK,
      anon_sym_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
    ACTIONS(195), 18,
      sym__interpolation_end,
      anon_sym_PLUS,
      anon_sym_STAR,
      anon_sym_COLON,
      anon_sym_LBRACK,
      anon_sym_QMARK_QMARK,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      anon_sym_DOT,
      anon_sym_QMARK_DOT,
      anon_sym_BANG_DOT,
      anon_sym_DASH,
      anon_sym_SLASH,
      anon_sym_PERCENT,
      anon_sym_EQ_EQ_EQ,
      anon_sym_BANG_EQ_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
  [5630] = 3,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(171), 6,
      anon_sym_GT,
      anon_sym_LT,
      anon_sym_QMARK,
      anon_sym_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
    ACTIONS(173), 18,
      sym__interpolation_end,
      anon_sym_PLUS,
      anon_sym_STAR,
      anon_sym_COLON,
      anon_sym_LBRACK,
      anon_sym_QMARK_QMARK,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      anon_sym_DOT,
      anon_sym_QMARK_DOT,
      anon_sym_BANG_DOT,
      anon_sym_DASH,
      anon_sym_SLASH,
      anon_sym_PERCENT,
      anon_sym_EQ_EQ_EQ,
      anon_sym_BANG_EQ_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
  [5662] = 3,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(201), 6,
      anon_sym_GT,
      anon_sym_LT,
      anon_sym_QMARK,
      anon_sym_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
    ACTIONS(203), 18,
      sym__interpolation_end,
      anon_sym_PLUS,
      anon_sym_STAR,
      anon_sym_COLON,
      anon_sym_LBRACK,
      anon_sym_QMARK_QMARK,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      anon_sym_DOT,
      anon_sym_QMARK_DOT,
      anon_sym_BANG_DOT,
      anon_sym_DASH,
      anon_sym_SLASH,
      anon_sym_PERCENT,
      anon_sym_EQ_EQ_EQ,
      anon_sym_BANG_EQ_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
  [5694] = 5,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(317), 1,
      anon_sym_LBRACK,
    ACTIONS(323), 3,
      anon_sym_DOT,
      anon_sym_QMARK_DOT,
      anon_sym_BANG_DOT,
    ACTIONS(197), 6,
      anon_sym_GT,
      anon_sym_LT,
      anon_sym_QMARK,
      anon_sym_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
    ACTIONS(199), 14,
      sym__interpolation_end,
      anon_sym_PLUS,
      anon_sym_STAR,
      anon_sym_COLON,
      anon_sym_QMARK_QMARK,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      anon_sym_DASH,
      anon_sym_SLASH,
      anon_sym_PERCENT,
      anon_sym_EQ_EQ_EQ,
      anon_sym_BANG_EQ_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
  [5730] = 3,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(189), 6,
      anon_sym_GT,
      anon_sym_LT,
      anon_sym_QMARK,
      anon_sym_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
    ACTIONS(191), 18,
      sym__interpolation_end,
      anon_sym_PLUS,
      anon_sym_STAR,
      anon_sym_COLON,
      anon_sym_LBRACK,
      anon_sym_QMARK_QMARK,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      anon_sym_DOT,
      anon_sym_QMARK_DOT,
      anon_sym_BANG_DOT,
      anon_sym_DASH,
      anon_sym_SLASH,
      anon_sym_PERCENT,
      anon_sym_EQ_EQ_EQ,
      anon_sym_BANG_EQ_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
  [5762] = 3,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(332), 5,
      anon_sym_GT,
      anon_sym_LT,
      anon_sym_QMARK,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
    ACTIONS(334), 19,
      anon_sym_DQUOTE,
      anon_sym_RBRACE,
      anon_sym_SEMI,
      anon_sym_RPAREN,
      anon_sym_COMMA,
      anon_sym_as,
      anon_sym_PLUS,
      anon_sym_STAR,
      anon_sym_RBRACK,
      anon_sym_QMARK_QMARK,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      anon_sym_DASH,
      anon_sym_SLASH,
      anon_sym_PERCENT,
      anon_sym_EQ_EQ_EQ,
      anon_sym_BANG_EQ_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
  [5794] = 16,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(135), 1,
      anon_sym_SQUOTE,
    ACTIONS(139), 1,
      anon_sym_LBRACE,
    ACTIONS(143), 1,
      anon_sym_LPAREN,
    ACTIONS(145), 1,
      anon_sym_LBRACK,
    ACTIONS(147), 1,
      anon_sym_BANG,
    ACTIONS(155), 1,
      anon_sym_DQUOTE,
    ACTIONS(161), 1,
      sym_identifier,
    ACTIONS(336), 1,
      anon_sym_RPAREN,
    ACTIONS(338), 1,
      sym_number,
    STATE(199), 1,
      sym_expression,
    STATE(396), 1,
      sym__single_quote,
    STATE(436), 1,
      sym__double_quote,
    STATE(666), 1,
      sym_arguments,
    STATE(497), 2,
      sym_unary_expression,
      sym_binary_expression,
    STATE(90), 8,
      sym__primitive,
      sym_object,
      sym_array,
      sym_string,
      sym_group,
      sym_call_expression,
      sym_member_expression,
      sym_bracket_expression,
  [5851] = 6,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(346), 1,
      anon_sym_QMARK,
    STATE(150), 1,
      sym__binary_op,
    ACTIONS(340), 4,
      anon_sym_GT,
      anon_sym_LT,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
    ACTIONS(342), 8,
      anon_sym_DQUOTE,
      anon_sym_RBRACE,
      anon_sym_SEMI,
      anon_sym_RPAREN,
      anon_sym_COMMA,
      anon_sym_QMARK_QMARK,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
    ACTIONS(344), 9,
      anon_sym_PLUS,
      anon_sym_STAR,
      anon_sym_DASH,
      anon_sym_SLASH,
      anon_sym_PERCENT,
      anon_sym_EQ_EQ_EQ,
      anon_sym_BANG_EQ_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
  [5888] = 3,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(311), 8,
      anon_sym_GT,
      anon_sym_LT,
      anon_sym_QMARK,
      anon_sym_PIPE,
      sym_identifier,
      anon_sym_DASH,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
    ACTIONS(313), 15,
      anon_sym_SQUOTE,
      anon_sym_DQUOTE,
      anon_sym_RBRACE,
      anon_sym_COMMA,
      anon_sym_PLUS,
      anon_sym_STAR,
      anon_sym_QMARK_QMARK,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      anon_sym_SLASH,
      anon_sym_PERCENT,
      anon_sym_EQ_EQ_EQ,
      anon_sym_BANG_EQ_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
  [5919] = 6,
    ACTIONS(3), 1,
      sym_comment,
    STATE(151), 1,
      sym__binary_op,
    ACTIONS(354), 2,
      anon_sym_QMARK,
      sym_identifier,
    ACTIONS(348), 5,
      anon_sym_GT,
      anon_sym_LT,
      anon_sym_DASH,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
    ACTIONS(350), 5,
      anon_sym_SQUOTE,
      anon_sym_DQUOTE,
      anon_sym_RBRACE,
      anon_sym_COMMA,
      anon_sym_QMARK_QMARK,
    ACTIONS(352), 10,
      anon_sym_PLUS,
      anon_sym_STAR,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      anon_sym_SLASH,
      anon_sym_PERCENT,
      anon_sym_EQ_EQ_EQ,
      anon_sym_BANG_EQ_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
  [5956] = 6,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(354), 1,
      anon_sym_QMARK,
    STATE(150), 1,
      sym__binary_op,
    ACTIONS(340), 4,
      anon_sym_GT,
      anon_sym_LT,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
    ACTIONS(350), 6,
      anon_sym_DQUOTE,
      anon_sym_RBRACE,
      anon_sym_SEMI,
      anon_sym_RPAREN,
      anon_sym_COMMA,
      anon_sym_QMARK_QMARK,
    ACTIONS(344), 11,
      anon_sym_PLUS,
      anon_sym_STAR,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      anon_sym_DASH,
      anon_sym_SLASH,
      anon_sym_PERCENT,
      anon_sym_EQ_EQ_EQ,
      anon_sym_BANG_EQ_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
  [5993] = 6,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(356), 1,
      anon_sym_COLON,
    STATE(148), 1,
      sym_pipe_arguments,
    STATE(127), 2,
      sym__pipe_argument,
      aux_sym_pipe_arguments_repeat1,
    ACTIONS(228), 6,
      anon_sym_GT,
      anon_sym_LT,
      anon_sym_QMARK,
      anon_sym_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
    ACTIONS(230), 13,
      sym__interpolation_end,
      anon_sym_PLUS,
      anon_sym_STAR,
      anon_sym_QMARK_QMARK,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      anon_sym_DASH,
      anon_sym_SLASH,
      anon_sym_PERCENT,
      anon_sym_EQ_EQ_EQ,
      anon_sym_BANG_EQ_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
  [6030] = 6,
    ACTIONS(3), 1,
      sym_comment,
    STATE(151), 1,
      sym__binary_op,
    ACTIONS(346), 2,
      anon_sym_QMARK,
      sym_identifier,
    ACTIONS(348), 5,
      anon_sym_GT,
      anon_sym_LT,
      anon_sym_DASH,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
    ACTIONS(342), 7,
      anon_sym_SQUOTE,
      anon_sym_DQUOTE,
      anon_sym_RBRACE,
      anon_sym_COMMA,
      anon_sym_QMARK_QMARK,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
    ACTIONS(352), 8,
      anon_sym_PLUS,
      anon_sym_STAR,
      anon_sym_SLASH,
      anon_sym_PERCENT,
      anon_sym_EQ_EQ_EQ,
      anon_sym_BANG_EQ_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
  [6067] = 16,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(135), 1,
      anon_sym_SQUOTE,
    ACTIONS(139), 1,
      anon_sym_LBRACE,
    ACTIONS(143), 1,
      anon_sym_LPAREN,
    ACTIONS(145), 1,
      anon_sym_LBRACK,
    ACTIONS(147), 1,
      anon_sym_BANG,
    ACTIONS(155), 1,
      anon_sym_DQUOTE,
    ACTIONS(161), 1,
      sym_identifier,
    ACTIONS(338), 1,
      sym_number,
    ACTIONS(358), 1,
      anon_sym_RPAREN,
    STATE(199), 1,
      sym_expression,
    STATE(396), 1,
      sym__single_quote,
    STATE(436), 1,
      sym__double_quote,
    STATE(642), 1,
      sym_arguments,
    STATE(497), 2,
      sym_unary_expression,
      sym_binary_expression,
    STATE(90), 8,
      sym__primitive,
      sym_object,
      sym_array,
      sym_string,
      sym_group,
      sym_call_expression,
      sym_member_expression,
      sym_bracket_expression,
  [6124] = 3,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(296), 8,
      anon_sym_GT,
      anon_sym_LT,
      anon_sym_QMARK,
      anon_sym_PIPE,
      sym_identifier,
      anon_sym_DASH,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
    ACTIONS(298), 15,
      anon_sym_SQUOTE,
      anon_sym_DQUOTE,
      anon_sym_RBRACE,
      anon_sym_COMMA,
      anon_sym_PLUS,
      anon_sym_STAR,
      anon_sym_QMARK_QMARK,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      anon_sym_SLASH,
      anon_sym_PERCENT,
      anon_sym_EQ_EQ_EQ,
      anon_sym_BANG_EQ_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
  [6155] = 16,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(135), 1,
      anon_sym_SQUOTE,
    ACTIONS(139), 1,
      anon_sym_LBRACE,
    ACTIONS(143), 1,
      anon_sym_LPAREN,
    ACTIONS(145), 1,
      anon_sym_LBRACK,
    ACTIONS(147), 1,
      anon_sym_BANG,
    ACTIONS(155), 1,
      anon_sym_DQUOTE,
    ACTIONS(161), 1,
      sym_identifier,
    ACTIONS(338), 1,
      sym_number,
    ACTIONS(360), 1,
      anon_sym_RPAREN,
    STATE(199), 1,
      sym_expression,
    STATE(396), 1,
      sym__single_quote,
    STATE(436), 1,
      sym__double_quote,
    STATE(647), 1,
      sym_arguments,
    STATE(497), 2,
      sym_unary_expression,
      sym_binary_expression,
    STATE(90), 8,
      sym__primitive,
      sym_object,
      sym_array,
      sym_string,
      sym_group,
      sym_call_expression,
      sym_member_expression,
      sym_bracket_expression,
  [6212] = 5,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(236), 1,
      anon_sym_QMARK,
    ACTIONS(234), 2,
      sym__interpolation_end,
      anon_sym_QMARK_QMARK,
    ACTIONS(115), 5,
      anon_sym_GT,
      anon_sym_LT,
      anon_sym_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
    ACTIONS(117), 15,
      anon_sym_PLUS,
      anon_sym_STAR,
      anon_sym_LBRACK,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      anon_sym_DOT,
      anon_sym_QMARK_DOT,
      anon_sym_BANG_DOT,
      anon_sym_DASH,
      anon_sym_SLASH,
      anon_sym_PERCENT,
      anon_sym_EQ_EQ_EQ,
      anon_sym_BANG_EQ_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
  [6247] = 16,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(135), 1,
      anon_sym_SQUOTE,
    ACTIONS(139), 1,
      anon_sym_LBRACE,
    ACTIONS(143), 1,
      anon_sym_LPAREN,
    ACTIONS(145), 1,
      anon_sym_LBRACK,
    ACTIONS(147), 1,
      anon_sym_BANG,
    ACTIONS(155), 1,
      anon_sym_DQUOTE,
    ACTIONS(161), 1,
      sym_identifier,
    ACTIONS(338), 1,
      sym_number,
    ACTIONS(362), 1,
      anon_sym_RPAREN,
    STATE(199), 1,
      sym_expression,
    STATE(396), 1,
      sym__single_quote,
    STATE(436), 1,
      sym__double_quote,
    STATE(680), 1,
      sym_arguments,
    STATE(497), 2,
      sym_unary_expression,
      sym_binary_expression,
    STATE(90), 8,
      sym__primitive,
      sym_object,
      sym_array,
      sym_string,
      sym_group,
      sym_call_expression,
      sym_member_expression,
      sym_bracket_expression,
  [6304] = 5,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(356), 1,
      anon_sym_COLON,
    STATE(130), 2,
      sym__pipe_argument,
      aux_sym_pipe_arguments_repeat1,
    ACTIONS(240), 6,
      anon_sym_GT,
      anon_sym_LT,
      anon_sym_QMARK,
      anon_sym_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
    ACTIONS(242), 13,
      sym__interpolation_end,
      anon_sym_PLUS,
      anon_sym_STAR,
      anon_sym_QMARK_QMARK,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      anon_sym_DASH,
      anon_sym_SLASH,
      anon_sym_PERCENT,
      anon_sym_EQ_EQ_EQ,
      anon_sym_BANG_EQ_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
  [6338] = 15,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(269), 1,
      anon_sym_SQUOTE,
    ACTIONS(271), 1,
      anon_sym_DQUOTE,
    ACTIONS(273), 1,
      anon_sym_LBRACE,
    ACTIONS(275), 1,
      anon_sym_LPAREN,
    ACTIONS(277), 1,
      anon_sym_LBRACK,
    ACTIONS(279), 1,
      anon_sym_BANG,
    ACTIONS(281), 1,
      sym_identifier,
    ACTIONS(364), 1,
      sym_number,
    STATE(200), 1,
      sym_expression,
    STATE(335), 1,
      sym_conditional_expression,
    STATE(401), 1,
      sym__double_quote,
    STATE(415), 1,
      sym__single_quote,
    STATE(298), 2,
      sym_unary_expression,
      sym_binary_expression,
    STATE(46), 8,
      sym__primitive,
      sym_object,
      sym_array,
      sym_string,
      sym_group,
      sym_call_expression,
      sym_member_expression,
      sym_bracket_expression,
  [6392] = 3,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(332), 7,
      anon_sym_GT,
      anon_sym_LT,
      anon_sym_QMARK,
      sym_identifier,
      anon_sym_DASH,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
    ACTIONS(334), 15,
      anon_sym_SQUOTE,
      anon_sym_DQUOTE,
      anon_sym_RBRACE,
      anon_sym_COMMA,
      anon_sym_PLUS,
      anon_sym_STAR,
      anon_sym_QMARK_QMARK,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      anon_sym_SLASH,
      anon_sym_PERCENT,
      anon_sym_EQ_EQ_EQ,
      anon_sym_BANG_EQ_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
  [6422] = 5,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(366), 1,
      anon_sym_COLON,
    STATE(130), 2,
      sym__pipe_argument,
      aux_sym_pipe_arguments_repeat1,
    ACTIONS(262), 6,
      anon_sym_GT,
      anon_sym_LT,
      anon_sym_QMARK,
      anon_sym_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
    ACTIONS(264), 13,
      sym__interpolation_end,
      anon_sym_PLUS,
      anon_sym_STAR,
      anon_sym_QMARK_QMARK,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      anon_sym_DASH,
      anon_sym_SLASH,
      anon_sym_PERCENT,
      anon_sym_EQ_EQ_EQ,
      anon_sym_BANG_EQ_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
  [6456] = 15,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(135), 1,
      anon_sym_SQUOTE,
    ACTIONS(139), 1,
      anon_sym_LBRACE,
    ACTIONS(143), 1,
      anon_sym_LPAREN,
    ACTIONS(145), 1,
      anon_sym_LBRACK,
    ACTIONS(155), 1,
      anon_sym_DQUOTE,
    ACTIONS(159), 1,
      anon_sym_BANG,
    ACTIONS(161), 1,
      sym_identifier,
    ACTIONS(369), 1,
      sym_number,
    STATE(197), 1,
      sym_expression,
    STATE(396), 1,
      sym__single_quote,
    STATE(418), 1,
      sym_conditional_expression,
    STATE(436), 1,
      sym__double_quote,
    STATE(373), 2,
      sym_unary_expression,
      sym_binary_expression,
    STATE(70), 8,
      sym__primitive,
      sym_object,
      sym_array,
      sym_string,
      sym_group,
      sym_call_expression,
      sym_member_expression,
      sym_bracket_expression,
  [6510] = 15,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(135), 1,
      anon_sym_SQUOTE,
    ACTIONS(139), 1,
      anon_sym_LBRACE,
    ACTIONS(143), 1,
      anon_sym_LPAREN,
    ACTIONS(145), 1,
      anon_sym_LBRACK,
    ACTIONS(147), 1,
      anon_sym_BANG,
    ACTIONS(155), 1,
      anon_sym_DQUOTE,
    ACTIONS(161), 1,
      sym_identifier,
    ACTIONS(371), 1,
      sym_number,
    STATE(193), 1,
      sym_expression,
    STATE(335), 1,
      sym_conditional_expression,
    STATE(396), 1,
      sym__single_quote,
    STATE(436), 1,
      sym__double_quote,
    STATE(334), 2,
      sym_unary_expression,
      sym_binary_expression,
    STATE(42), 8,
      sym__primitive,
      sym_object,
      sym_array,
      sym_string,
      sym_group,
      sym_call_expression,
      sym_member_expression,
      sym_bracket_expression,
  [6564] = 15,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(244), 1,
      anon_sym_SQUOTE,
    ACTIONS(246), 1,
      anon_sym_DQUOTE,
    ACTIONS(248), 1,
      anon_sym_LBRACE,
    ACTIONS(250), 1,
      anon_sym_LPAREN,
    ACTIONS(252), 1,
      anon_sym_LBRACK,
    ACTIONS(254), 1,
      anon_sym_BANG,
    ACTIONS(256), 1,
      sym_identifier,
    ACTIONS(373), 1,
      sym_number,
    STATE(198), 1,
      sym_expression,
    STATE(400), 1,
      sym__single_quote,
    STATE(402), 1,
      sym__double_quote,
    STATE(489), 1,
      sym_conditional_expression,
    STATE(428), 2,
      sym_unary_expression,
      sym_binary_expression,
    STATE(99), 8,
      sym__primitive,
      sym_object,
      sym_array,
      sym_string,
      sym_group,
      sym_call_expression,
      sym_member_expression,
      sym_bracket_expression,
  [6618] = 6,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(354), 1,
      anon_sym_QMARK,
    STATE(144), 1,
      sym__binary_op,
    ACTIONS(350), 4,
      anon_sym_DQUOTE,
      anon_sym_SEMI,
      anon_sym_as,
      anon_sym_QMARK_QMARK,
    ACTIONS(375), 4,
      anon_sym_GT,
      anon_sym_LT,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
    ACTIONS(377), 11,
      anon_sym_PLUS,
      anon_sym_STAR,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      anon_sym_DASH,
      anon_sym_SLASH,
      anon_sym_PERCENT,
      anon_sym_EQ_EQ_EQ,
      anon_sym_BANG_EQ_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
  [6653] = 6,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(346), 1,
      anon_sym_QMARK,
    STATE(144), 1,
      sym__binary_op,
    ACTIONS(375), 4,
      anon_sym_GT,
      anon_sym_LT,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
    ACTIONS(342), 6,
      anon_sym_DQUOTE,
      anon_sym_SEMI,
      anon_sym_as,
      anon_sym_QMARK_QMARK,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
    ACTIONS(377), 9,
      anon_sym_PLUS,
      anon_sym_STAR,
      anon_sym_DASH,
      anon_sym_SLASH,
      anon_sym_PERCENT,
      anon_sym_EQ_EQ_EQ,
      anon_sym_BANG_EQ_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
  [6688] = 5,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(379), 1,
      anon_sym_PIPE,
    STATE(136), 1,
      aux_sym_pipe_sequence_repeat1,
    ACTIONS(296), 5,
      anon_sym_GT,
      anon_sym_LT,
      anon_sym_QMARK,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
    ACTIONS(298), 13,
      sym__interpolation_end,
      anon_sym_PLUS,
      anon_sym_STAR,
      anon_sym_QMARK_QMARK,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      anon_sym_DASH,
      anon_sym_SLASH,
      anon_sym_PERCENT,
      anon_sym_EQ_EQ_EQ,
      anon_sym_BANG_EQ_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
  [6720] = 13,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(135), 1,
      anon_sym_SQUOTE,
    ACTIONS(139), 1,
      anon_sym_LBRACE,
    ACTIONS(143), 1,
      anon_sym_LPAREN,
    ACTIONS(145), 1,
      anon_sym_LBRACK,
    ACTIONS(147), 1,
      anon_sym_BANG,
    ACTIONS(155), 1,
      anon_sym_DQUOTE,
    ACTIONS(161), 1,
      sym_identifier,
    ACTIONS(382), 1,
      sym_number,
    STATE(396), 1,
      sym__single_quote,
    STATE(436), 1,
      sym__double_quote,
    STATE(536), 2,
      sym_expression,
      sym_unary_expression,
    STATE(17), 8,
      sym__primitive,
      sym_object,
      sym_array,
      sym_string,
      sym_group,
      sym_call_expression,
      sym_member_expression,
      sym_bracket_expression,
  [6768] = 13,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(135), 1,
      anon_sym_SQUOTE,
    ACTIONS(139), 1,
      anon_sym_LBRACE,
    ACTIONS(143), 1,
      anon_sym_LPAREN,
    ACTIONS(145), 1,
      anon_sym_LBRACK,
    ACTIONS(147), 1,
      anon_sym_BANG,
    ACTIONS(155), 1,
      anon_sym_DQUOTE,
    ACTIONS(161), 1,
      sym_identifier,
    ACTIONS(382), 1,
      sym_number,
    STATE(396), 1,
      sym__single_quote,
    STATE(436), 1,
      sym__double_quote,
    STATE(540), 2,
      sym_expression,
      sym_unary_expression,
    STATE(17), 8,
      sym__primitive,
      sym_object,
      sym_array,
      sym_string,
      sym_group,
      sym_call_expression,
      sym_member_expression,
      sym_bracket_expression,
  [6816] = 13,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(135), 1,
      anon_sym_SQUOTE,
    ACTIONS(139), 1,
      anon_sym_LBRACE,
    ACTIONS(143), 1,
      anon_sym_LPAREN,
    ACTIONS(145), 1,
      anon_sym_LBRACK,
    ACTIONS(147), 1,
      anon_sym_BANG,
    ACTIONS(155), 1,
      anon_sym_DQUOTE,
    ACTIONS(161), 1,
      sym_identifier,
    ACTIONS(382), 1,
      sym_number,
    STATE(396), 1,
      sym__single_quote,
    STATE(436), 1,
      sym__double_quote,
    STATE(618), 2,
      sym_expression,
      sym_unary_expression,
    STATE(17), 8,
      sym__primitive,
      sym_object,
      sym_array,
      sym_string,
      sym_group,
      sym_call_expression,
      sym_member_expression,
      sym_bracket_expression,
  [6864] = 13,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(135), 1,
      anon_sym_SQUOTE,
    ACTIONS(139), 1,
      anon_sym_LBRACE,
    ACTIONS(143), 1,
      anon_sym_LPAREN,
    ACTIONS(145), 1,
      anon_sym_LBRACK,
    ACTIONS(147), 1,
      anon_sym_BANG,
    ACTIONS(155), 1,
      anon_sym_DQUOTE,
    ACTIONS(161), 1,
      sym_identifier,
    ACTIONS(382), 1,
      sym_number,
    STATE(396), 1,
      sym__single_quote,
    STATE(436), 1,
      sym__double_quote,
    STATE(513), 2,
      sym_expression,
      sym_unary_expression,
    STATE(17), 8,
      sym__primitive,
      sym_object,
      sym_array,
      sym_string,
      sym_group,
      sym_call_expression,
      sym_member_expression,
      sym_bracket_expression,
  [6912] = 5,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(321), 1,
      anon_sym_PIPE,
    STATE(136), 1,
      aux_sym_pipe_sequence_repeat1,
    ACTIONS(303), 5,
      anon_sym_GT,
      anon_sym_LT,
      anon_sym_QMARK,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
    ACTIONS(305), 13,
      sym__interpolation_end,
      anon_sym_PLUS,
      anon_sym_STAR,
      anon_sym_QMARK_QMARK,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      anon_sym_DASH,
      anon_sym_SLASH,
      anon_sym_PERCENT,
      anon_sym_EQ_EQ_EQ,
      anon_sym_BANG_EQ_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
  [6944] = 13,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(135), 1,
      anon_sym_SQUOTE,
    ACTIONS(139), 1,
      anon_sym_LBRACE,
    ACTIONS(143), 1,
      anon_sym_LPAREN,
    ACTIONS(145), 1,
      anon_sym_LBRACK,
    ACTIONS(147), 1,
      anon_sym_BANG,
    ACTIONS(155), 1,
      anon_sym_DQUOTE,
    ACTIONS(161), 1,
      sym_identifier,
    ACTIONS(382), 1,
      sym_number,
    STATE(396), 1,
      sym__single_quote,
    STATE(436), 1,
      sym__double_quote,
    STATE(530), 2,
      sym_expression,
      sym_unary_expression,
    STATE(17), 8,
      sym__primitive,
      sym_object,
      sym_array,
      sym_string,
      sym_group,
      sym_call_expression,
      sym_member_expression,
      sym_bracket_expression,
  [6992] = 6,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(354), 1,
      anon_sym_QMARK,
    STATE(147), 1,
      sym__binary_op,
    ACTIONS(350), 2,
      sym__interpolation_end,
      anon_sym_QMARK_QMARK,
    ACTIONS(384), 4,
      anon_sym_GT,
      anon_sym_LT,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
    ACTIONS(386), 11,
      anon_sym_PLUS,
      anon_sym_STAR,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      anon_sym_DASH,
      anon_sym_SLASH,
      anon_sym_PERCENT,
      anon_sym_EQ_EQ_EQ,
      anon_sym_BANG_EQ_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
  [7025] = 13,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(135), 1,
      anon_sym_SQUOTE,
    ACTIONS(139), 1,
      anon_sym_LBRACE,
    ACTIONS(143), 1,
      anon_sym_LPAREN,
    ACTIONS(145), 1,
      anon_sym_LBRACK,
    ACTIONS(155), 1,
      anon_sym_DQUOTE,
    ACTIONS(161), 1,
      sym_identifier,
    ACTIONS(382), 1,
      sym_number,
    STATE(135), 1,
      sym_expression,
    STATE(382), 1,
      sym_binary_expression,
    STATE(396), 1,
      sym__single_quote,
    STATE(436), 1,
      sym__double_quote,
    STATE(17), 8,
      sym__primitive,
      sym_object,
      sym_array,
      sym_string,
      sym_group,
      sym_call_expression,
      sym_member_expression,
      sym_bracket_expression,
  [7072] = 3,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(296), 6,
      anon_sym_GT,
      anon_sym_LT,
      anon_sym_QMARK,
      anon_sym_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
    ACTIONS(298), 13,
      sym__interpolation_end,
      anon_sym_PLUS,
      anon_sym_STAR,
      anon_sym_QMARK_QMARK,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      anon_sym_DASH,
      anon_sym_SLASH,
      anon_sym_PERCENT,
      anon_sym_EQ_EQ_EQ,
      anon_sym_BANG_EQ_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
  [7099] = 13,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(135), 1,
      anon_sym_SQUOTE,
    ACTIONS(139), 1,
      anon_sym_LBRACE,
    ACTIONS(143), 1,
      anon_sym_LPAREN,
    ACTIONS(145), 1,
      anon_sym_LBRACK,
    ACTIONS(155), 1,
      anon_sym_DQUOTE,
    ACTIONS(161), 1,
      sym_identifier,
    ACTIONS(382), 1,
      sym_number,
    STATE(172), 1,
      sym_expression,
    STATE(229), 1,
      sym_binary_expression,
    STATE(396), 1,
      sym__single_quote,
    STATE(436), 1,
      sym__double_quote,
    STATE(17), 8,
      sym__primitive,
      sym_object,
      sym_array,
      sym_string,
      sym_group,
      sym_call_expression,
      sym_member_expression,
      sym_bracket_expression,
  [7146] = 13,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(244), 1,
      anon_sym_SQUOTE,
    ACTIONS(246), 1,
      anon_sym_DQUOTE,
    ACTIONS(248), 1,
      anon_sym_LBRACE,
    ACTIONS(250), 1,
      anon_sym_LPAREN,
    ACTIONS(252), 1,
      anon_sym_LBRACK,
    ACTIONS(256), 1,
      sym_identifier,
    ACTIONS(388), 1,
      sym_number,
    STATE(149), 1,
      sym_expression,
    STATE(400), 1,
      sym__single_quote,
    STATE(402), 1,
      sym__double_quote,
    STATE(427), 1,
      sym_binary_expression,
    STATE(96), 8,
      sym__primitive,
      sym_object,
      sym_array,
      sym_string,
      sym_group,
      sym_call_expression,
      sym_member_expression,
      sym_bracket_expression,
  [7193] = 3,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(311), 6,
      anon_sym_GT,
      anon_sym_LT,
      anon_sym_QMARK,
      anon_sym_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
    ACTIONS(313), 13,
      sym__interpolation_end,
      anon_sym_PLUS,
      anon_sym_STAR,
      anon_sym_QMARK_QMARK,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      anon_sym_DASH,
      anon_sym_SLASH,
      anon_sym_PERCENT,
      anon_sym_EQ_EQ_EQ,
      anon_sym_BANG_EQ_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
  [7220] = 6,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(346), 1,
      anon_sym_QMARK,
    STATE(147), 1,
      sym__binary_op,
    ACTIONS(342), 4,
      sym__interpolation_end,
      anon_sym_QMARK_QMARK,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
    ACTIONS(384), 4,
      anon_sym_GT,
      anon_sym_LT,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
    ACTIONS(386), 9,
      anon_sym_PLUS,
      anon_sym_STAR,
      anon_sym_DASH,
      anon_sym_SLASH,
      anon_sym_PERCENT,
      anon_sym_EQ_EQ_EQ,
      anon_sym_BANG_EQ_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
  [7253] = 13,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(135), 1,
      anon_sym_SQUOTE,
    ACTIONS(139), 1,
      anon_sym_LBRACE,
    ACTIONS(143), 1,
      anon_sym_LPAREN,
    ACTIONS(145), 1,
      anon_sym_LBRACK,
    ACTIONS(155), 1,
      anon_sym_DQUOTE,
    ACTIONS(161), 1,
      sym_identifier,
    ACTIONS(382), 1,
      sym_number,
    STATE(116), 1,
      sym_expression,
    STATE(229), 1,
      sym_binary_expression,
    STATE(396), 1,
      sym__single_quote,
    STATE(436), 1,
      sym__double_quote,
    STATE(17), 8,
      sym__primitive,
      sym_object,
      sym_array,
      sym_string,
      sym_group,
      sym_call_expression,
      sym_member_expression,
      sym_bracket_expression,
  [7300] = 13,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(269), 1,
      anon_sym_SQUOTE,
    ACTIONS(271), 1,
      anon_sym_DQUOTE,
    ACTIONS(273), 1,
      anon_sym_LBRACE,
    ACTIONS(275), 1,
      anon_sym_LPAREN,
    ACTIONS(277), 1,
      anon_sym_LBRACK,
    ACTIONS(281), 1,
      sym_identifier,
    ACTIONS(390), 1,
      sym_number,
    STATE(121), 1,
      sym_expression,
    STATE(229), 1,
      sym_binary_expression,
    STATE(401), 1,
      sym__double_quote,
    STATE(415), 1,
      sym__single_quote,
    STATE(41), 8,
      sym__primitive,
      sym_object,
      sym_array,
      sym_string,
      sym_group,
      sym_call_expression,
      sym_member_expression,
      sym_bracket_expression,
  [7347] = 12,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(135), 1,
      anon_sym_SQUOTE,
    ACTIONS(139), 1,
      anon_sym_LBRACE,
    ACTIONS(143), 1,
      anon_sym_LPAREN,
    ACTIONS(145), 1,
      anon_sym_LBRACK,
    ACTIONS(155), 1,
      anon_sym_DQUOTE,
    ACTIONS(161), 1,
      sym_identifier,
    ACTIONS(382), 1,
      sym_number,
    STATE(396), 1,
      sym__single_quote,
    STATE(436), 1,
      sym__double_quote,
    STATE(490), 1,
      sym_expression,
    STATE(17), 8,
      sym__primitive,
      sym_object,
      sym_array,
      sym_string,
      sym_group,
      sym_call_expression,
      sym_member_expression,
      sym_bracket_expression,
  [7391] = 13,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(135), 1,
      anon_sym_SQUOTE,
    ACTIONS(139), 1,
      anon_sym_LBRACE,
    ACTIONS(143), 1,
      anon_sym_LPAREN,
    ACTIONS(145), 1,
      anon_sym_LBRACK,
    ACTIONS(155), 1,
      anon_sym_DQUOTE,
    ACTIONS(392), 1,
      sym_identifier,
    ACTIONS(394), 1,
      sym_number,
    STATE(396), 1,
      sym__single_quote,
    STATE(436), 1,
      sym__double_quote,
    STATE(439), 1,
      sym_member_expression,
    STATE(657), 1,
      sym_binding_name,
    STATE(464), 7,
      sym__primitive,
      sym_object,
      sym_array,
      sym_string,
      sym_group,
      sym_call_expression,
      sym_bracket_expression,
  [7437] = 3,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(332), 5,
      anon_sym_GT,
      anon_sym_LT,
      anon_sym_QMARK,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
    ACTIONS(334), 13,
      sym__interpolation_end,
      anon_sym_PLUS,
      anon_sym_STAR,
      anon_sym_QMARK_QMARK,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      anon_sym_DASH,
      anon_sym_SLASH,
      anon_sym_PERCENT,
      anon_sym_EQ_EQ_EQ,
      anon_sym_BANG_EQ_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
  [7463] = 12,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(135), 1,
      anon_sym_SQUOTE,
    ACTIONS(139), 1,
      anon_sym_LBRACE,
    ACTIONS(143), 1,
      anon_sym_LPAREN,
    ACTIONS(145), 1,
      anon_sym_LBRACK,
    ACTIONS(155), 1,
      anon_sym_DQUOTE,
    ACTIONS(161), 1,
      sym_identifier,
    ACTIONS(382), 1,
      sym_number,
    STATE(227), 1,
      sym_expression,
    STATE(396), 1,
      sym__single_quote,
    STATE(436), 1,
      sym__double_quote,
    STATE(17), 8,
      sym__primitive,
      sym_object,
      sym_array,
      sym_string,
      sym_group,
      sym_call_expression,
      sym_member_expression,
      sym_bracket_expression,
  [7507] = 13,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(135), 1,
      anon_sym_SQUOTE,
    ACTIONS(139), 1,
      anon_sym_LBRACE,
    ACTIONS(143), 1,
      anon_sym_LPAREN,
    ACTIONS(145), 1,
      anon_sym_LBRACK,
    ACTIONS(155), 1,
      anon_sym_DQUOTE,
    ACTIONS(396), 1,
      sym_identifier,
    ACTIONS(398), 1,
      sym_number,
    STATE(390), 1,
      sym_member_expression,
    STATE(396), 1,
      sym__single_quote,
    STATE(436), 1,
      sym__double_quote,
    STATE(688), 1,
      sym_binding_name,
    STATE(449), 7,
      sym__primitive,
      sym_object,
      sym_array,
      sym_string,
      sym_group,
      sym_call_expression,
      sym_bracket_expression,
  [7553] = 12,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(135), 1,
      anon_sym_SQUOTE,
    ACTIONS(139), 1,
      anon_sym_LBRACE,
    ACTIONS(143), 1,
      anon_sym_LPAREN,
    ACTIONS(145), 1,
      anon_sym_LBRACK,
    ACTIONS(155), 1,
      anon_sym_DQUOTE,
    ACTIONS(161), 1,
      sym_identifier,
    ACTIONS(382), 1,
      sym_number,
    STATE(396), 1,
      sym__single_quote,
    STATE(436), 1,
      sym__double_quote,
    STATE(686), 1,
      sym_expression,
    STATE(17), 8,
      sym__primitive,
      sym_object,
      sym_array,
      sym_string,
      sym_group,
      sym_call_expression,
      sym_member_expression,
      sym_bracket_expression,
  [7597] = 12,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(400), 1,
      anon_sym_SQUOTE,
    ACTIONS(402), 1,
      anon_sym_DQUOTE,
    ACTIONS(404), 1,
      anon_sym_LBRACE,
    ACTIONS(406), 1,
      anon_sym_LPAREN,
    ACTIONS(408), 1,
      anon_sym_LBRACK,
    ACTIONS(410), 1,
      sym_identifier,
    ACTIONS(412), 1,
      sym_number,
    STATE(227), 1,
      sym_expression,
    STATE(431), 1,
      sym__single_quote,
    STATE(432), 1,
      sym__double_quote,
    STATE(204), 8,
      sym__primitive,
      sym_object,
      sym_array,
      sym_string,
      sym_group,
      sym_call_expression,
      sym_member_expression,
      sym_bracket_expression,
  [7641] = 13,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(135), 1,
      anon_sym_SQUOTE,
    ACTIONS(139), 1,
      anon_sym_LBRACE,
    ACTIONS(143), 1,
      anon_sym_LPAREN,
    ACTIONS(145), 1,
      anon_sym_LBRACK,
    ACTIONS(155), 1,
      anon_sym_DQUOTE,
    ACTIONS(392), 1,
      sym_identifier,
    ACTIONS(394), 1,
      sym_number,
    STATE(396), 1,
      sym__single_quote,
    STATE(436), 1,
      sym__double_quote,
    STATE(439), 1,
      sym_member_expression,
    STATE(691), 1,
      sym_binding_name,
    STATE(464), 7,
      sym__primitive,
      sym_object,
      sym_array,
      sym_string,
      sym_group,
      sym_call_expression,
      sym_bracket_expression,
  [7687] = 12,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(244), 1,
      anon_sym_SQUOTE,
    ACTIONS(246), 1,
      anon_sym_DQUOTE,
    ACTIONS(248), 1,
      anon_sym_LBRACE,
    ACTIONS(250), 1,
      anon_sym_LPAREN,
    ACTIONS(252), 1,
      anon_sym_LBRACK,
    ACTIONS(256), 1,
      sym_identifier,
    ACTIONS(388), 1,
      sym_number,
    STATE(400), 1,
      sym__single_quote,
    STATE(402), 1,
      sym__double_quote,
    STATE(487), 1,
      sym_expression,
    STATE(96), 8,
      sym__primitive,
      sym_object,
      sym_array,
      sym_string,
      sym_group,
      sym_call_expression,
      sym_member_expression,
      sym_bracket_expression,
  [7731] = 12,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(135), 1,
      anon_sym_SQUOTE,
    ACTIONS(139), 1,
      anon_sym_LBRACE,
    ACTIONS(143), 1,
      anon_sym_LPAREN,
    ACTIONS(145), 1,
      anon_sym_LBRACK,
    ACTIONS(155), 1,
      anon_sym_DQUOTE,
    ACTIONS(161), 1,
      sym_identifier,
    ACTIONS(382), 1,
      sym_number,
    STATE(396), 1,
      sym__single_quote,
    STATE(436), 1,
      sym__double_quote,
    STATE(646), 1,
      sym_expression,
    STATE(17), 8,
      sym__primitive,
      sym_object,
      sym_array,
      sym_string,
      sym_group,
      sym_call_expression,
      sym_member_expression,
      sym_bracket_expression,
  [7775] = 12,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(135), 1,
      anon_sym_SQUOTE,
    ACTIONS(139), 1,
      anon_sym_LBRACE,
    ACTIONS(143), 1,
      anon_sym_LPAREN,
    ACTIONS(145), 1,
      anon_sym_LBRACK,
    ACTIONS(155), 1,
      anon_sym_DQUOTE,
    ACTIONS(161), 1,
      sym_identifier,
    ACTIONS(382), 1,
      sym_number,
    STATE(396), 1,
      sym__single_quote,
    STATE(436), 1,
      sym__double_quote,
    STATE(668), 1,
      sym_expression,
    STATE(17), 8,
      sym__primitive,
      sym_object,
      sym_array,
      sym_string,
      sym_group,
      sym_call_expression,
      sym_member_expression,
      sym_bracket_expression,
  [7819] = 12,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(135), 1,
      anon_sym_SQUOTE,
    ACTIONS(139), 1,
      anon_sym_LBRACE,
    ACTIONS(143), 1,
      anon_sym_LPAREN,
    ACTIONS(145), 1,
      anon_sym_LBRACK,
    ACTIONS(155), 1,
      anon_sym_DQUOTE,
    ACTIONS(161), 1,
      sym_identifier,
    ACTIONS(382), 1,
      sym_number,
    STATE(379), 1,
      sym_expression,
    STATE(396), 1,
      sym__single_quote,
    STATE(436), 1,
      sym__double_quote,
    STATE(17), 8,
      sym__primitive,
      sym_object,
      sym_array,
      sym_string,
      sym_group,
      sym_call_expression,
      sym_member_expression,
      sym_bracket_expression,
  [7863] = 12,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(135), 1,
      anon_sym_SQUOTE,
    ACTIONS(139), 1,
      anon_sym_LBRACE,
    ACTIONS(143), 1,
      anon_sym_LPAREN,
    ACTIONS(145), 1,
      anon_sym_LBRACK,
    ACTIONS(155), 1,
      anon_sym_DQUOTE,
    ACTIONS(161), 1,
      sym_identifier,
    ACTIONS(382), 1,
      sym_number,
    STATE(396), 1,
      sym__single_quote,
    STATE(413), 1,
      sym_expression,
    STATE(436), 1,
      sym__double_quote,
    STATE(17), 8,
      sym__primitive,
      sym_object,
      sym_array,
      sym_string,
      sym_group,
      sym_call_expression,
      sym_member_expression,
      sym_bracket_expression,
  [7907] = 13,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(135), 1,
      anon_sym_SQUOTE,
    ACTIONS(139), 1,
      anon_sym_LBRACE,
    ACTIONS(143), 1,
      anon_sym_LPAREN,
    ACTIONS(145), 1,
      anon_sym_LBRACK,
    ACTIONS(155), 1,
      anon_sym_DQUOTE,
    ACTIONS(396), 1,
      sym_identifier,
    ACTIONS(398), 1,
      sym_number,
    STATE(390), 1,
      sym_member_expression,
    STATE(396), 1,
      sym__single_quote,
    STATE(436), 1,
      sym__double_quote,
    STATE(663), 1,
      sym_binding_name,
    STATE(449), 7,
      sym__primitive,
      sym_object,
      sym_array,
      sym_string,
      sym_group,
      sym_call_expression,
      sym_bracket_expression,
  [7953] = 12,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(135), 1,
      anon_sym_SQUOTE,
    ACTIONS(139), 1,
      anon_sym_LBRACE,
    ACTIONS(143), 1,
      anon_sym_LPAREN,
    ACTIONS(145), 1,
      anon_sym_LBRACK,
    ACTIONS(155), 1,
      anon_sym_DQUOTE,
    ACTIONS(161), 1,
      sym_identifier,
    ACTIONS(382), 1,
      sym_number,
    STATE(396), 1,
      sym__single_quote,
    STATE(436), 1,
      sym__double_quote,
    STATE(577), 1,
      sym_expression,
    STATE(17), 8,
      sym__primitive,
      sym_object,
      sym_array,
      sym_string,
      sym_group,
      sym_call_expression,
      sym_member_expression,
      sym_bracket_expression,
  [7997] = 13,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(135), 1,
      anon_sym_SQUOTE,
    ACTIONS(139), 1,
      anon_sym_LBRACE,
    ACTIONS(143), 1,
      anon_sym_LPAREN,
    ACTIONS(145), 1,
      anon_sym_LBRACK,
    ACTIONS(155), 1,
      anon_sym_DQUOTE,
    ACTIONS(396), 1,
      sym_identifier,
    ACTIONS(398), 1,
      sym_number,
    STATE(390), 1,
      sym_member_expression,
    STATE(396), 1,
      sym__single_quote,
    STATE(436), 1,
      sym__double_quote,
    STATE(690), 1,
      sym_binding_name,
    STATE(449), 7,
      sym__primitive,
      sym_object,
      sym_array,
      sym_string,
      sym_group,
      sym_call_expression,
      sym_bracket_expression,
  [8043] = 12,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(135), 1,
      anon_sym_SQUOTE,
    ACTIONS(139), 1,
      anon_sym_LBRACE,
    ACTIONS(143), 1,
      anon_sym_LPAREN,
    ACTIONS(145), 1,
      anon_sym_LBRACK,
    ACTIONS(155), 1,
      anon_sym_DQUOTE,
    ACTIONS(161), 1,
      sym_identifier,
    ACTIONS(382), 1,
      sym_number,
    STATE(396), 1,
      sym__single_quote,
    STATE(430), 1,
      sym_expression,
    STATE(436), 1,
      sym__double_quote,
    STATE(17), 8,
      sym__primitive,
      sym_object,
      sym_array,
      sym_string,
      sym_group,
      sym_call_expression,
      sym_member_expression,
      sym_bracket_expression,
  [8087] = 13,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(135), 1,
      anon_sym_SQUOTE,
    ACTIONS(139), 1,
      anon_sym_LBRACE,
    ACTIONS(143), 1,
      anon_sym_LPAREN,
    ACTIONS(145), 1,
      anon_sym_LBRACK,
    ACTIONS(155), 1,
      anon_sym_DQUOTE,
    ACTIONS(396), 1,
      sym_identifier,
    ACTIONS(398), 1,
      sym_number,
    STATE(390), 1,
      sym_member_expression,
    STATE(396), 1,
      sym__single_quote,
    STATE(436), 1,
      sym__double_quote,
    STATE(659), 1,
      sym_binding_name,
    STATE(449), 7,
      sym__primitive,
      sym_object,
      sym_array,
      sym_string,
      sym_group,
      sym_call_expression,
      sym_bracket_expression,
  [8133] = 12,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(244), 1,
      anon_sym_SQUOTE,
    ACTIONS(246), 1,
      anon_sym_DQUOTE,
    ACTIONS(248), 1,
      anon_sym_LBRACE,
    ACTIONS(250), 1,
      anon_sym_LPAREN,
    ACTIONS(252), 1,
      anon_sym_LBRACK,
    ACTIONS(256), 1,
      sym_identifier,
    ACTIONS(388), 1,
      sym_number,
    STATE(400), 1,
      sym__single_quote,
    STATE(402), 1,
      sym__double_quote,
    STATE(404), 1,
      sym_expression,
    STATE(96), 8,
      sym__primitive,
      sym_object,
      sym_array,
      sym_string,
      sym_group,
      sym_call_expression,
      sym_member_expression,
      sym_bracket_expression,
  [8177] = 13,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(135), 1,
      anon_sym_SQUOTE,
    ACTIONS(139), 1,
      anon_sym_LBRACE,
    ACTIONS(143), 1,
      anon_sym_LPAREN,
    ACTIONS(145), 1,
      anon_sym_LBRACK,
    ACTIONS(155), 1,
      anon_sym_DQUOTE,
    ACTIONS(396), 1,
      sym_identifier,
    ACTIONS(398), 1,
      sym_number,
    STATE(390), 1,
      sym_member_expression,
    STATE(396), 1,
      sym__single_quote,
    STATE(436), 1,
      sym__double_quote,
    STATE(658), 1,
      sym_binding_name,
    STATE(449), 7,
      sym__primitive,
      sym_object,
      sym_array,
      sym_string,
      sym_group,
      sym_call_expression,
      sym_bracket_expression,
  [8223] = 5,
    ACTIONS(3), 1,
      sym_comment,
    STATE(146), 1,
      sym__binary_op,
    ACTIONS(342), 2,
      anon_sym_RPAREN,
      anon_sym_COMMA,
    ACTIONS(414), 4,
      anon_sym_GT,
      anon_sym_LT,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
    ACTIONS(416), 11,
      anon_sym_PLUS,
      anon_sym_STAR,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      anon_sym_DASH,
      anon_sym_SLASH,
      anon_sym_PERCENT,
      anon_sym_EQ_EQ_EQ,
      anon_sym_BANG_EQ_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
  [8253] = 13,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(135), 1,
      anon_sym_SQUOTE,
    ACTIONS(139), 1,
      anon_sym_LBRACE,
    ACTIONS(143), 1,
      anon_sym_LPAREN,
    ACTIONS(145), 1,
      anon_sym_LBRACK,
    ACTIONS(155), 1,
      anon_sym_DQUOTE,
    ACTIONS(396), 1,
      sym_identifier,
    ACTIONS(398), 1,
      sym_number,
    STATE(390), 1,
      sym_member_expression,
    STATE(396), 1,
      sym__single_quote,
    STATE(436), 1,
      sym__double_quote,
    STATE(656), 1,
      sym_binding_name,
    STATE(449), 7,
      sym__primitive,
      sym_object,
      sym_array,
      sym_string,
      sym_group,
      sym_call_expression,
      sym_bracket_expression,
  [8299] = 11,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(135), 1,
      anon_sym_SQUOTE,
    ACTIONS(139), 1,
      anon_sym_LBRACE,
    ACTIONS(143), 1,
      anon_sym_LPAREN,
    ACTIONS(145), 1,
      anon_sym_LBRACK,
    ACTIONS(155), 1,
      anon_sym_DQUOTE,
    ACTIONS(161), 1,
      sym_identifier,
    ACTIONS(418), 1,
      sym_number,
    STATE(396), 1,
      sym__single_quote,
    STATE(436), 1,
      sym__double_quote,
    STATE(394), 8,
      sym__primitive,
      sym_object,
      sym_array,
      sym_string,
      sym_group,
      sym_call_expression,
      sym_member_expression,
      sym_bracket_expression,
  [8340] = 11,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(244), 1,
      anon_sym_SQUOTE,
    ACTIONS(246), 1,
      anon_sym_DQUOTE,
    ACTIONS(248), 1,
      anon_sym_LBRACE,
    ACTIONS(250), 1,
      anon_sym_LPAREN,
    ACTIONS(252), 1,
      anon_sym_LBRACK,
    ACTIONS(256), 1,
      sym_identifier,
    ACTIONS(420), 1,
      sym_number,
    STATE(400), 1,
      sym__single_quote,
    STATE(402), 1,
      sym__double_quote,
    STATE(365), 8,
      sym__primitive,
      sym_object,
      sym_array,
      sym_string,
      sym_group,
      sym_call_expression,
      sym_member_expression,
      sym_bracket_expression,
  [8381] = 11,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(135), 1,
      anon_sym_SQUOTE,
    ACTIONS(139), 1,
      anon_sym_LBRACE,
    ACTIONS(143), 1,
      anon_sym_LPAREN,
    ACTIONS(145), 1,
      anon_sym_LBRACK,
    ACTIONS(155), 1,
      anon_sym_DQUOTE,
    ACTIONS(161), 1,
      sym_identifier,
    ACTIONS(422), 1,
      sym_number,
    STATE(396), 1,
      sym__single_quote,
    STATE(436), 1,
      sym__double_quote,
    STATE(393), 8,
      sym__primitive,
      sym_object,
      sym_array,
      sym_string,
      sym_group,
      sym_call_expression,
      sym_member_expression,
      sym_bracket_expression,
  [8422] = 12,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(135), 1,
      anon_sym_SQUOTE,
    ACTIONS(139), 1,
      anon_sym_LBRACE,
    ACTIONS(143), 1,
      anon_sym_LPAREN,
    ACTIONS(145), 1,
      anon_sym_LBRACK,
    ACTIONS(155), 1,
      anon_sym_DQUOTE,
    ACTIONS(161), 1,
      sym_identifier,
    ACTIONS(424), 1,
      sym_number,
    STATE(396), 1,
      sym__single_quote,
    STATE(425), 1,
      sym_group,
    STATE(436), 1,
      sym__double_quote,
    STATE(424), 7,
      sym__primitive,
      sym_object,
      sym_array,
      sym_string,
      sym_call_expression,
      sym_member_expression,
      sym_bracket_expression,
  [8465] = 11,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(135), 1,
      anon_sym_SQUOTE,
    ACTIONS(139), 1,
      anon_sym_LBRACE,
    ACTIONS(143), 1,
      anon_sym_LPAREN,
    ACTIONS(145), 1,
      anon_sym_LBRACK,
    ACTIONS(155), 1,
      anon_sym_DQUOTE,
    ACTIONS(161), 1,
      sym_identifier,
    ACTIONS(426), 1,
      sym_number,
    STATE(396), 1,
      sym__single_quote,
    STATE(436), 1,
      sym__double_quote,
    STATE(391), 8,
      sym__primitive,
      sym_object,
      sym_array,
      sym_string,
      sym_group,
      sym_call_expression,
      sym_member_expression,
      sym_bracket_expression,
  [8506] = 11,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(400), 1,
      anon_sym_SQUOTE,
    ACTIONS(402), 1,
      anon_sym_DQUOTE,
    ACTIONS(404), 1,
      anon_sym_LBRACE,
    ACTIONS(406), 1,
      anon_sym_LPAREN,
    ACTIONS(408), 1,
      anon_sym_LBRACK,
    ACTIONS(410), 1,
      sym_identifier,
    ACTIONS(428), 1,
      sym_number,
    STATE(431), 1,
      sym__single_quote,
    STATE(432), 1,
      sym__double_quote,
    STATE(232), 8,
      sym__primitive,
      sym_object,
      sym_array,
      sym_string,
      sym_group,
      sym_call_expression,
      sym_member_expression,
      sym_bracket_expression,
  [8547] = 11,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(135), 1,
      anon_sym_SQUOTE,
    ACTIONS(139), 1,
      anon_sym_LBRACE,
    ACTIONS(143), 1,
      anon_sym_LPAREN,
    ACTIONS(145), 1,
      anon_sym_LBRACK,
    ACTIONS(155), 1,
      anon_sym_DQUOTE,
    ACTIONS(161), 1,
      sym_identifier,
    ACTIONS(430), 1,
      sym_number,
    STATE(396), 1,
      sym__single_quote,
    STATE(436), 1,
      sym__double_quote,
    STATE(34), 8,
      sym__primitive,
      sym_object,
      sym_array,
      sym_string,
      sym_group,
      sym_call_expression,
      sym_member_expression,
      sym_bracket_expression,
  [8588] = 11,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(400), 1,
      anon_sym_SQUOTE,
    ACTIONS(402), 1,
      anon_sym_DQUOTE,
    ACTIONS(404), 1,
      anon_sym_LBRACE,
    ACTIONS(406), 1,
      anon_sym_LPAREN,
    ACTIONS(408), 1,
      anon_sym_LBRACK,
    ACTIONS(410), 1,
      sym_identifier,
    ACTIONS(432), 1,
      sym_number,
    STATE(431), 1,
      sym__single_quote,
    STATE(432), 1,
      sym__double_quote,
    STATE(214), 8,
      sym__primitive,
      sym_object,
      sym_array,
      sym_string,
      sym_group,
      sym_call_expression,
      sym_member_expression,
      sym_bracket_expression,
  [8629] = 11,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(135), 1,
      anon_sym_SQUOTE,
    ACTIONS(139), 1,
      anon_sym_LBRACE,
    ACTIONS(143), 1,
      anon_sym_LPAREN,
    ACTIONS(145), 1,
      anon_sym_LBRACK,
    ACTIONS(155), 1,
      anon_sym_DQUOTE,
    ACTIONS(161), 1,
      sym_identifier,
    ACTIONS(434), 1,
      sym_number,
    STATE(396), 1,
      sym__single_quote,
    STATE(436), 1,
      sym__double_quote,
    STATE(230), 8,
      sym__primitive,
      sym_object,
      sym_array,
      sym_string,
      sym_group,
      sym_call_expression,
      sym_member_expression,
      sym_bracket_expression,
  [8670] = 12,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(135), 1,
      anon_sym_SQUOTE,
    ACTIONS(139), 1,
      anon_sym_LBRACE,
    ACTIONS(143), 1,
      anon_sym_LPAREN,
    ACTIONS(145), 1,
      anon_sym_LBRACK,
    ACTIONS(155), 1,
      anon_sym_DQUOTE,
    ACTIONS(161), 1,
      sym_identifier,
    ACTIONS(436), 1,
      sym_number,
    STATE(396), 1,
      sym__single_quote,
    STATE(403), 1,
      sym_group,
    STATE(436), 1,
      sym__double_quote,
    STATE(417), 7,
      sym__primitive,
      sym_object,
      sym_array,
      sym_string,
      sym_call_expression,
      sym_member_expression,
      sym_bracket_expression,
  [8713] = 11,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(244), 1,
      anon_sym_SQUOTE,
    ACTIONS(246), 1,
      anon_sym_DQUOTE,
    ACTIONS(248), 1,
      anon_sym_LBRACE,
    ACTIONS(250), 1,
      anon_sym_LPAREN,
    ACTIONS(252), 1,
      anon_sym_LBRACK,
    ACTIONS(256), 1,
      sym_identifier,
    ACTIONS(438), 1,
      sym_number,
    STATE(400), 1,
      sym__single_quote,
    STATE(402), 1,
      sym__double_quote,
    STATE(112), 8,
      sym__primitive,
      sym_object,
      sym_array,
      sym_string,
      sym_group,
      sym_call_expression,
      sym_member_expression,
      sym_bracket_expression,
  [8754] = 11,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(135), 1,
      anon_sym_SQUOTE,
    ACTIONS(139), 1,
      anon_sym_LBRACE,
    ACTIONS(143), 1,
      anon_sym_LPAREN,
    ACTIONS(145), 1,
      anon_sym_LBRACK,
    ACTIONS(155), 1,
      anon_sym_DQUOTE,
    ACTIONS(161), 1,
      sym_identifier,
    ACTIONS(440), 1,
      sym_number,
    STATE(396), 1,
      sym__single_quote,
    STATE(436), 1,
      sym__double_quote,
    STATE(388), 8,
      sym__primitive,
      sym_object,
      sym_array,
      sym_string,
      sym_group,
      sym_call_expression,
      sym_member_expression,
      sym_bracket_expression,
  [8795] = 11,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(135), 1,
      anon_sym_SQUOTE,
    ACTIONS(139), 1,
      anon_sym_LBRACE,
    ACTIONS(143), 1,
      anon_sym_LPAREN,
    ACTIONS(145), 1,
      anon_sym_LBRACK,
    ACTIONS(155), 1,
      anon_sym_DQUOTE,
    ACTIONS(161), 1,
      sym_identifier,
    ACTIONS(442), 1,
      sym_number,
    STATE(396), 1,
      sym__single_quote,
    STATE(436), 1,
      sym__double_quote,
    STATE(433), 8,
      sym__primitive,
      sym_object,
      sym_array,
      sym_string,
      sym_group,
      sym_call_expression,
      sym_member_expression,
      sym_bracket_expression,
  [8836] = 11,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(269), 1,
      anon_sym_SQUOTE,
    ACTIONS(271), 1,
      anon_sym_DQUOTE,
    ACTIONS(273), 1,
      anon_sym_LBRACE,
    ACTIONS(275), 1,
      anon_sym_LPAREN,
    ACTIONS(277), 1,
      anon_sym_LBRACK,
    ACTIONS(281), 1,
      sym_identifier,
    ACTIONS(444), 1,
      sym_number,
    STATE(401), 1,
      sym__double_quote,
    STATE(415), 1,
      sym__single_quote,
    STATE(55), 8,
      sym__primitive,
      sym_object,
      sym_array,
      sym_string,
      sym_group,
      sym_call_expression,
      sym_member_expression,
      sym_bracket_expression,
  [8877] = 12,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(135), 1,
      anon_sym_SQUOTE,
    ACTIONS(139), 1,
      anon_sym_LBRACE,
    ACTIONS(143), 1,
      anon_sym_LPAREN,
    ACTIONS(145), 1,
      anon_sym_LBRACK,
    ACTIONS(155), 1,
      anon_sym_DQUOTE,
    ACTIONS(161), 1,
      sym_identifier,
    ACTIONS(446), 1,
      sym_number,
    STATE(396), 1,
      sym__single_quote,
    STATE(422), 1,
      sym_group,
    STATE(436), 1,
      sym__double_quote,
    STATE(421), 7,
      sym__primitive,
      sym_object,
      sym_array,
      sym_string,
      sym_call_expression,
      sym_member_expression,
      sym_bracket_expression,
  [8920] = 12,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(135), 1,
      anon_sym_SQUOTE,
    ACTIONS(139), 1,
      anon_sym_LBRACE,
    ACTIONS(143), 1,
      anon_sym_LPAREN,
    ACTIONS(145), 1,
      anon_sym_LBRACK,
    ACTIONS(155), 1,
      anon_sym_DQUOTE,
    ACTIONS(161), 1,
      sym_identifier,
    ACTIONS(448), 1,
      sym_number,
    STATE(396), 1,
      sym__single_quote,
    STATE(429), 1,
      sym_group,
    STATE(436), 1,
      sym__double_quote,
    STATE(440), 7,
      sym__primitive,
      sym_object,
      sym_array,
      sym_string,
      sym_call_expression,
      sym_member_expression,
      sym_bracket_expression,
  [8963] = 11,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(244), 1,
      anon_sym_SQUOTE,
    ACTIONS(246), 1,
      anon_sym_DQUOTE,
    ACTIONS(248), 1,
      anon_sym_LBRACE,
    ACTIONS(250), 1,
      anon_sym_LPAREN,
    ACTIONS(252), 1,
      anon_sym_LBRACK,
    ACTIONS(256), 1,
      sym_identifier,
    ACTIONS(450), 1,
      sym_number,
    STATE(400), 1,
      sym__single_quote,
    STATE(402), 1,
      sym__double_quote,
    STATE(387), 8,
      sym__primitive,
      sym_object,
      sym_array,
      sym_string,
      sym_group,
      sym_call_expression,
      sym_member_expression,
      sym_bracket_expression,
  [9004] = 11,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(135), 1,
      anon_sym_SQUOTE,
    ACTIONS(139), 1,
      anon_sym_LBRACE,
    ACTIONS(143), 1,
      anon_sym_LPAREN,
    ACTIONS(145), 1,
      anon_sym_LBRACK,
    ACTIONS(155), 1,
      anon_sym_DQUOTE,
    ACTIONS(161), 1,
      sym_identifier,
    ACTIONS(452), 1,
      sym_number,
    STATE(396), 1,
      sym__single_quote,
    STATE(436), 1,
      sym__double_quote,
    STATE(302), 8,
      sym__primitive,
      sym_object,
      sym_array,
      sym_string,
      sym_group,
      sym_call_expression,
      sym_member_expression,
      sym_bracket_expression,
  [9045] = 12,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(454), 1,
      anon_sym_GT,
    ACTIONS(456), 1,
      anon_sym_SLASH_GT,
    ACTIONS(458), 1,
      sym_attribute_name,
    ACTIONS(460), 1,
      anon_sym_LPAREN,
    ACTIONS(462), 1,
      anon_sym_STAR,
    ACTIONS(464), 1,
      anon_sym_LBRACK,
    ACTIONS(466), 1,
      anon_sym_LBRACK_LPAREN,
    ACTIONS(468), 1,
      anon_sym_LBRACK_AT,
    STATE(358), 1,
      sym__normal_attribute,
    STATE(194), 2,
      sym_attribute,
      aux_sym_start_tag_repeat1,
    STATE(356), 5,
      sym_structural_directive,
      sym_property_binding,
      sym_event_binding,
      sym_two_way_binding,
      sym_animation_binding,
  [9087] = 4,
    ACTIONS(3), 1,
      sym_comment,
    STATE(150), 1,
      sym__binary_op,
    ACTIONS(340), 4,
      anon_sym_GT,
      anon_sym_LT,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
    ACTIONS(344), 11,
      anon_sym_PLUS,
      anon_sym_STAR,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      anon_sym_DASH,
      anon_sym_SLASH,
      anon_sym_PERCENT,
      anon_sym_EQ_EQ_EQ,
      anon_sym_BANG_EQ_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
  [9113] = 12,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(458), 1,
      sym_attribute_name,
    ACTIONS(460), 1,
      anon_sym_LPAREN,
    ACTIONS(462), 1,
      anon_sym_STAR,
    ACTIONS(464), 1,
      anon_sym_LBRACK,
    ACTIONS(466), 1,
      anon_sym_LBRACK_LPAREN,
    ACTIONS(468), 1,
      anon_sym_LBRACK_AT,
    ACTIONS(470), 1,
      anon_sym_GT,
    ACTIONS(472), 1,
      anon_sym_SLASH_GT,
    STATE(358), 1,
      sym__normal_attribute,
    STATE(196), 2,
      sym_attribute,
      aux_sym_start_tag_repeat1,
    STATE(356), 5,
      sym_structural_directive,
      sym_property_binding,
      sym_event_binding,
      sym_two_way_binding,
      sym_animation_binding,
  [9155] = 12,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(458), 1,
      sym_attribute_name,
    ACTIONS(460), 1,
      anon_sym_LPAREN,
    ACTIONS(462), 1,
      anon_sym_STAR,
    ACTIONS(464), 1,
      anon_sym_LBRACK,
    ACTIONS(466), 1,
      anon_sym_LBRACK_LPAREN,
    ACTIONS(468), 1,
      anon_sym_LBRACK_AT,
    ACTIONS(470), 1,
      anon_sym_GT,
    ACTIONS(474), 1,
      anon_sym_SLASH_GT,
    STATE(358), 1,
      sym__normal_attribute,
    STATE(196), 2,
      sym_attribute,
      aux_sym_start_tag_repeat1,
    STATE(356), 5,
      sym_structural_directive,
      sym_property_binding,
      sym_event_binding,
      sym_two_way_binding,
      sym_animation_binding,
  [9197] = 11,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(478), 1,
      sym_attribute_name,
    ACTIONS(481), 1,
      anon_sym_LPAREN,
    ACTIONS(484), 1,
      anon_sym_STAR,
    ACTIONS(487), 1,
      anon_sym_LBRACK,
    ACTIONS(490), 1,
      anon_sym_LBRACK_LPAREN,
    ACTIONS(493), 1,
      anon_sym_LBRACK_AT,
    STATE(358), 1,
      sym__normal_attribute,
    ACTIONS(476), 2,
      anon_sym_GT,
      anon_sym_SLASH_GT,
    STATE(196), 2,
      sym_attribute,
      aux_sym_start_tag_repeat1,
    STATE(356), 5,
      sym_structural_directive,
      sym_property_binding,
      sym_event_binding,
      sym_two_way_binding,
      sym_animation_binding,
  [9237] = 4,
    ACTIONS(3), 1,
      sym_comment,
    STATE(144), 1,
      sym__binary_op,
    ACTIONS(375), 4,
      anon_sym_GT,
      anon_sym_LT,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
    ACTIONS(377), 11,
      anon_sym_PLUS,
      anon_sym_STAR,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      anon_sym_DASH,
      anon_sym_SLASH,
      anon_sym_PERCENT,
      anon_sym_EQ_EQ_EQ,
      anon_sym_BANG_EQ_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
  [9263] = 4,
    ACTIONS(3), 1,
      sym_comment,
    STATE(147), 1,
      sym__binary_op,
    ACTIONS(384), 4,
      anon_sym_GT,
      anon_sym_LT,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
    ACTIONS(386), 11,
      anon_sym_PLUS,
      anon_sym_STAR,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      anon_sym_DASH,
      anon_sym_SLASH,
      anon_sym_PERCENT,
      anon_sym_EQ_EQ_EQ,
      anon_sym_BANG_EQ_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
  [9289] = 4,
    ACTIONS(3), 1,
      sym_comment,
    STATE(146), 1,
      sym__binary_op,
    ACTIONS(414), 4,
      anon_sym_GT,
      anon_sym_LT,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
    ACTIONS(416), 11,
      anon_sym_PLUS,
      anon_sym_STAR,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      anon_sym_DASH,
      anon_sym_SLASH,
      anon_sym_PERCENT,
      anon_sym_EQ_EQ_EQ,
      anon_sym_BANG_EQ_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
  [9315] = 4,
    ACTIONS(3), 1,
      sym_comment,
    STATE(151), 1,
      sym__binary_op,
    ACTIONS(348), 4,
      anon_sym_GT,
      anon_sym_LT,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
    ACTIONS(352), 11,
      anon_sym_PLUS,
      anon_sym_STAR,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      anon_sym_DASH,
      anon_sym_SLASH,
      anon_sym_PERCENT,
      anon_sym_EQ_EQ_EQ,
      anon_sym_BANG_EQ_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
  [9341] = 4,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(496), 1,
      anon_sym_LPAREN,
    ACTIONS(121), 2,
      anon_sym_QMARK,
      anon_sym_PIPE,
    ACTIONS(123), 13,
      anon_sym_SQUOTE,
      anon_sym_DQUOTE,
      anon_sym_RBRACE,
      anon_sym_COMMA,
      anon_sym_COLON,
      anon_sym_LBRACK,
      anon_sym_QMARK_QMARK,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      sym_identifier,
      anon_sym_DOT,
      anon_sym_QMARK_DOT,
      anon_sym_BANG_DOT,
  [9367] = 4,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(496), 1,
      anon_sym_LPAREN,
    ACTIONS(115), 2,
      anon_sym_QMARK,
      anon_sym_PIPE,
    ACTIONS(117), 13,
      anon_sym_SQUOTE,
      anon_sym_DQUOTE,
      anon_sym_RBRACE,
      anon_sym_COMMA,
      anon_sym_COLON,
      anon_sym_LBRACK,
      anon_sym_QMARK_QMARK,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      sym_identifier,
      anon_sym_DOT,
      anon_sym_QMARK_DOT,
      anon_sym_BANG_DOT,
  [9393] = 12,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(454), 1,
      anon_sym_GT,
    ACTIONS(458), 1,
      sym_attribute_name,
    ACTIONS(460), 1,
      anon_sym_LPAREN,
    ACTIONS(462), 1,
      anon_sym_STAR,
    ACTIONS(464), 1,
      anon_sym_LBRACK,
    ACTIONS(466), 1,
      anon_sym_LBRACK_LPAREN,
    ACTIONS(468), 1,
      anon_sym_LBRACK_AT,
    ACTIONS(498), 1,
      anon_sym_SLASH_GT,
    STATE(358), 1,
      sym__normal_attribute,
    STATE(195), 2,
      sym_attribute,
      aux_sym_start_tag_repeat1,
    STATE(356), 5,
      sym_structural_directive,
      sym_property_binding,
      sym_event_binding,
      sym_two_way_binding,
      sym_animation_binding,
  [9435] = 8,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(105), 1,
      anon_sym_QMARK,
    ACTIONS(500), 1,
      anon_sym_LBRACK,
    ACTIONS(502), 1,
      anon_sym_PIPE,
    STATE(231), 1,
      aux_sym_pipe_sequence_repeat1,
    STATE(291), 1,
      sym_pipe_sequence,
    ACTIONS(504), 3,
      anon_sym_DOT,
      anon_sym_QMARK_DOT,
      anon_sym_BANG_DOT,
    ACTIONS(107), 8,
      anon_sym_SQUOTE,
      anon_sym_DQUOTE,
      anon_sym_RBRACE,
      anon_sym_COMMA,
      anon_sym_QMARK_QMARK,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      sym_identifier,
  [9469] = 3,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(175), 2,
      anon_sym_QMARK,
      anon_sym_PIPE,
    ACTIONS(177), 13,
      anon_sym_SQUOTE,
      anon_sym_DQUOTE,
      anon_sym_RBRACE,
      anon_sym_COMMA,
      anon_sym_COLON,
      anon_sym_LBRACK,
      anon_sym_QMARK_QMARK,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      sym_identifier,
      anon_sym_DOT,
      anon_sym_QMARK_DOT,
      anon_sym_BANG_DOT,
  [9492] = 3,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(129), 2,
      anon_sym_QMARK,
      anon_sym_PIPE,
    ACTIONS(131), 13,
      anon_sym_SQUOTE,
      anon_sym_DQUOTE,
      anon_sym_RBRACE,
      anon_sym_COMMA,
      anon_sym_COLON,
      anon_sym_LBRACK,
      anon_sym_QMARK_QMARK,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      sym_identifier,
      anon_sym_DOT,
      anon_sym_QMARK_DOT,
      anon_sym_BANG_DOT,
  [9515] = 3,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(167), 2,
      anon_sym_QMARK,
      anon_sym_PIPE,
    ACTIONS(169), 13,
      anon_sym_SQUOTE,
      anon_sym_DQUOTE,
      anon_sym_RBRACE,
      anon_sym_COMMA,
      anon_sym_COLON,
      anon_sym_LBRACK,
      anon_sym_QMARK_QMARK,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      sym_identifier,
      anon_sym_DOT,
      anon_sym_QMARK_DOT,
      anon_sym_BANG_DOT,
  [9538] = 3,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(201), 2,
      anon_sym_QMARK,
      anon_sym_PIPE,
    ACTIONS(203), 13,
      anon_sym_SQUOTE,
      anon_sym_DQUOTE,
      anon_sym_RBRACE,
      anon_sym_COMMA,
      anon_sym_COLON,
      anon_sym_LBRACK,
      anon_sym_QMARK_QMARK,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      sym_identifier,
      anon_sym_DOT,
      anon_sym_QMARK_DOT,
      anon_sym_BANG_DOT,
  [9561] = 3,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(189), 2,
      anon_sym_QMARK,
      anon_sym_PIPE,
    ACTIONS(191), 13,
      anon_sym_SQUOTE,
      anon_sym_DQUOTE,
      anon_sym_RBRACE,
      anon_sym_COMMA,
      anon_sym_COLON,
      anon_sym_LBRACK,
      anon_sym_QMARK_QMARK,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      sym_identifier,
      anon_sym_DOT,
      anon_sym_QMARK_DOT,
      anon_sym_BANG_DOT,
  [9584] = 3,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(125), 2,
      anon_sym_QMARK,
      anon_sym_PIPE,
    ACTIONS(127), 13,
      anon_sym_SQUOTE,
      anon_sym_DQUOTE,
      anon_sym_RBRACE,
      anon_sym_COMMA,
      anon_sym_COLON,
      anon_sym_LBRACK,
      anon_sym_QMARK_QMARK,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      sym_identifier,
      anon_sym_DOT,
      anon_sym_QMARK_DOT,
      anon_sym_BANG_DOT,
  [9607] = 3,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(179), 2,
      anon_sym_QMARK,
      anon_sym_PIPE,
    ACTIONS(181), 13,
      anon_sym_SQUOTE,
      anon_sym_DQUOTE,
      anon_sym_RBRACE,
      anon_sym_COMMA,
      anon_sym_COLON,
      anon_sym_LBRACK,
      anon_sym_QMARK_QMARK,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      sym_identifier,
      anon_sym_DOT,
      anon_sym_QMARK_DOT,
      anon_sym_BANG_DOT,
  [9630] = 3,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(205), 2,
      anon_sym_QMARK,
      anon_sym_PIPE,
    ACTIONS(207), 13,
      anon_sym_SQUOTE,
      anon_sym_DQUOTE,
      anon_sym_RBRACE,
      anon_sym_COMMA,
      anon_sym_COLON,
      anon_sym_LBRACK,
      anon_sym_QMARK_QMARK,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      sym_identifier,
      anon_sym_DOT,
      anon_sym_QMARK_DOT,
      anon_sym_BANG_DOT,
  [9653] = 3,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(171), 2,
      anon_sym_QMARK,
      anon_sym_PIPE,
    ACTIONS(173), 13,
      anon_sym_SQUOTE,
      anon_sym_DQUOTE,
      anon_sym_RBRACE,
      anon_sym_COMMA,
      anon_sym_COLON,
      anon_sym_LBRACK,
      anon_sym_QMARK_QMARK,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      sym_identifier,
      anon_sym_DOT,
      anon_sym_QMARK_DOT,
      anon_sym_BANG_DOT,
  [9676] = 5,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(500), 1,
      anon_sym_LBRACK,
    ACTIONS(197), 2,
      anon_sym_QMARK,
      anon_sym_PIPE,
    ACTIONS(504), 3,
      anon_sym_DOT,
      anon_sym_QMARK_DOT,
      anon_sym_BANG_DOT,
    ACTIONS(199), 9,
      anon_sym_SQUOTE,
      anon_sym_DQUOTE,
      anon_sym_RBRACE,
      anon_sym_COMMA,
      anon_sym_COLON,
      anon_sym_QMARK_QMARK,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      sym_identifier,
  [9703] = 3,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(193), 2,
      anon_sym_QMARK,
      anon_sym_PIPE,
    ACTIONS(195), 13,
      anon_sym_SQUOTE,
      anon_sym_DQUOTE,
      anon_sym_RBRACE,
      anon_sym_COMMA,
      anon_sym_COLON,
      anon_sym_LBRACK,
      anon_sym_QMARK_QMARK,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      sym_identifier,
      anon_sym_DOT,
      anon_sym_QMARK_DOT,
      anon_sym_BANG_DOT,
  [9726] = 11,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(506), 1,
      anon_sym_GT,
    ACTIONS(508), 1,
      sym_attribute_name,
    ACTIONS(510), 1,
      anon_sym_LPAREN,
    ACTIONS(512), 1,
      anon_sym_STAR,
    ACTIONS(514), 1,
      anon_sym_LBRACK,
    ACTIONS(516), 1,
      anon_sym_LBRACK_LPAREN,
    ACTIONS(518), 1,
      anon_sym_LBRACK_AT,
    STATE(380), 1,
      sym__normal_attribute,
    STATE(218), 2,
      sym_attribute,
      aux_sym_start_tag_repeat1,
    STATE(385), 5,
      sym_structural_directive,
      sym_property_binding,
      sym_event_binding,
      sym_two_way_binding,
      sym_animation_binding,
  [9765] = 11,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(508), 1,
      sym_attribute_name,
    ACTIONS(510), 1,
      anon_sym_LPAREN,
    ACTIONS(512), 1,
      anon_sym_STAR,
    ACTIONS(514), 1,
      anon_sym_LBRACK,
    ACTIONS(516), 1,
      anon_sym_LBRACK_LPAREN,
    ACTIONS(518), 1,
      anon_sym_LBRACK_AT,
    ACTIONS(520), 1,
      anon_sym_GT,
    STATE(380), 1,
      sym__normal_attribute,
    STATE(216), 2,
      sym_attribute,
      aux_sym_start_tag_repeat1,
    STATE(385), 5,
      sym_structural_directive,
      sym_property_binding,
      sym_event_binding,
      sym_two_way_binding,
      sym_animation_binding,
  [9804] = 11,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(476), 1,
      anon_sym_GT,
    ACTIONS(522), 1,
      sym_attribute_name,
    ACTIONS(525), 1,
      anon_sym_LPAREN,
    ACTIONS(528), 1,
      anon_sym_STAR,
    ACTIONS(531), 1,
      anon_sym_LBRACK,
    ACTIONS(534), 1,
      anon_sym_LBRACK_LPAREN,
    ACTIONS(537), 1,
      anon_sym_LBRACK_AT,
    STATE(380), 1,
      sym__normal_attribute,
    STATE(218), 2,
      sym_attribute,
      aux_sym_start_tag_repeat1,
    STATE(385), 5,
      sym_structural_directive,
      sym_property_binding,
      sym_event_binding,
      sym_two_way_binding,
      sym_animation_binding,
  [9843] = 11,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(508), 1,
      sym_attribute_name,
    ACTIONS(510), 1,
      anon_sym_LPAREN,
    ACTIONS(512), 1,
      anon_sym_STAR,
    ACTIONS(514), 1,
      anon_sym_LBRACK,
    ACTIONS(516), 1,
      anon_sym_LBRACK_LPAREN,
    ACTIONS(518), 1,
      anon_sym_LBRACK_AT,
    ACTIONS(540), 1,
      anon_sym_GT,
    STATE(380), 1,
      sym__normal_attribute,
    STATE(220), 2,
      sym_attribute,
      aux_sym_start_tag_repeat1,
    STATE(385), 5,
      sym_structural_directive,
      sym_property_binding,
      sym_event_binding,
      sym_two_way_binding,
      sym_animation_binding,
  [9882] = 11,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(508), 1,
      sym_attribute_name,
    ACTIONS(510), 1,
      anon_sym_LPAREN,
    ACTIONS(512), 1,
      anon_sym_STAR,
    ACTIONS(514), 1,
      anon_sym_LBRACK,
    ACTIONS(516), 1,
      anon_sym_LBRACK_LPAREN,
    ACTIONS(518), 1,
      anon_sym_LBRACK_AT,
    ACTIONS(542), 1,
      anon_sym_GT,
    STATE(380), 1,
      sym__normal_attribute,
    STATE(218), 2,
      sym_attribute,
      aux_sym_start_tag_repeat1,
    STATE(385), 5,
      sym_structural_directive,
      sym_property_binding,
      sym_event_binding,
      sym_two_way_binding,
      sym_animation_binding,
  [9921] = 3,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(183), 2,
      anon_sym_QMARK,
      anon_sym_PIPE,
    ACTIONS(185), 13,
      anon_sym_SQUOTE,
      anon_sym_DQUOTE,
      anon_sym_RBRACE,
      anon_sym_COMMA,
      anon_sym_COLON,
      anon_sym_LBRACK,
      anon_sym_QMARK_QMARK,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      sym_identifier,
      anon_sym_DOT,
      anon_sym_QMARK_DOT,
      anon_sym_BANG_DOT,
  [9944] = 6,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(544), 1,
      anon_sym_COLON,
    STATE(271), 1,
      sym_pipe_arguments,
    ACTIONS(228), 2,
      anon_sym_QMARK,
      anon_sym_PIPE,
    STATE(224), 2,
      sym__pipe_argument,
      aux_sym_pipe_arguments_repeat1,
    ACTIONS(230), 8,
      anon_sym_SQUOTE,
      anon_sym_DQUOTE,
      anon_sym_RBRACE,
      anon_sym_COMMA,
      anon_sym_QMARK_QMARK,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      sym_identifier,
  [9972] = 6,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(548), 1,
      anon_sym_DQUOTE,
    STATE(36), 1,
      sym__double_quote,
    STATE(434), 1,
      aux_sym_string_repeat1,
    ACTIONS(550), 2,
      aux_sym_string_token1,
      sym__escape_sequence,
    ACTIONS(546), 8,
      anon_sym_GT,
      anon_sym_SLASH_GT,
      sym_attribute_name,
      anon_sym_LPAREN,
      anon_sym_STAR,
      anon_sym_LBRACK,
      anon_sym_LBRACK_LPAREN,
      anon_sym_LBRACK_AT,
  [9999] = 5,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(544), 1,
      anon_sym_COLON,
    ACTIONS(240), 2,
      anon_sym_QMARK,
      anon_sym_PIPE,
    STATE(225), 2,
      sym__pipe_argument,
      aux_sym_pipe_arguments_repeat1,
    ACTIONS(242), 8,
      anon_sym_SQUOTE,
      anon_sym_DQUOTE,
      anon_sym_RBRACE,
      anon_sym_COMMA,
      anon_sym_QMARK_QMARK,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      sym_identifier,
  [10024] = 5,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(552), 1,
      anon_sym_COLON,
    ACTIONS(262), 2,
      anon_sym_QMARK,
      anon_sym_PIPE,
    STATE(225), 2,
      sym__pipe_argument,
      aux_sym_pipe_arguments_repeat1,
    ACTIONS(264), 8,
      anon_sym_SQUOTE,
      anon_sym_DQUOTE,
      anon_sym_RBRACE,
      anon_sym_COMMA,
      anon_sym_QMARK_QMARK,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      sym_identifier,
  [10049] = 6,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(548), 1,
      anon_sym_DQUOTE,
    STATE(36), 1,
      sym__double_quote,
    STATE(434), 1,
      aux_sym_string_repeat1,
    ACTIONS(550), 2,
      aux_sym_string_token1,
      sym__escape_sequence,
    ACTIONS(546), 7,
      anon_sym_GT,
      sym_attribute_name,
      anon_sym_LPAREN,
      anon_sym_STAR,
      anon_sym_LBRACK,
      anon_sym_LBRACK_LPAREN,
      anon_sym_LBRACK_AT,
  [10075] = 3,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(557), 1,
      anon_sym_QMARK,
    ACTIONS(555), 11,
      anon_sym_SQUOTE,
      anon_sym_DQUOTE,
      anon_sym_RBRACE,
      anon_sym_SEMI,
      anon_sym_RPAREN,
      anon_sym_COMMA,
      anon_sym_RBRACK,
      anon_sym_QMARK_QMARK,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      sym_identifier,
  [10095] = 5,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(296), 1,
      anon_sym_QMARK,
    ACTIONS(559), 1,
      anon_sym_PIPE,
    STATE(228), 1,
      aux_sym_pipe_sequence_repeat1,
    ACTIONS(298), 8,
      anon_sym_SQUOTE,
      anon_sym_DQUOTE,
      anon_sym_RBRACE,
      anon_sym_COMMA,
      anon_sym_QMARK_QMARK,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      sym_identifier,
  [10118] = 3,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(346), 1,
      anon_sym_QMARK,
    ACTIONS(342), 10,
      anon_sym_SQUOTE,
      anon_sym_DQUOTE,
      anon_sym_RBRACE,
      anon_sym_SEMI,
      anon_sym_RPAREN,
      anon_sym_COMMA,
      anon_sym_QMARK_QMARK,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      sym_identifier,
  [10137] = 5,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(109), 1,
      anon_sym_LBRACK,
    ACTIONS(564), 1,
      anon_sym_QMARK,
    ACTIONS(113), 3,
      anon_sym_DOT,
      anon_sym_QMARK_DOT,
      anon_sym_BANG_DOT,
    ACTIONS(562), 6,
      anon_sym_DQUOTE,
      anon_sym_RBRACE,
      anon_sym_SEMI,
      anon_sym_RPAREN,
      anon_sym_COMMA,
      anon_sym_QMARK_QMARK,
  [10160] = 5,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(303), 1,
      anon_sym_QMARK,
    ACTIONS(502), 1,
      anon_sym_PIPE,
    STATE(228), 1,
      aux_sym_pipe_sequence_repeat1,
    ACTIONS(305), 8,
      anon_sym_SQUOTE,
      anon_sym_DQUOTE,
      anon_sym_RBRACE,
      anon_sym_COMMA,
      anon_sym_QMARK_QMARK,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      sym_identifier,
  [10183] = 5,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(500), 1,
      anon_sym_LBRACK,
    ACTIONS(564), 1,
      anon_sym_QMARK,
    ACTIONS(504), 3,
      anon_sym_DOT,
      anon_sym_QMARK_DOT,
      anon_sym_BANG_DOT,
    ACTIONS(562), 6,
      anon_sym_SQUOTE,
      anon_sym_DQUOTE,
      anon_sym_RBRACE,
      anon_sym_COMMA,
      anon_sym_QMARK_QMARK,
      sym_identifier,
  [10206] = 3,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(568), 1,
      anon_sym_LT,
    ACTIONS(566), 9,
      sym__interpolation_start,
      sym__control_flow_start,
      ts_builtin_sym_end,
      anon_sym_LT_BANG,
      anon_sym_LT_SLASH,
      sym_entity,
      sym_text,
      anon_sym_LBRACE,
      anon_sym_RBRACE,
  [10224] = 3,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(572), 1,
      anon_sym_LT,
    ACTIONS(570), 9,
      sym__interpolation_start,
      sym__control_flow_start,
      ts_builtin_sym_end,
      anon_sym_LT_BANG,
      anon_sym_LT_SLASH,
      sym_entity,
      sym_text,
      anon_sym_LBRACE,
      anon_sym_RBRACE,
  [10242] = 3,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(576), 1,
      anon_sym_LT,
    ACTIONS(574), 9,
      sym__interpolation_start,
      sym__control_flow_start,
      ts_builtin_sym_end,
      anon_sym_LT_BANG,
      anon_sym_LT_SLASH,
      sym_entity,
      sym_text,
      anon_sym_LBRACE,
      anon_sym_RBRACE,
  [10260] = 3,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(580), 1,
      anon_sym_LT,
    ACTIONS(578), 9,
      sym__interpolation_start,
      sym__control_flow_start,
      ts_builtin_sym_end,
      anon_sym_LT_BANG,
      anon_sym_LT_SLASH,
      sym_entity,
      sym_text,
      anon_sym_LBRACE,
      anon_sym_RBRACE,
  [10278] = 3,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(584), 1,
      anon_sym_LT,
    ACTIONS(582), 9,
      sym__interpolation_start,
      sym__control_flow_start,
      ts_builtin_sym_end,
      anon_sym_LT_BANG,
      anon_sym_LT_SLASH,
      sym_entity,
      sym_text,
      anon_sym_LBRACE,
      anon_sym_RBRACE,
  [10296] = 3,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(588), 1,
      anon_sym_LT,
    ACTIONS(586), 9,
      sym__interpolation_start,
      sym__control_flow_start,
      ts_builtin_sym_end,
      anon_sym_LT_BANG,
      anon_sym_LT_SLASH,
      sym_entity,
      sym_text,
      anon_sym_LBRACE,
      anon_sym_RBRACE,
  [10314] = 3,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(592), 1,
      anon_sym_LT,
    ACTIONS(590), 9,
      sym__interpolation_start,
      sym__control_flow_start,
      ts_builtin_sym_end,
      anon_sym_LT_BANG,
      anon_sym_LT_SLASH,
      sym_entity,
      sym_text,
      anon_sym_LBRACE,
      anon_sym_RBRACE,
  [10332] = 3,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(596), 1,
      anon_sym_LT,
    ACTIONS(594), 9,
      sym__interpolation_start,
      sym__control_flow_start,
      ts_builtin_sym_end,
      anon_sym_LT_BANG,
      anon_sym_LT_SLASH,
      sym_entity,
      sym_text,
      anon_sym_LBRACE,
      anon_sym_RBRACE,
  [10350] = 3,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(600), 1,
      anon_sym_LT,
    ACTIONS(598), 9,
      sym__interpolation_start,
      sym__control_flow_start,
      ts_builtin_sym_end,
      anon_sym_LT_BANG,
      anon_sym_LT_SLASH,
      sym_entity,
      sym_text,
      anon_sym_LBRACE,
      anon_sym_RBRACE,
  [10368] = 3,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(604), 1,
      anon_sym_LT,
    ACTIONS(602), 9,
      sym__interpolation_start,
      sym__control_flow_start,
      ts_builtin_sym_end,
      anon_sym_LT_BANG,
      anon_sym_LT_SLASH,
      sym_entity,
      sym_text,
      anon_sym_LBRACE,
      anon_sym_RBRACE,
  [10386] = 3,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(608), 1,
      anon_sym_LT,
    ACTIONS(606), 9,
      sym__interpolation_start,
      sym__control_flow_start,
      ts_builtin_sym_end,
      anon_sym_LT_BANG,
      anon_sym_LT_SLASH,
      sym_entity,
      sym_text,
      anon_sym_LBRACE,
      anon_sym_RBRACE,
  [10404] = 3,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(612), 1,
      anon_sym_LT,
    ACTIONS(610), 9,
      sym__interpolation_start,
      sym__control_flow_start,
      ts_builtin_sym_end,
      anon_sym_LT_BANG,
      anon_sym_LT_SLASH,
      sym_entity,
      sym_text,
      anon_sym_LBRACE,
      anon_sym_RBRACE,
  [10422] = 11,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(614), 1,
      anon_sym_let,
    ACTIONS(616), 1,
      anon_sym_switch,
    ACTIONS(618), 1,
      anon_sym_defer,
    ACTIONS(620), 1,
      anon_sym_placeholder,
    ACTIONS(622), 1,
      anon_sym_loading,
    ACTIONS(624), 1,
      anon_sym_error,
    ACTIONS(626), 1,
      anon_sym_for,
    ACTIONS(628), 1,
      anon_sym_empty,
    ACTIONS(630), 1,
      anon_sym_else,
    ACTIONS(632), 1,
      anon_sym_if,
  [10456] = 3,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(636), 1,
      anon_sym_LT,
    ACTIONS(634), 9,
      sym__interpolation_start,
      sym__control_flow_start,
      ts_builtin_sym_end,
      anon_sym_LT_BANG,
      anon_sym_LT_SLASH,
      sym_entity,
      sym_text,
      anon_sym_LBRACE,
      anon_sym_RBRACE,
  [10474] = 3,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(640), 1,
      anon_sym_LT,
    ACTIONS(638), 9,
      sym__interpolation_start,
      sym__control_flow_start,
      ts_builtin_sym_end,
      anon_sym_LT_BANG,
      anon_sym_LT_SLASH,
      sym_entity,
      sym_text,
      anon_sym_LBRACE,
      anon_sym_RBRACE,
  [10492] = 3,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(644), 1,
      anon_sym_LT,
    ACTIONS(642), 9,
      sym__interpolation_start,
      sym__control_flow_start,
      ts_builtin_sym_end,
      anon_sym_LT_BANG,
      anon_sym_LT_SLASH,
      sym_entity,
      sym_text,
      anon_sym_LBRACE,
      anon_sym_RBRACE,
  [10510] = 5,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(650), 1,
      anon_sym_EQ,
    STATE(355), 1,
      sym__binding_assignment,
    ACTIONS(648), 2,
      sym_attribute_name,
      anon_sym_LBRACK,
    ACTIONS(646), 6,
      anon_sym_GT,
      anon_sym_SLASH_GT,
      anon_sym_LPAREN,
      anon_sym_STAR,
      anon_sym_LBRACK_LPAREN,
      anon_sym_LBRACK_AT,
  [10532] = 11,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(632), 1,
      anon_sym_if,
    ACTIONS(652), 1,
      anon_sym_let,
    ACTIONS(654), 1,
      anon_sym_switch,
    ACTIONS(656), 1,
      anon_sym_defer,
    ACTIONS(658), 1,
      anon_sym_placeholder,
    ACTIONS(660), 1,
      anon_sym_loading,
    ACTIONS(662), 1,
      anon_sym_error,
    ACTIONS(664), 1,
      anon_sym_for,
    ACTIONS(666), 1,
      anon_sym_empty,
    ACTIONS(668), 1,
      anon_sym_else,
  [10566] = 3,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(672), 1,
      anon_sym_LT,
    ACTIONS(670), 9,
      sym__interpolation_start,
      sym__control_flow_start,
      ts_builtin_sym_end,
      anon_sym_LT_BANG,
      anon_sym_LT_SLASH,
      sym_entity,
      sym_text,
      anon_sym_LBRACE,
      anon_sym_RBRACE,
  [10584] = 3,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(676), 1,
      anon_sym_LT,
    ACTIONS(674), 9,
      sym__interpolation_start,
      sym__control_flow_start,
      ts_builtin_sym_end,
      anon_sym_LT_BANG,
      anon_sym_LT_SLASH,
      sym_entity,
      sym_text,
      anon_sym_LBRACE,
      anon_sym_RBRACE,
  [10602] = 3,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(680), 1,
      anon_sym_LT,
    ACTIONS(678), 9,
      sym__interpolation_start,
      sym__control_flow_start,
      ts_builtin_sym_end,
      anon_sym_LT_BANG,
      anon_sym_LT_SLASH,
      sym_entity,
      sym_text,
      anon_sym_LBRACE,
      anon_sym_RBRACE,
  [10620] = 3,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(684), 1,
      anon_sym_LT,
    ACTIONS(682), 9,
      sym__interpolation_start,
      sym__control_flow_start,
      ts_builtin_sym_end,
      anon_sym_LT_BANG,
      anon_sym_LT_SLASH,
      sym_entity,
      sym_text,
      anon_sym_LBRACE,
      anon_sym_RBRACE,
  [10638] = 3,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(688), 1,
      anon_sym_LT,
    ACTIONS(686), 9,
      sym__interpolation_start,
      sym__control_flow_start,
      ts_builtin_sym_end,
      anon_sym_LT_BANG,
      anon_sym_LT_SLASH,
      sym_entity,
      sym_text,
      anon_sym_LBRACE,
      anon_sym_RBRACE,
  [10656] = 3,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(572), 1,
      anon_sym_LT,
    ACTIONS(570), 9,
      sym__interpolation_start,
      sym__control_flow_start,
      ts_builtin_sym_end,
      anon_sym_LT_BANG,
      anon_sym_LT_SLASH,
      sym_entity,
      sym_text,
      anon_sym_LBRACE,
      anon_sym_RBRACE,
  [10674] = 3,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(692), 1,
      anon_sym_LT,
    ACTIONS(690), 9,
      sym__interpolation_start,
      sym__control_flow_start,
      ts_builtin_sym_end,
      anon_sym_LT_BANG,
      anon_sym_LT_SLASH,
      sym_entity,
      sym_text,
      anon_sym_LBRACE,
      anon_sym_RBRACE,
  [10692] = 3,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(696), 1,
      anon_sym_LT,
    ACTIONS(694), 9,
      sym__interpolation_start,
      sym__control_flow_start,
      ts_builtin_sym_end,
      anon_sym_LT_BANG,
      anon_sym_LT_SLASH,
      sym_entity,
      sym_text,
      anon_sym_LBRACE,
      anon_sym_RBRACE,
  [10710] = 3,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(700), 1,
      anon_sym_LT,
    ACTIONS(698), 9,
      sym__interpolation_start,
      sym__control_flow_start,
      ts_builtin_sym_end,
      anon_sym_LT_BANG,
      anon_sym_LT_SLASH,
      sym_entity,
      sym_text,
      anon_sym_LBRACE,
      anon_sym_RBRACE,
  [10728] = 3,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(704), 1,
      anon_sym_LT,
    ACTIONS(702), 9,
      sym__interpolation_start,
      sym__control_flow_start,
      ts_builtin_sym_end,
      anon_sym_LT_BANG,
      anon_sym_LT_SLASH,
      sym_entity,
      sym_text,
      anon_sym_LBRACE,
      anon_sym_RBRACE,
  [10746] = 3,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(708), 1,
      anon_sym_LT,
    ACTIONS(706), 9,
      sym__interpolation_start,
      sym__control_flow_start,
      ts_builtin_sym_end,
      anon_sym_LT_BANG,
      anon_sym_LT_SLASH,
      sym_entity,
      sym_text,
      anon_sym_LBRACE,
      anon_sym_RBRACE,
  [10764] = 3,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(712), 1,
      anon_sym_LT,
    ACTIONS(710), 9,
      sym__interpolation_start,
      sym__control_flow_start,
      ts_builtin_sym_end,
      anon_sym_LT_BANG,
      anon_sym_LT_SLASH,
      sym_entity,
      sym_text,
      anon_sym_LBRACE,
      anon_sym_RBRACE,
  [10782] = 3,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(716), 1,
      anon_sym_LT,
    ACTIONS(714), 9,
      sym__interpolation_start,
      sym__control_flow_start,
      ts_builtin_sym_end,
      anon_sym_LT_BANG,
      anon_sym_LT_SLASH,
      sym_entity,
      sym_text,
      anon_sym_LBRACE,
      anon_sym_RBRACE,
  [10800] = 3,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(720), 1,
      anon_sym_LT,
    ACTIONS(718), 9,
      sym__interpolation_start,
      sym__control_flow_start,
      ts_builtin_sym_end,
      anon_sym_LT_BANG,
      anon_sym_LT_SLASH,
      sym_entity,
      sym_text,
      anon_sym_LBRACE,
      anon_sym_RBRACE,
  [10818] = 3,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(724), 1,
      anon_sym_LT,
    ACTIONS(722), 9,
      sym__interpolation_start,
      sym__control_flow_start,
      ts_builtin_sym_end,
      anon_sym_LT_BANG,
      anon_sym_LT_SLASH,
      sym_entity,
      sym_text,
      anon_sym_LBRACE,
      anon_sym_RBRACE,
  [10836] = 3,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(728), 1,
      anon_sym_LT,
    ACTIONS(726), 9,
      sym__interpolation_start,
      sym__control_flow_start,
      ts_builtin_sym_end,
      anon_sym_LT_BANG,
      anon_sym_LT_SLASH,
      sym_entity,
      sym_text,
      anon_sym_LBRACE,
      anon_sym_RBRACE,
  [10854] = 3,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(732), 1,
      anon_sym_LT,
    ACTIONS(730), 9,
      sym__interpolation_start,
      sym__control_flow_start,
      ts_builtin_sym_end,
      anon_sym_LT_BANG,
      anon_sym_LT_SLASH,
      sym_entity,
      sym_text,
      anon_sym_LBRACE,
      anon_sym_RBRACE,
  [10872] = 3,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(736), 1,
      anon_sym_LT,
    ACTIONS(734), 9,
      sym__interpolation_start,
      sym__control_flow_start,
      ts_builtin_sym_end,
      anon_sym_LT_BANG,
      anon_sym_LT_SLASH,
      sym_entity,
      sym_text,
      anon_sym_LBRACE,
      anon_sym_RBRACE,
  [10890] = 3,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(740), 1,
      anon_sym_LT,
    ACTIONS(738), 9,
      sym__interpolation_start,
      sym__control_flow_start,
      ts_builtin_sym_end,
      anon_sym_LT_BANG,
      anon_sym_LT_SLASH,
      sym_entity,
      sym_text,
      anon_sym_LBRACE,
      anon_sym_RBRACE,
  [10908] = 3,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(744), 1,
      anon_sym_LT,
    ACTIONS(742), 9,
      sym__interpolation_start,
      sym__control_flow_start,
      ts_builtin_sym_end,
      anon_sym_LT_BANG,
      anon_sym_LT_SLASH,
      sym_entity,
      sym_text,
      anon_sym_LBRACE,
      anon_sym_RBRACE,
  [10926] = 3,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(311), 2,
      anon_sym_QMARK,
      anon_sym_PIPE,
    ACTIONS(313), 8,
      anon_sym_SQUOTE,
      anon_sym_DQUOTE,
      anon_sym_RBRACE,
      anon_sym_COMMA,
      anon_sym_QMARK_QMARK,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      sym_identifier,
  [10944] = 3,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(748), 1,
      anon_sym_LT,
    ACTIONS(746), 9,
      sym__interpolation_start,
      sym__control_flow_start,
      ts_builtin_sym_end,
      anon_sym_LT_BANG,
      anon_sym_LT_SLASH,
      sym_entity,
      sym_text,
      anon_sym_LBRACE,
      anon_sym_RBRACE,
  [10962] = 3,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(752), 1,
      anon_sym_LT,
    ACTIONS(750), 9,
      sym__interpolation_start,
      sym__control_flow_start,
      ts_builtin_sym_end,
      anon_sym_LT_BANG,
      anon_sym_LT_SLASH,
      sym_entity,
      sym_text,
      anon_sym_LBRACE,
      anon_sym_RBRACE,
  [10980] = 3,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(756), 1,
      anon_sym_LT,
    ACTIONS(754), 9,
      sym__interpolation_start,
      sym__control_flow_start,
      ts_builtin_sym_end,
      anon_sym_LT_BANG,
      anon_sym_LT_SLASH,
      sym_entity,
      sym_text,
      anon_sym_LBRACE,
      anon_sym_RBRACE,
  [10998] = 3,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(760), 1,
      anon_sym_LT,
    ACTIONS(758), 9,
      sym__interpolation_start,
      sym__control_flow_start,
      ts_builtin_sym_end,
      anon_sym_LT_BANG,
      anon_sym_LT_SLASH,
      sym_entity,
      sym_text,
      anon_sym_LBRACE,
      anon_sym_RBRACE,
  [11016] = 3,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(764), 1,
      anon_sym_LT,
    ACTIONS(762), 9,
      sym__interpolation_start,
      sym__control_flow_start,
      ts_builtin_sym_end,
      anon_sym_LT_BANG,
      anon_sym_LT_SLASH,
      sym_entity,
      sym_text,
      anon_sym_LBRACE,
      anon_sym_RBRACE,
  [11034] = 3,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(768), 1,
      anon_sym_LT,
    ACTIONS(766), 9,
      sym__interpolation_start,
      sym__control_flow_start,
      ts_builtin_sym_end,
      anon_sym_LT_BANG,
      anon_sym_LT_SLASH,
      sym_entity,
      sym_text,
      anon_sym_LBRACE,
      anon_sym_RBRACE,
  [11052] = 3,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(772), 1,
      anon_sym_LT,
    ACTIONS(770), 9,
      sym__interpolation_start,
      sym__control_flow_start,
      ts_builtin_sym_end,
      anon_sym_LT_BANG,
      anon_sym_LT_SLASH,
      sym_entity,
      sym_text,
      anon_sym_LBRACE,
      anon_sym_RBRACE,
  [11070] = 3,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(776), 1,
      anon_sym_LT,
    ACTIONS(774), 9,
      sym__interpolation_start,
      sym__control_flow_start,
      ts_builtin_sym_end,
      anon_sym_LT_BANG,
      anon_sym_LT_SLASH,
      sym_entity,
      sym_text,
      anon_sym_LBRACE,
      anon_sym_RBRACE,
  [11088] = 3,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(780), 1,
      anon_sym_LT,
    ACTIONS(778), 9,
      sym__interpolation_start,
      sym__control_flow_start,
      ts_builtin_sym_end,
      anon_sym_LT_BANG,
      anon_sym_LT_SLASH,
      sym_entity,
      sym_text,
      anon_sym_LBRACE,
      anon_sym_RBRACE,
  [11106] = 3,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(296), 2,
      anon_sym_QMARK,
      anon_sym_PIPE,
    ACTIONS(298), 8,
      anon_sym_SQUOTE,
      anon_sym_DQUOTE,
      anon_sym_RBRACE,
      anon_sym_COMMA,
      anon_sym_QMARK_QMARK,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      sym_identifier,
  [11124] = 3,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(572), 1,
      anon_sym_LT,
    ACTIONS(570), 8,
      sym__implicit_end_tag,
      sym__interpolation_start,
      sym__control_flow_start,
      anon_sym_LT_BANG,
      anon_sym_LT_SLASH,
      sym_entity,
      sym_text,
      anon_sym_LBRACE,
  [11141] = 9,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(135), 1,
      anon_sym_SQUOTE,
    ACTIONS(155), 1,
      anon_sym_DQUOTE,
    ACTIONS(782), 1,
      anon_sym_RBRACE,
    ACTIONS(784), 1,
      sym_identifier,
    STATE(396), 1,
      sym__single_quote,
    STATE(436), 1,
      sym__double_quote,
    STATE(699), 1,
      sym_string,
    STATE(333), 2,
      sym_pair,
      aux_sym_object_repeat1,
  [11170] = 3,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(672), 1,
      anon_sym_LT,
    ACTIONS(670), 8,
      sym__implicit_end_tag,
      sym__interpolation_start,
      sym__control_flow_start,
      anon_sym_LT_BANG,
      anon_sym_LT_SLASH,
      sym_entity,
      sym_text,
      anon_sym_LBRACE,
  [11187] = 3,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(788), 1,
      anon_sym_QMARK,
    ACTIONS(786), 8,
      anon_sym_SQUOTE,
      anon_sym_DQUOTE,
      anon_sym_RBRACE,
      anon_sym_SEMI,
      anon_sym_RPAREN,
      anon_sym_COMMA,
      anon_sym_QMARK_QMARK,
      sym_identifier,
  [11204] = 3,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(740), 1,
      anon_sym_LT,
    ACTIONS(738), 8,
      sym__implicit_end_tag,
      sym__interpolation_start,
      sym__control_flow_start,
      anon_sym_LT_BANG,
      anon_sym_LT_SLASH,
      sym_entity,
      sym_text,
      anon_sym_LBRACE,
  [11221] = 3,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(748), 1,
      anon_sym_LT,
    ACTIONS(746), 8,
      sym__implicit_end_tag,
      sym__interpolation_start,
      sym__control_flow_start,
      anon_sym_LT_BANG,
      anon_sym_LT_SLASH,
      sym_entity,
      sym_text,
      anon_sym_LBRACE,
  [11238] = 3,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(780), 1,
      anon_sym_LT,
    ACTIONS(778), 8,
      sym__implicit_end_tag,
      sym__interpolation_start,
      sym__control_flow_start,
      anon_sym_LT_BANG,
      anon_sym_LT_SLASH,
      sym_entity,
      sym_text,
      anon_sym_LBRACE,
  [11255] = 9,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(135), 1,
      anon_sym_SQUOTE,
    ACTIONS(155), 1,
      anon_sym_DQUOTE,
    ACTIONS(784), 1,
      sym_identifier,
    ACTIONS(790), 1,
      anon_sym_RBRACE,
    STATE(396), 1,
      sym__single_quote,
    STATE(436), 1,
      sym__double_quote,
    STATE(699), 1,
      sym_string,
    STATE(290), 2,
      sym_pair,
      aux_sym_object_repeat1,
  [11284] = 9,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(135), 1,
      anon_sym_SQUOTE,
    ACTIONS(155), 1,
      anon_sym_DQUOTE,
    ACTIONS(784), 1,
      sym_identifier,
    ACTIONS(792), 1,
      anon_sym_RBRACE,
    STATE(396), 1,
      sym__single_quote,
    STATE(436), 1,
      sym__double_quote,
    STATE(699), 1,
      sym_string,
    STATE(303), 2,
      sym_pair,
      aux_sym_object_repeat1,
  [11313] = 3,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(332), 1,
      anon_sym_QMARK,
    ACTIONS(334), 8,
      anon_sym_SQUOTE,
      anon_sym_DQUOTE,
      anon_sym_RBRACE,
      anon_sym_COMMA,
      anon_sym_QMARK_QMARK,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
      sym_identifier,
  [11330] = 3,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(796), 1,
      anon_sym_LT,
    ACTIONS(794), 8,
      sym__implicit_end_tag,
      sym__interpolation_start,
      sym__control_flow_start,
      anon_sym_LT_BANG,
      anon_sym_LT_SLASH,
      sym_entity,
      sym_text,
      anon_sym_LBRACE,
  [11347] = 4,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(802), 1,
      anon_sym_EQ,
    ACTIONS(800), 2,
      sym_attribute_name,
      anon_sym_LBRACK,
    ACTIONS(798), 6,
      anon_sym_GT,
      anon_sym_SLASH_GT,
      anon_sym_LPAREN,
      anon_sym_STAR,
      anon_sym_LBRACK_LPAREN,
      anon_sym_LBRACK_AT,
  [11366] = 3,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(756), 1,
      anon_sym_LT,
    ACTIONS(754), 8,
      sym__implicit_end_tag,
      sym__interpolation_start,
      sym__control_flow_start,
      anon_sym_LT_BANG,
      anon_sym_LT_SLASH,
      sym_entity,
      sym_text,
      anon_sym_LBRACE,
  [11383] = 3,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(608), 1,
      anon_sym_LT,
    ACTIONS(606), 8,
      sym__implicit_end_tag,
      sym__interpolation_start,
      sym__control_flow_start,
      anon_sym_LT_BANG,
      anon_sym_LT_SLASH,
      sym_entity,
      sym_text,
      anon_sym_LBRACE,
  [11400] = 3,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(604), 1,
      anon_sym_LT,
    ACTIONS(602), 8,
      sym__implicit_end_tag,
      sym__interpolation_start,
      sym__control_flow_start,
      anon_sym_LT_BANG,
      anon_sym_LT_SLASH,
      sym_entity,
      sym_text,
      anon_sym_LBRACE,
  [11417] = 3,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(600), 1,
      anon_sym_LT,
    ACTIONS(598), 8,
      sym__implicit_end_tag,
      sym__interpolation_start,
      sym__control_flow_start,
      anon_sym_LT_BANG,
      anon_sym_LT_SLASH,
      sym_entity,
      sym_text,
      anon_sym_LBRACE,
  [11434] = 4,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(226), 1,
      anon_sym_QMARK,
    ACTIONS(218), 2,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
    ACTIONS(224), 6,
      anon_sym_SQUOTE,
      anon_sym_DQUOTE,
      anon_sym_RBRACE,
      anon_sym_COMMA,
      anon_sym_QMARK_QMARK,
      sym_identifier,
  [11453] = 3,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(588), 1,
      anon_sym_LT,
    ACTIONS(586), 8,
      sym__implicit_end_tag,
      sym__interpolation_start,
      sym__control_flow_start,
      anon_sym_LT_BANG,
      anon_sym_LT_SLASH,
      sym_entity,
      sym_text,
      anon_sym_LBRACE,
  [11470] = 3,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(584), 1,
      anon_sym_LT,
    ACTIONS(582), 8,
      sym__implicit_end_tag,
      sym__interpolation_start,
      sym__control_flow_start,
      anon_sym_LT_BANG,
      anon_sym_LT_SLASH,
      sym_entity,
      sym_text,
      anon_sym_LBRACE,
  [11487] = 9,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(135), 1,
      anon_sym_SQUOTE,
    ACTIONS(155), 1,
      anon_sym_DQUOTE,
    ACTIONS(784), 1,
      sym_identifier,
    ACTIONS(804), 1,
      anon_sym_RBRACE,
    STATE(396), 1,
      sym__single_quote,
    STATE(436), 1,
      sym__double_quote,
    STATE(699), 1,
      sym_string,
    STATE(303), 2,
      sym_pair,
      aux_sym_object_repeat1,
  [11516] = 5,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(109), 1,
      anon_sym_LBRACK,
    ACTIONS(564), 1,
      anon_sym_QMARK,
    ACTIONS(113), 3,
      anon_sym_DOT,
      anon_sym_QMARK_DOT,
      anon_sym_BANG_DOT,
    ACTIONS(562), 4,
      anon_sym_DQUOTE,
      anon_sym_SEMI,
      anon_sym_as,
      anon_sym_QMARK_QMARK,
  [11537] = 9,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(806), 1,
      anon_sym_SQUOTE,
    ACTIONS(809), 1,
      anon_sym_DQUOTE,
    ACTIONS(812), 1,
      anon_sym_RBRACE,
    ACTIONS(814), 1,
      sym_identifier,
    STATE(396), 1,
      sym__single_quote,
    STATE(436), 1,
      sym__double_quote,
    STATE(699), 1,
      sym_string,
    STATE(303), 2,
      sym_pair,
      aux_sym_object_repeat1,
  [11566] = 4,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(354), 1,
      anon_sym_QMARK,
    ACTIONS(214), 2,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
    ACTIONS(350), 6,
      anon_sym_DQUOTE,
      anon_sym_RBRACE,
      anon_sym_SEMI,
      anon_sym_RPAREN,
      anon_sym_COMMA,
      anon_sym_QMARK_QMARK,
  [11585] = 3,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(612), 1,
      anon_sym_LT,
    ACTIONS(610), 8,
      sym__implicit_end_tag,
      sym__interpolation_start,
      sym__control_flow_start,
      anon_sym_LT_BANG,
      anon_sym_LT_SLASH,
      sym_entity,
      sym_text,
      anon_sym_LBRACE,
  [11602] = 4,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(354), 1,
      anon_sym_QMARK,
    ACTIONS(218), 2,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
    ACTIONS(350), 6,
      anon_sym_SQUOTE,
      anon_sym_DQUOTE,
      anon_sym_RBRACE,
      anon_sym_COMMA,
      anon_sym_QMARK_QMARK,
      sym_identifier,
  [11621] = 3,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(568), 1,
      anon_sym_LT,
    ACTIONS(566), 8,
      sym__implicit_end_tag,
      sym__interpolation_start,
      sym__control_flow_start,
      anon_sym_LT_BANG,
      anon_sym_LT_SLASH,
      sym_entity,
      sym_text,
      anon_sym_LBRACE,
  [11638] = 3,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(636), 1,
      anon_sym_LT,
    ACTIONS(634), 8,
      sym__implicit_end_tag,
      sym__interpolation_start,
      sym__control_flow_start,
      anon_sym_LT_BANG,
      anon_sym_LT_SLASH,
      sym_entity,
      sym_text,
      anon_sym_LBRACE,
  [11655] = 3,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(640), 1,
      anon_sym_LT,
    ACTIONS(638), 8,
      sym__implicit_end_tag,
      sym__interpolation_start,
      sym__control_flow_start,
      anon_sym_LT_BANG,
      anon_sym_LT_SLASH,
      sym_entity,
      sym_text,
      anon_sym_LBRACE,
  [11672] = 3,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(644), 1,
      anon_sym_LT,
    ACTIONS(642), 8,
      sym__implicit_end_tag,
      sym__interpolation_start,
      sym__control_flow_start,
      anon_sym_LT_BANG,
      anon_sym_LT_SLASH,
      sym_entity,
      sym_text,
      anon_sym_LBRACE,
  [11689] = 3,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(688), 1,
      anon_sym_LT,
    ACTIONS(686), 8,
      sym__implicit_end_tag,
      sym__interpolation_start,
      sym__control_flow_start,
      anon_sym_LT_BANG,
      anon_sym_LT_SLASH,
      sym_entity,
      sym_text,
      anon_sym_LBRACE,
  [11706] = 3,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(744), 1,
      anon_sym_LT,
    ACTIONS(742), 8,
      sym__implicit_end_tag,
      sym__interpolation_start,
      sym__control_flow_start,
      anon_sym_LT_BANG,
      anon_sym_LT_SLASH,
      sym_entity,
      sym_text,
      anon_sym_LBRACE,
  [11723] = 3,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(692), 1,
      anon_sym_LT,
    ACTIONS(690), 8,
      sym__implicit_end_tag,
      sym__interpolation_start,
      sym__control_flow_start,
      anon_sym_LT_BANG,
      anon_sym_LT_SLASH,
      sym_entity,
      sym_text,
      anon_sym_LBRACE,
  [11740] = 3,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(752), 1,
      anon_sym_LT,
    ACTIONS(750), 8,
      sym__implicit_end_tag,
      sym__interpolation_start,
      sym__control_flow_start,
      anon_sym_LT_BANG,
      anon_sym_LT_SLASH,
      sym_entity,
      sym_text,
      anon_sym_LBRACE,
  [11757] = 3,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(720), 1,
      anon_sym_LT,
    ACTIONS(718), 8,
      sym__implicit_end_tag,
      sym__interpolation_start,
      sym__control_flow_start,
      anon_sym_LT_BANG,
      anon_sym_LT_SLASH,
      sym_entity,
      sym_text,
      anon_sym_LBRACE,
  [11774] = 3,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(728), 1,
      anon_sym_LT,
    ACTIONS(726), 8,
      sym__implicit_end_tag,
      sym__interpolation_start,
      sym__control_flow_start,
      anon_sym_LT_BANG,
      anon_sym_LT_SLASH,
      sym_entity,
      sym_text,
      anon_sym_LBRACE,
  [11791] = 3,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(768), 1,
      anon_sym_LT,
    ACTIONS(766), 8,
      sym__implicit_end_tag,
      sym__interpolation_start,
      sym__control_flow_start,
      anon_sym_LT_BANG,
      anon_sym_LT_SLASH,
      sym_entity,
      sym_text,
      anon_sym_LBRACE,
  [11808] = 3,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(764), 1,
      anon_sym_LT,
    ACTIONS(762), 8,
      sym__implicit_end_tag,
      sym__interpolation_start,
      sym__control_flow_start,
      anon_sym_LT_BANG,
      anon_sym_LT_SLASH,
      sym_entity,
      sym_text,
      anon_sym_LBRACE,
  [11825] = 3,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(776), 1,
      anon_sym_LT,
    ACTIONS(774), 8,
      sym__implicit_end_tag,
      sym__interpolation_start,
      sym__control_flow_start,
      anon_sym_LT_BANG,
      anon_sym_LT_SLASH,
      sym_entity,
      sym_text,
      anon_sym_LBRACE,
  [11842] = 3,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(736), 1,
      anon_sym_LT,
    ACTIONS(734), 8,
      sym__implicit_end_tag,
      sym__interpolation_start,
      sym__control_flow_start,
      anon_sym_LT_BANG,
      anon_sym_LT_SLASH,
      sym_entity,
      sym_text,
      anon_sym_LBRACE,
  [11859] = 3,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(716), 1,
      anon_sym_LT,
    ACTIONS(714), 8,
      sym__implicit_end_tag,
      sym__interpolation_start,
      sym__control_flow_start,
      anon_sym_LT_BANG,
      anon_sym_LT_SLASH,
      sym_entity,
      sym_text,
      anon_sym_LBRACE,
  [11876] = 3,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(732), 1,
      anon_sym_LT,
    ACTIONS(730), 8,
      sym__implicit_end_tag,
      sym__interpolation_start,
      sym__control_flow_start,
      anon_sym_LT_BANG,
      anon_sym_LT_SLASH,
      sym_entity,
      sym_text,
      anon_sym_LBRACE,
  [11893] = 3,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(700), 1,
      anon_sym_LT,
    ACTIONS(698), 8,
      sym__implicit_end_tag,
      sym__interpolation_start,
      sym__control_flow_start,
      anon_sym_LT_BANG,
      anon_sym_LT_SLASH,
      sym_entity,
      sym_text,
      anon_sym_LBRACE,
  [11910] = 3,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(572), 1,
      anon_sym_LT,
    ACTIONS(570), 8,
      sym__implicit_end_tag,
      sym__interpolation_start,
      sym__control_flow_start,
      anon_sym_LT_BANG,
      anon_sym_LT_SLASH,
      sym_entity,
      sym_text,
      anon_sym_LBRACE,
  [11927] = 9,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(135), 1,
      anon_sym_SQUOTE,
    ACTIONS(155), 1,
      anon_sym_DQUOTE,
    ACTIONS(784), 1,
      sym_identifier,
    ACTIONS(817), 1,
      anon_sym_RBRACE,
    STATE(396), 1,
      sym__single_quote,
    STATE(436), 1,
      sym__double_quote,
    STATE(699), 1,
      sym_string,
    STATE(301), 2,
      sym_pair,
      aux_sym_object_repeat1,
  [11956] = 3,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(684), 1,
      anon_sym_LT,
    ACTIONS(682), 8,
      sym__implicit_end_tag,
      sym__interpolation_start,
      sym__control_flow_start,
      anon_sym_LT_BANG,
      anon_sym_LT_SLASH,
      sym_entity,
      sym_text,
      anon_sym_LBRACE,
  [11973] = 3,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(760), 1,
      anon_sym_LT,
    ACTIONS(758), 8,
      sym__implicit_end_tag,
      sym__interpolation_start,
      sym__control_flow_start,
      anon_sym_LT_BANG,
      anon_sym_LT_SLASH,
      sym_entity,
      sym_text,
      anon_sym_LBRACE,
  [11990] = 3,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(724), 1,
      anon_sym_LT,
    ACTIONS(722), 8,
      sym__implicit_end_tag,
      sym__interpolation_start,
      sym__control_flow_start,
      anon_sym_LT_BANG,
      anon_sym_LT_SLASH,
      sym_entity,
      sym_text,
      anon_sym_LBRACE,
  [12007] = 3,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(680), 1,
      anon_sym_LT,
    ACTIONS(678), 8,
      sym__implicit_end_tag,
      sym__interpolation_start,
      sym__control_flow_start,
      anon_sym_LT_BANG,
      anon_sym_LT_SLASH,
      sym_entity,
      sym_text,
      anon_sym_LBRACE,
  [12024] = 3,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(821), 1,
      anon_sym_QMARK,
    ACTIONS(819), 8,
      anon_sym_SQUOTE,
      anon_sym_DQUOTE,
      anon_sym_RBRACE,
      anon_sym_SEMI,
      anon_sym_RPAREN,
      anon_sym_COMMA,
      anon_sym_QMARK_QMARK,
      sym_identifier,
  [12041] = 3,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(676), 1,
      anon_sym_LT,
    ACTIONS(674), 8,
      sym__implicit_end_tag,
      sym__interpolation_start,
      sym__control_flow_start,
      anon_sym_LT_BANG,
      anon_sym_LT_SLASH,
      sym_entity,
      sym_text,
      anon_sym_LBRACE,
  [12058] = 5,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(648), 1,
      anon_sym_LBRACK,
    ACTIONS(823), 1,
      anon_sym_EQ,
    STATE(370), 1,
      sym__binding_assignment,
    ACTIONS(646), 6,
      anon_sym_GT,
      sym_attribute_name,
      anon_sym_LPAREN,
      anon_sym_STAR,
      anon_sym_LBRACK_LPAREN,
      anon_sym_LBRACK_AT,
  [12079] = 9,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(135), 1,
      anon_sym_SQUOTE,
    ACTIONS(155), 1,
      anon_sym_DQUOTE,
    ACTIONS(784), 1,
      sym_identifier,
    ACTIONS(825), 1,
      anon_sym_RBRACE,
    STATE(396), 1,
      sym__single_quote,
    STATE(436), 1,
      sym__double_quote,
    STATE(699), 1,
      sym_string,
    STATE(303), 2,
      sym_pair,
      aux_sym_object_repeat1,
  [12108] = 4,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(226), 1,
      anon_sym_QMARK,
    ACTIONS(214), 2,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
    ACTIONS(224), 6,
      anon_sym_DQUOTE,
      anon_sym_RBRACE,
      anon_sym_SEMI,
      anon_sym_RPAREN,
      anon_sym_COMMA,
      anon_sym_QMARK_QMARK,
  [12127] = 3,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(226), 1,
      anon_sym_QMARK,
    ACTIONS(224), 8,
      anon_sym_SQUOTE,
      anon_sym_DQUOTE,
      anon_sym_RBRACE,
      anon_sym_SEMI,
      anon_sym_RPAREN,
      anon_sym_COMMA,
      anon_sym_QMARK_QMARK,
      sym_identifier,
  [12144] = 3,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(580), 1,
      anon_sym_LT,
    ACTIONS(578), 8,
      sym__implicit_end_tag,
      sym__interpolation_start,
      sym__control_flow_start,
      anon_sym_LT_BANG,
      anon_sym_LT_SLASH,
      sym_entity,
      sym_text,
      anon_sym_LBRACE,
  [12161] = 9,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(135), 1,
      anon_sym_SQUOTE,
    ACTIONS(155), 1,
      anon_sym_DQUOTE,
    ACTIONS(784), 1,
      sym_identifier,
    ACTIONS(827), 1,
      anon_sym_RBRACE,
    STATE(396), 1,
      sym__single_quote,
    STATE(436), 1,
      sym__double_quote,
    STATE(699), 1,
      sym_string,
    STATE(341), 2,
      sym_pair,
      aux_sym_object_repeat1,
  [12190] = 3,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(831), 1,
      anon_sym_LT,
    ACTIONS(829), 8,
      sym__implicit_end_tag,
      sym__interpolation_start,
      sym__control_flow_start,
      anon_sym_LT_BANG,
      anon_sym_LT_SLASH,
      sym_entity,
      sym_text,
      anon_sym_LBRACE,
  [12207] = 3,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(772), 1,
      anon_sym_LT,
    ACTIONS(770), 8,
      sym__implicit_end_tag,
      sym__interpolation_start,
      sym__control_flow_start,
      anon_sym_LT_BANG,
      anon_sym_LT_SLASH,
      sym_entity,
      sym_text,
      anon_sym_LBRACE,
  [12224] = 3,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(704), 1,
      anon_sym_LT,
    ACTIONS(702), 8,
      sym__implicit_end_tag,
      sym__interpolation_start,
      sym__control_flow_start,
      anon_sym_LT_BANG,
      anon_sym_LT_SLASH,
      sym_entity,
      sym_text,
      anon_sym_LBRACE,
  [12241] = 9,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(135), 1,
      anon_sym_SQUOTE,
    ACTIONS(155), 1,
      anon_sym_DQUOTE,
    ACTIONS(784), 1,
      sym_identifier,
    ACTIONS(833), 1,
      anon_sym_RBRACE,
    STATE(396), 1,
      sym__single_quote,
    STATE(436), 1,
      sym__double_quote,
    STATE(699), 1,
      sym_string,
    STATE(303), 2,
      sym_pair,
      aux_sym_object_repeat1,
  [12270] = 4,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(839), 1,
      anon_sym_EQ,
    ACTIONS(837), 2,
      sym_attribute_name,
      anon_sym_LBRACK,
    ACTIONS(835), 6,
      anon_sym_GT,
      anon_sym_SLASH_GT,
      anon_sym_LPAREN,
      anon_sym_STAR,
      anon_sym_LBRACK_LPAREN,
      anon_sym_LBRACK_AT,
  [12289] = 3,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(712), 1,
      anon_sym_LT,
    ACTIONS(710), 8,
      sym__implicit_end_tag,
      sym__interpolation_start,
      sym__control_flow_start,
      anon_sym_LT_BANG,
      anon_sym_LT_SLASH,
      sym_entity,
      sym_text,
      anon_sym_LBRACE,
  [12306] = 3,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(708), 1,
      anon_sym_LT,
    ACTIONS(706), 8,
      sym__implicit_end_tag,
      sym__interpolation_start,
      sym__control_flow_start,
      anon_sym_LT_BANG,
      anon_sym_LT_SLASH,
      sym_entity,
      sym_text,
      anon_sym_LBRACE,
  [12323] = 3,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(696), 1,
      anon_sym_LT,
    ACTIONS(694), 8,
      sym__implicit_end_tag,
      sym__interpolation_start,
      sym__control_flow_start,
      anon_sym_LT_BANG,
      anon_sym_LT_SLASH,
      sym_entity,
      sym_text,
      anon_sym_LBRACE,
  [12340] = 3,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(576), 1,
      anon_sym_LT,
    ACTIONS(574), 8,
      sym__implicit_end_tag,
      sym__interpolation_start,
      sym__control_flow_start,
      anon_sym_LT_BANG,
      anon_sym_LT_SLASH,
      sym_entity,
      sym_text,
      anon_sym_LBRACE,
  [12357] = 3,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(592), 1,
      anon_sym_LT,
    ACTIONS(590), 8,
      sym__implicit_end_tag,
      sym__interpolation_start,
      sym__control_flow_start,
      anon_sym_LT_BANG,
      anon_sym_LT_SLASH,
      sym_entity,
      sym_text,
      anon_sym_LBRACE,
  [12374] = 3,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(596), 1,
      anon_sym_LT,
    ACTIONS(594), 8,
      sym__implicit_end_tag,
      sym__interpolation_start,
      sym__control_flow_start,
      anon_sym_LT_BANG,
      anon_sym_LT_SLASH,
      sym_entity,
      sym_text,
      anon_sym_LBRACE,
  [12391] = 4,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(800), 1,
      anon_sym_LBRACK,
    ACTIONS(841), 1,
      anon_sym_EQ,
    ACTIONS(798), 6,
      anon_sym_GT,
      sym_attribute_name,
      anon_sym_LPAREN,
      anon_sym_STAR,
      anon_sym_LBRACK_LPAREN,
      anon_sym_LBRACK_AT,
  [12409] = 3,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(845), 2,
      sym_attribute_name,
      anon_sym_LBRACK,
    ACTIONS(843), 6,
      anon_sym_GT,
      anon_sym_SLASH_GT,
      anon_sym_LPAREN,
      anon_sym_STAR,
      anon_sym_LBRACK_LPAREN,
      anon_sym_LBRACK_AT,
  [12425] = 4,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(837), 1,
      anon_sym_LBRACK,
    ACTIONS(847), 1,
      anon_sym_EQ,
    ACTIONS(835), 6,
      anon_sym_GT,
      sym_attribute_name,
      anon_sym_LPAREN,
      anon_sym_STAR,
      anon_sym_LBRACK_LPAREN,
      anon_sym_LBRACK_AT,
  [12443] = 3,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(851), 2,
      sym_attribute_name,
      anon_sym_LBRACK,
    ACTIONS(849), 6,
      anon_sym_GT,
      anon_sym_SLASH_GT,
      anon_sym_LPAREN,
      anon_sym_STAR,
      anon_sym_LBRACK_LPAREN,
      anon_sym_LBRACK_AT,
  [12459] = 3,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(855), 2,
      sym_attribute_name,
      anon_sym_LBRACK,
    ACTIONS(853), 6,
      anon_sym_GT,
      anon_sym_SLASH_GT,
      anon_sym_LPAREN,
      anon_sym_STAR,
      anon_sym_LBRACK_LPAREN,
      anon_sym_LBRACK_AT,
  [12475] = 3,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(859), 2,
      sym_attribute_name,
      anon_sym_LBRACK,
    ACTIONS(857), 6,
      anon_sym_GT,
      anon_sym_SLASH_GT,
      anon_sym_LPAREN,
      anon_sym_STAR,
      anon_sym_LBRACK_LPAREN,
      anon_sym_LBRACK_AT,
  [12491] = 3,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(863), 2,
      sym_attribute_name,
      anon_sym_LBRACK,
    ACTIONS(861), 6,
      anon_sym_GT,
      anon_sym_SLASH_GT,
      anon_sym_LPAREN,
      anon_sym_STAR,
      anon_sym_LBRACK_LPAREN,
      anon_sym_LBRACK_AT,
  [12507] = 3,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(867), 2,
      sym_attribute_name,
      anon_sym_LBRACK,
    ACTIONS(865), 6,
      anon_sym_GT,
      anon_sym_SLASH_GT,
      anon_sym_LPAREN,
      anon_sym_STAR,
      anon_sym_LBRACK_LPAREN,
      anon_sym_LBRACK_AT,
  [12523] = 3,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(871), 2,
      sym_attribute_name,
      anon_sym_LBRACK,
    ACTIONS(869), 6,
      anon_sym_GT,
      anon_sym_SLASH_GT,
      anon_sym_LPAREN,
      anon_sym_STAR,
      anon_sym_LBRACK_LPAREN,
      anon_sym_LBRACK_AT,
  [12539] = 3,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(867), 2,
      sym_attribute_name,
      anon_sym_LBRACK,
    ACTIONS(865), 6,
      anon_sym_GT,
      anon_sym_SLASH_GT,
      anon_sym_LPAREN,
      anon_sym_STAR,
      anon_sym_LBRACK_LPAREN,
      anon_sym_LBRACK_AT,
  [12555] = 3,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(875), 2,
      sym_attribute_name,
      anon_sym_LBRACK,
    ACTIONS(873), 6,
      anon_sym_GT,
      anon_sym_SLASH_GT,
      anon_sym_LPAREN,
      anon_sym_STAR,
      anon_sym_LBRACK_LPAREN,
      anon_sym_LBRACK_AT,
  [12571] = 3,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(879), 2,
      sym_attribute_name,
      anon_sym_LBRACK,
    ACTIONS(877), 6,
      anon_sym_GT,
      anon_sym_SLASH_GT,
      anon_sym_LPAREN,
      anon_sym_STAR,
      anon_sym_LBRACK_LPAREN,
      anon_sym_LBRACK_AT,
  [12587] = 3,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(883), 2,
      sym_attribute_name,
      anon_sym_LBRACK,
    ACTIONS(881), 6,
      anon_sym_GT,
      anon_sym_SLASH_GT,
      anon_sym_LPAREN,
      anon_sym_STAR,
      anon_sym_LBRACK_LPAREN,
      anon_sym_LBRACK_AT,
  [12603] = 9,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(885), 1,
      anon_sym_DQUOTE,
    ACTIONS(887), 1,
      anon_sym_SEMI,
    ACTIONS(889), 1,
      anon_sym_as,
    ACTIONS(891), 1,
      anon_sym_QMARK,
    ACTIONS(893), 1,
      anon_sym_QMARK_QMARK,
    STATE(442), 1,
      sym__alias,
    STATE(504), 1,
      sym__else_template_expression,
    STATE(700), 1,
      sym__context_expression,
  [12631] = 3,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(897), 2,
      sym_attribute_name,
      anon_sym_LBRACK,
    ACTIONS(895), 6,
      anon_sym_GT,
      anon_sym_SLASH_GT,
      anon_sym_LPAREN,
      anon_sym_STAR,
      anon_sym_LBRACK_LPAREN,
      anon_sym_LBRACK_AT,
  [12647] = 7,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(901), 1,
      anon_sym_as,
    ACTIONS(903), 1,
      anon_sym_EQ,
    ACTIONS(905), 1,
      anon_sym_COLON,
    ACTIONS(907), 1,
      sym_identifier,
    STATE(545), 1,
      sym__alias,
    ACTIONS(899), 3,
      anon_sym_DQUOTE,
      anon_sym_SEMI,
      anon_sym_COMMA,
  [12671] = 5,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(317), 1,
      anon_sym_LBRACK,
    ACTIONS(564), 1,
      anon_sym_QMARK,
    ACTIONS(562), 2,
      sym__interpolation_end,
      anon_sym_QMARK_QMARK,
    ACTIONS(323), 3,
      anon_sym_DOT,
      anon_sym_QMARK_DOT,
      anon_sym_BANG_DOT,
  [12690] = 3,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(909), 1,
      anon_sym_QMARK,
    ACTIONS(234), 6,
      anon_sym_DQUOTE,
      anon_sym_RBRACE,
      anon_sym_SEMI,
      anon_sym_RPAREN,
      anon_sym_COMMA,
      anon_sym_QMARK_QMARK,
  [12705] = 3,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(851), 1,
      anon_sym_LBRACK,
    ACTIONS(849), 6,
      anon_sym_GT,
      sym_attribute_name,
      anon_sym_LPAREN,
      anon_sym_STAR,
      anon_sym_LBRACK_LPAREN,
      anon_sym_LBRACK_AT,
  [12720] = 3,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(911), 1,
      anon_sym_QMARK,
    ACTIONS(234), 6,
      anon_sym_SQUOTE,
      anon_sym_DQUOTE,
      anon_sym_RBRACE,
      anon_sym_COMMA,
      anon_sym_QMARK_QMARK,
      sym_identifier,
  [12735] = 3,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(859), 1,
      anon_sym_LBRACK,
    ACTIONS(857), 6,
      anon_sym_GT,
      sym_attribute_name,
      anon_sym_LPAREN,
      anon_sym_STAR,
      anon_sym_LBRACK_LPAREN,
      anon_sym_LBRACK_AT,
  [12750] = 3,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(863), 1,
      anon_sym_LBRACK,
    ACTIONS(861), 6,
      anon_sym_GT,
      sym_attribute_name,
      anon_sym_LPAREN,
      anon_sym_STAR,
      anon_sym_LBRACK_LPAREN,
      anon_sym_LBRACK_AT,
  [12765] = 3,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(875), 1,
      anon_sym_LBRACK,
    ACTIONS(873), 6,
      anon_sym_GT,
      sym_attribute_name,
      anon_sym_LPAREN,
      anon_sym_STAR,
      anon_sym_LBRACK_LPAREN,
      anon_sym_LBRACK_AT,
  [12780] = 5,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(911), 1,
      anon_sym_QMARK,
    ACTIONS(915), 1,
      anon_sym_COMMA,
    ACTIONS(917), 1,
      anon_sym_QMARK_QMARK,
    ACTIONS(913), 4,
      anon_sym_SQUOTE,
      anon_sym_DQUOTE,
      anon_sym_RBRACE,
      sym_identifier,
  [12799] = 4,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(226), 1,
      anon_sym_QMARK,
    ACTIONS(285), 2,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
    ACTIONS(224), 4,
      anon_sym_DQUOTE,
      anon_sym_SEMI,
      anon_sym_as,
      anon_sym_QMARK_QMARK,
  [12816] = 4,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(119), 1,
      anon_sym_LPAREN,
    ACTIONS(919), 2,
      anon_sym_RPAREN,
      anon_sym_RBRACK,
    ACTIONS(117), 4,
      anon_sym_LBRACK,
      anon_sym_DOT,
      anon_sym_QMARK_DOT,
      anon_sym_BANG_DOT,
  [12833] = 3,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(883), 1,
      anon_sym_LBRACK,
    ACTIONS(881), 6,
      anon_sym_GT,
      sym_attribute_name,
      anon_sym_LPAREN,
      anon_sym_STAR,
      anon_sym_LBRACK_LPAREN,
      anon_sym_LBRACK_AT,
  [12848] = 3,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(871), 1,
      anon_sym_LBRACK,
    ACTIONS(869), 6,
      anon_sym_GT,
      sym_attribute_name,
      anon_sym_LPAREN,
      anon_sym_STAR,
      anon_sym_LBRACK_LPAREN,
      anon_sym_LBRACK_AT,
  [12863] = 3,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(855), 1,
      anon_sym_LBRACK,
    ACTIONS(853), 6,
      anon_sym_GT,
      sym_attribute_name,
      anon_sym_LPAREN,
      anon_sym_STAR,
      anon_sym_LBRACK_LPAREN,
      anon_sym_LBRACK_AT,
  [12878] = 4,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(354), 1,
      anon_sym_QMARK,
    ACTIONS(285), 2,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
    ACTIONS(350), 4,
      anon_sym_DQUOTE,
      anon_sym_SEMI,
      anon_sym_as,
      anon_sym_QMARK_QMARK,
  [12895] = 3,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(557), 1,
      anon_sym_QMARK,
    ACTIONS(555), 6,
      anon_sym_DQUOTE,
      anon_sym_SEMI,
      anon_sym_as,
      anon_sym_QMARK_QMARK,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
  [12910] = 3,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(867), 1,
      anon_sym_LBRACK,
    ACTIONS(865), 6,
      anon_sym_GT,
      sym_attribute_name,
      anon_sym_LPAREN,
      anon_sym_STAR,
      anon_sym_LBRACK_LPAREN,
      anon_sym_LBRACK_AT,
  [12925] = 3,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(897), 1,
      anon_sym_LBRACK,
    ACTIONS(895), 6,
      anon_sym_GT,
      sym_attribute_name,
      anon_sym_LPAREN,
      anon_sym_STAR,
      anon_sym_LBRACK_LPAREN,
      anon_sym_LBRACK_AT,
  [12940] = 3,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(346), 1,
      anon_sym_QMARK,
    ACTIONS(342), 6,
      anon_sym_DQUOTE,
      anon_sym_SEMI,
      anon_sym_as,
      anon_sym_QMARK_QMARK,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
  [12955] = 3,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(845), 1,
      anon_sym_LBRACK,
    ACTIONS(843), 6,
      anon_sym_GT,
      sym_attribute_name,
      anon_sym_LPAREN,
      anon_sym_STAR,
      anon_sym_LBRACK_LPAREN,
      anon_sym_LBRACK_AT,
  [12970] = 3,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(879), 1,
      anon_sym_LBRACK,
    ACTIONS(877), 6,
      anon_sym_GT,
      sym_attribute_name,
      anon_sym_LPAREN,
      anon_sym_STAR,
      anon_sym_LBRACK_LPAREN,
      anon_sym_LBRACK_AT,
  [12985] = 3,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(867), 1,
      anon_sym_LBRACK,
    ACTIONS(865), 6,
      anon_sym_GT,
      sym_attribute_name,
      anon_sym_LPAREN,
      anon_sym_STAR,
      anon_sym_LBRACK_LPAREN,
      anon_sym_LBRACK_AT,
  [13000] = 4,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(119), 1,
      anon_sym_LPAREN,
    ACTIONS(919), 1,
      anon_sym_RPAREN_RBRACK,
    ACTIONS(117), 4,
      anon_sym_LBRACK,
      anon_sym_DOT,
      anon_sym_QMARK_DOT,
      anon_sym_BANG_DOT,
  [13016] = 4,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(317), 1,
      anon_sym_LBRACK,
    ACTIONS(921), 2,
      sym__interpolation_end,
      anon_sym_PLUS,
    ACTIONS(323), 3,
      anon_sym_DOT,
      anon_sym_QMARK_DOT,
      anon_sym_BANG_DOT,
  [13032] = 4,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(109), 1,
      anon_sym_LBRACK,
    ACTIONS(921), 2,
      anon_sym_COMMA,
      anon_sym_PLUS,
    ACTIONS(113), 3,
      anon_sym_DOT,
      anon_sym_QMARK_DOT,
      anon_sym_BANG_DOT,
  [13048] = 7,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(141), 1,
      anon_sym_SEMI,
    ACTIONS(909), 1,
      anon_sym_QMARK,
    ACTIONS(923), 1,
      anon_sym_DQUOTE,
    ACTIONS(925), 1,
      anon_sym_QMARK_QMARK,
    STATE(376), 1,
      sym__double_quote,
    STATE(476), 1,
      aux_sym__binding_assignment_repeat1,
  [13070] = 3,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(919), 2,
      anon_sym_RPAREN,
      anon_sym_RBRACK,
    ACTIONS(117), 4,
      anon_sym_LBRACK,
      anon_sym_DOT,
      anon_sym_QMARK_DOT,
      anon_sym_BANG_DOT,
  [13084] = 4,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(109), 1,
      anon_sym_LBRACK,
    ACTIONS(927), 2,
      anon_sym_SEMI,
      anon_sym_RPAREN,
    ACTIONS(113), 3,
      anon_sym_DOT,
      anon_sym_QMARK_DOT,
      anon_sym_BANG_DOT,
  [13100] = 4,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(909), 1,
      anon_sym_QMARK,
    ACTIONS(925), 1,
      anon_sym_QMARK_QMARK,
    ACTIONS(929), 4,
      anon_sym_DQUOTE,
      anon_sym_SEMI,
      anon_sym_RPAREN,
      anon_sym_COMMA,
  [13116] = 4,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(109), 1,
      anon_sym_LBRACK,
    ACTIONS(931), 2,
      anon_sym_SEMI,
      anon_sym_RPAREN,
    ACTIONS(113), 3,
      anon_sym_DOT,
      anon_sym_QMARK_DOT,
      anon_sym_BANG_DOT,
  [13132] = 4,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(109), 1,
      anon_sym_LBRACK,
    ACTIONS(933), 2,
      anon_sym_RPAREN,
      anon_sym_COMMA,
    ACTIONS(113), 3,
      anon_sym_DOT,
      anon_sym_QMARK_DOT,
      anon_sym_BANG_DOT,
  [13148] = 7,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(141), 1,
      anon_sym_SEMI,
    ACTIONS(909), 1,
      anon_sym_QMARK,
    ACTIONS(925), 1,
      anon_sym_QMARK_QMARK,
    ACTIONS(935), 1,
      anon_sym_DQUOTE,
    STATE(357), 1,
      sym__double_quote,
    STATE(460), 1,
      aux_sym__binding_assignment_repeat1,
  [13170] = 6,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(548), 1,
      anon_sym_SQUOTE,
    ACTIONS(937), 1,
      aux_sym_string_token2,
    ACTIONS(939), 1,
      sym__escape_sequence,
    STATE(36), 1,
      sym__single_quote,
    STATE(437), 1,
      aux_sym_string_repeat2,
  [13189] = 6,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(941), 1,
      anon_sym_DQUOTE,
    ACTIONS(943), 1,
      aux_sym_string_token1,
    ACTIONS(945), 1,
      sym__escape_sequence,
    STATE(208), 1,
      sym__double_quote,
    STATE(466), 1,
      aux_sym_string_repeat1,
  [13208] = 5,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(947), 1,
      sym_template_chars,
    ACTIONS(949), 1,
      anon_sym_DOLLAR_LBRACE,
    ACTIONS(951), 1,
      sym__backtick,
    STATE(408), 2,
      sym_template_substitution,
      aux_sym_template_string_repeat1,
  [13225] = 4,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(354), 1,
      anon_sym_QMARK,
    ACTIONS(319), 2,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
    ACTIONS(350), 2,
      sym__interpolation_end,
      anon_sym_QMARK_QMARK,
  [13240] = 6,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(953), 1,
      anon_sym_SQUOTE,
    ACTIONS(955), 1,
      aux_sym_string_token2,
    ACTIONS(957), 1,
      sym__escape_sequence,
    STATE(104), 1,
      sym__single_quote,
    STATE(409), 1,
      aux_sym_string_repeat2,
  [13259] = 6,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(959), 1,
      anon_sym_DQUOTE,
    ACTIONS(961), 1,
      aux_sym_string_token1,
    ACTIONS(963), 1,
      sym__escape_sequence,
    STATE(61), 1,
      sym__double_quote,
    STATE(410), 1,
      aux_sym_string_repeat1,
  [13278] = 6,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(953), 1,
      anon_sym_DQUOTE,
    ACTIONS(965), 1,
      aux_sym_string_token1,
    ACTIONS(967), 1,
      sym__escape_sequence,
    STATE(104), 1,
      sym__double_quote,
    STATE(411), 1,
      aux_sym_string_repeat1,
  [13297] = 3,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(969), 1,
      anon_sym_COLON,
    ACTIONS(117), 4,
      anon_sym_LBRACK,
      anon_sym_DOT,
      anon_sym_QMARK_DOT,
      anon_sym_BANG_DOT,
  [13310] = 3,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(557), 1,
      anon_sym_QMARK,
    ACTIONS(555), 4,
      sym__interpolation_end,
      anon_sym_QMARK_QMARK,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
  [13323] = 5,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(949), 1,
      anon_sym_DOLLAR_LBRACE,
    ACTIONS(971), 1,
      sym_template_chars,
    ACTIONS(973), 1,
      sym__backtick,
    STATE(420), 2,
      sym_template_substitution,
      aux_sym_template_string_repeat1,
  [13340] = 4,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(975), 1,
      anon_sym_RBRACE,
    ACTIONS(977), 1,
      sym__control_flow_start,
    STATE(426), 3,
      sym_case_statement,
      sym_default_statement,
      aux_sym_switch_body_repeat1,
  [13355] = 6,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(979), 1,
      anon_sym_SQUOTE,
    ACTIONS(981), 1,
      aux_sym_string_token2,
    ACTIONS(983), 1,
      sym__escape_sequence,
    STATE(53), 1,
      sym__single_quote,
    STATE(479), 1,
      aux_sym_string_repeat2,
  [13374] = 5,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(949), 1,
      anon_sym_DOLLAR_LBRACE,
    ACTIONS(971), 1,
      sym_template_chars,
    ACTIONS(985), 1,
      sym__backtick,
    STATE(420), 2,
      sym_template_substitution,
      aux_sym_template_string_repeat1,
  [13391] = 6,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(981), 1,
      aux_sym_string_token2,
    ACTIONS(983), 1,
      sym__escape_sequence,
    ACTIONS(987), 1,
      anon_sym_SQUOTE,
    STATE(111), 1,
      sym__single_quote,
    STATE(479), 1,
      aux_sym_string_repeat2,
  [13410] = 6,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(943), 1,
      aux_sym_string_token1,
    ACTIONS(945), 1,
      sym__escape_sequence,
    ACTIONS(979), 1,
      anon_sym_DQUOTE,
    STATE(53), 1,
      sym__double_quote,
    STATE(466), 1,
      aux_sym_string_repeat1,
  [13429] = 6,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(943), 1,
      aux_sym_string_token1,
    ACTIONS(945), 1,
      sym__escape_sequence,
    ACTIONS(987), 1,
      anon_sym_DQUOTE,
    STATE(111), 1,
      sym__double_quote,
    STATE(466), 1,
      aux_sym_string_repeat1,
  [13448] = 5,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(949), 1,
      anon_sym_DOLLAR_LBRACE,
    ACTIONS(989), 1,
      sym_template_chars,
    ACTIONS(991), 1,
      sym__backtick,
    STATE(438), 2,
      sym_template_substitution,
      aux_sym_template_string_repeat1,
  [13465] = 4,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(889), 1,
      anon_sym_as,
    STATE(542), 1,
      sym__alias,
    ACTIONS(993), 3,
      anon_sym_DQUOTE,
      anon_sym_SEMI,
      anon_sym_COMMA,
  [13480] = 3,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(891), 1,
      anon_sym_QMARK,
    ACTIONS(234), 4,
      anon_sym_DQUOTE,
      anon_sym_SEMI,
      anon_sym_as,
      anon_sym_QMARK_QMARK,
  [13493] = 6,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(959), 1,
      anon_sym_SQUOTE,
    ACTIONS(995), 1,
      aux_sym_string_token2,
    ACTIONS(997), 1,
      sym__escape_sequence,
    STATE(61), 1,
      sym__single_quote,
    STATE(407), 1,
      aux_sym_string_repeat2,
  [13512] = 5,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(949), 1,
      anon_sym_DOLLAR_LBRACE,
    ACTIONS(999), 1,
      sym_template_chars,
    ACTIONS(1001), 1,
      sym__backtick,
    STATE(405), 2,
      sym_template_substitution,
      aux_sym_template_string_repeat1,
  [13529] = 4,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(109), 1,
      anon_sym_LBRACK,
    ACTIONS(969), 1,
      anon_sym_COLON,
    ACTIONS(113), 3,
      anon_sym_DOT,
      anon_sym_QMARK_DOT,
      anon_sym_BANG_DOT,
  [13544] = 3,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(226), 1,
      anon_sym_QMARK,
    ACTIONS(224), 4,
      anon_sym_DQUOTE,
      anon_sym_SEMI,
      anon_sym_as,
      anon_sym_QMARK_QMARK,
  [13557] = 3,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(821), 1,
      anon_sym_QMARK,
    ACTIONS(819), 4,
      anon_sym_DQUOTE,
      anon_sym_SEMI,
      anon_sym_as,
      anon_sym_QMARK_QMARK,
  [13570] = 5,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1003), 1,
      sym_template_chars,
    ACTIONS(1006), 1,
      anon_sym_DOLLAR_LBRACE,
    ACTIONS(1009), 1,
      sym__backtick,
    STATE(420), 2,
      sym_template_substitution,
      aux_sym_template_string_repeat1,
  [13587] = 4,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(109), 1,
      anon_sym_LBRACK,
    ACTIONS(1011), 1,
      anon_sym_COLON,
    ACTIONS(113), 3,
      anon_sym_DOT,
      anon_sym_QMARK_DOT,
      anon_sym_BANG_DOT,
  [13602] = 3,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1011), 1,
      anon_sym_COLON,
    ACTIONS(117), 4,
      anon_sym_LBRACK,
      anon_sym_DOT,
      anon_sym_QMARK_DOT,
      anon_sym_BANG_DOT,
  [13615] = 3,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(788), 1,
      anon_sym_QMARK,
    ACTIONS(786), 4,
      anon_sym_DQUOTE,
      anon_sym_SEMI,
      anon_sym_as,
      anon_sym_QMARK_QMARK,
  [13628] = 4,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(109), 1,
      anon_sym_LBRACK,
    ACTIONS(1013), 1,
      anon_sym_COLON,
    ACTIONS(113), 3,
      anon_sym_DOT,
      anon_sym_QMARK_DOT,
      anon_sym_BANG_DOT,
  [13643] = 3,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1013), 1,
      anon_sym_COLON,
    ACTIONS(117), 4,
      anon_sym_LBRACK,
      anon_sym_DOT,
      anon_sym_QMARK_DOT,
      anon_sym_BANG_DOT,
  [13656] = 4,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1015), 1,
      anon_sym_RBRACE,
    ACTIONS(1017), 1,
      sym__control_flow_start,
    STATE(426), 3,
      sym_case_statement,
      sym_default_statement,
      aux_sym_switch_body_repeat1,
  [13671] = 3,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(346), 1,
      anon_sym_QMARK,
    ACTIONS(342), 4,
      sym__interpolation_end,
      anon_sym_QMARK_QMARK,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
  [13684] = 4,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(226), 1,
      anon_sym_QMARK,
    ACTIONS(224), 2,
      sym__interpolation_end,
      anon_sym_QMARK_QMARK,
    ACTIONS(319), 2,
      anon_sym_PIPE_PIPE,
      anon_sym_AMP_AMP,
  [13699] = 3,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1020), 1,
      anon_sym_COLON,
    ACTIONS(117), 4,
      anon_sym_LBRACK,
      anon_sym_DOT,
      anon_sym_QMARK_DOT,
      anon_sym_BANG_DOT,
  [13712] = 4,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(889), 1,
      anon_sym_as,
    STATE(502), 1,
      sym__alias,
    ACTIONS(1022), 3,
      anon_sym_DQUOTE,
      anon_sym_SEMI,
      anon_sym_COMMA,
  [13727] = 6,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1024), 1,
      anon_sym_SQUOTE,
    ACTIONS(1026), 1,
      aux_sym_string_token2,
    ACTIONS(1028), 1,
      sym__escape_sequence,
    STATE(212), 1,
      sym__single_quote,
    STATE(441), 1,
      aux_sym_string_repeat2,
  [13746] = 6,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1024), 1,
      anon_sym_DQUOTE,
    ACTIONS(1030), 1,
      aux_sym_string_token1,
    ACTIONS(1032), 1,
      sym__escape_sequence,
    STATE(212), 1,
      sym__double_quote,
    STATE(397), 1,
      aux_sym_string_repeat1,
  [13765] = 4,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(109), 1,
      anon_sym_LBRACK,
    ACTIONS(1034), 1,
      anon_sym_RPAREN,
    ACTIONS(113), 3,
      anon_sym_DOT,
      anon_sym_QMARK_DOT,
      anon_sym_BANG_DOT,
  [13780] = 6,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(943), 1,
      aux_sym_string_token1,
    ACTIONS(945), 1,
      sym__escape_sequence,
    ACTIONS(1036), 1,
      anon_sym_DQUOTE,
    STATE(35), 1,
      sym__double_quote,
    STATE(466), 1,
      aux_sym_string_repeat1,
  [13799] = 4,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(977), 1,
      sym__control_flow_start,
    ACTIONS(1038), 1,
      anon_sym_RBRACE,
    STATE(426), 3,
      sym_case_statement,
      sym_default_statement,
      aux_sym_switch_body_repeat1,
  [13814] = 6,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(548), 1,
      anon_sym_DQUOTE,
    ACTIONS(550), 1,
      aux_sym_string_token1,
    ACTIONS(1040), 1,
      sym__escape_sequence,
    STATE(36), 1,
      sym__double_quote,
    STATE(434), 1,
      aux_sym_string_repeat1,
  [13833] = 6,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(981), 1,
      aux_sym_string_token2,
    ACTIONS(983), 1,
      sym__escape_sequence,
    ACTIONS(1036), 1,
      anon_sym_SQUOTE,
    STATE(35), 1,
      sym__single_quote,
    STATE(479), 1,
      aux_sym_string_repeat2,
  [13852] = 5,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(949), 1,
      anon_sym_DOLLAR_LBRACE,
    ACTIONS(971), 1,
      sym_template_chars,
    ACTIONS(1042), 1,
      sym__backtick,
    STATE(420), 2,
      sym_template_substitution,
      aux_sym_template_string_repeat1,
  [13869] = 3,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(919), 1,
      anon_sym_RPAREN_RBRACK,
    ACTIONS(117), 4,
      anon_sym_LBRACK,
      anon_sym_DOT,
      anon_sym_QMARK_DOT,
      anon_sym_BANG_DOT,
  [13882] = 4,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(109), 1,
      anon_sym_LBRACK,
    ACTIONS(1020), 1,
      anon_sym_COLON,
    ACTIONS(113), 3,
      anon_sym_DOT,
      anon_sym_QMARK_DOT,
      anon_sym_BANG_DOT,
  [13897] = 6,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(941), 1,
      anon_sym_SQUOTE,
    ACTIONS(981), 1,
      aux_sym_string_token2,
    ACTIONS(983), 1,
      sym__escape_sequence,
    STATE(208), 1,
      sym__single_quote,
    STATE(479), 1,
      aux_sym_string_repeat2,
  [13916] = 5,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(887), 1,
      anon_sym_SEMI,
    ACTIONS(1044), 1,
      anon_sym_DQUOTE,
    STATE(485), 1,
      sym__else_template_expression,
    STATE(714), 1,
      sym__context_expression,
  [13932] = 4,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1046), 1,
      anon_sym_RBRACE,
    ACTIONS(1048), 1,
      sym_icu_category,
    STATE(471), 2,
      sym_icu_case,
      aux_sym_icu_expression_repeat1,
  [13946] = 5,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1050), 1,
      anon_sym_LBRACE,
    ACTIONS(1052), 1,
      anon_sym_LPAREN,
    STATE(288), 1,
      sym_statement_block,
    STATE(587), 1,
      sym_placeholder_minimum,
  [13962] = 5,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1050), 1,
      anon_sym_LBRACE,
    ACTIONS(1054), 1,
      anon_sym_LPAREN,
    STATE(287), 1,
      sym_statement_block,
    STATE(588), 1,
      sym_loading_condition,
  [13978] = 5,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1056), 1,
      sym_attribute_value,
    ACTIONS(1058), 1,
      anon_sym_SQUOTE,
    ACTIONS(1060), 1,
      anon_sym_DQUOTE,
    STATE(381), 1,
      sym_quoted_attribute_value,
  [13994] = 4,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1062), 1,
      anon_sym_DQUOTE,
    STATE(474), 1,
      aux_sym_structural_declaration_repeat1,
    ACTIONS(1064), 2,
      anon_sym_SEMI,
      anon_sym_COMMA,
  [14008] = 4,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1048), 1,
      sym_icu_category,
    ACTIONS(1066), 1,
      anon_sym_RBRACE,
    STATE(471), 2,
      sym_icu_case,
      aux_sym_icu_expression_repeat1,
  [14022] = 3,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(109), 1,
      anon_sym_LBRACK,
    ACTIONS(113), 3,
      anon_sym_DOT,
      anon_sym_QMARK_DOT,
      anon_sym_BANG_DOT,
  [14034] = 5,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1068), 1,
      anon_sym_LBRACE,
    ACTIONS(1070), 1,
      anon_sym_LPAREN,
    STATE(274), 1,
      sym_statement_block,
    STATE(584), 1,
      sym_defer_trigger,
  [14050] = 5,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1052), 1,
      anon_sym_LPAREN,
    ACTIONS(1068), 1,
      anon_sym_LBRACE,
    STATE(280), 1,
      sym_statement_block,
    STATE(589), 1,
      sym_placeholder_minimum,
  [14066] = 2,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1072), 4,
      anon_sym_SQUOTE,
      anon_sym_DQUOTE,
      anon_sym_RBRACE,
      sym_identifier,
  [14076] = 5,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1074), 1,
      sym_attribute_value,
    ACTIONS(1076), 1,
      anon_sym_SQUOTE,
    ACTIONS(1078), 1,
      anon_sym_DQUOTE,
    STATE(363), 1,
      sym_quoted_attribute_value,
  [14092] = 5,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1054), 1,
      anon_sym_LPAREN,
    ACTIONS(1068), 1,
      anon_sym_LBRACE,
    STATE(272), 1,
      sym_statement_block,
    STATE(590), 1,
      sym_loading_condition,
  [14108] = 5,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1080), 1,
      anon_sym_SQUOTE,
    ACTIONS(1082), 1,
      sym_identifier,
    STATE(669), 1,
      sym_static_member_expression,
    STATE(670), 1,
      sym__single_quote,
  [14124] = 5,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1080), 1,
      anon_sym_SQUOTE,
    ACTIONS(1084), 1,
      sym_identifier,
    STATE(650), 1,
      sym_static_member_expression,
    STATE(670), 1,
      sym__single_quote,
  [14140] = 5,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1086), 1,
      anon_sym_prefetch,
    ACTIONS(1088), 1,
      anon_sym_when,
    ACTIONS(1090), 1,
      anon_sym_on,
    STATE(625), 1,
      sym_defer_trigger_condition,
  [14156] = 4,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(909), 1,
      anon_sym_QMARK,
    ACTIONS(925), 1,
      anon_sym_QMARK_QMARK,
    ACTIONS(927), 2,
      anon_sym_SEMI,
      anon_sym_RPAREN,
  [14170] = 5,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1080), 1,
      anon_sym_SQUOTE,
    ACTIONS(1092), 1,
      sym_identifier,
    STATE(670), 1,
      sym__single_quote,
    STATE(671), 1,
      sym_static_member_expression,
  [14186] = 5,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(141), 1,
      anon_sym_SEMI,
    ACTIONS(1094), 1,
      anon_sym_DQUOTE,
    STATE(353), 1,
      sym__double_quote,
    STATE(526), 1,
      aux_sym__binding_assignment_repeat1,
  [14202] = 4,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(909), 1,
      anon_sym_QMARK,
    ACTIONS(925), 1,
      anon_sym_QMARK_QMARK,
    ACTIONS(1096), 2,
      anon_sym_DQUOTE,
      anon_sym_SEMI,
  [14216] = 4,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1101), 1,
      anon_sym_RPAREN,
    STATE(462), 1,
      aux_sym_for_reference_repeat1,
    ACTIONS(1098), 2,
      anon_sym_SEMI,
      anon_sym_COMMA,
  [14230] = 3,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(977), 1,
      sym__control_flow_start,
    STATE(435), 3,
      sym_case_statement,
      sym_default_statement,
      aux_sym_switch_body_repeat1,
  [14242] = 3,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(109), 1,
      anon_sym_LBRACK,
    ACTIONS(222), 3,
      anon_sym_DOT,
      anon_sym_QMARK_DOT,
      anon_sym_BANG_DOT,
  [14254] = 5,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1086), 1,
      anon_sym_prefetch,
    ACTIONS(1088), 1,
      anon_sym_when,
    ACTIONS(1090), 1,
      anon_sym_on,
    STATE(533), 1,
      sym_defer_trigger_condition,
  [14270] = 5,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1103), 1,
      anon_sym_DQUOTE,
    ACTIONS(1105), 1,
      aux_sym_string_token1,
    ACTIONS(1108), 1,
      sym__escape_sequence,
    STATE(466), 1,
      aux_sym_string_repeat1,
  [14286] = 5,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1080), 1,
      anon_sym_SQUOTE,
    ACTIONS(1111), 1,
      sym_identifier,
    STATE(670), 1,
      sym__single_quote,
    STATE(675), 1,
      sym_static_member_expression,
  [14302] = 4,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1115), 1,
      anon_sym_RPAREN,
    STATE(481), 1,
      aux_sym_for_reference_repeat1,
    ACTIONS(1113), 2,
      anon_sym_SEMI,
      anon_sym_COMMA,
  [14316] = 3,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(977), 1,
      sym__control_flow_start,
    STATE(406), 3,
      sym_case_statement,
      sym_default_statement,
      aux_sym_switch_body_repeat1,
  [14328] = 5,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(141), 1,
      anon_sym_SEMI,
    ACTIONS(923), 1,
      anon_sym_DQUOTE,
    STATE(376), 1,
      sym__double_quote,
    STATE(476), 1,
      aux_sym__binding_assignment_repeat1,
  [14344] = 4,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1117), 1,
      anon_sym_RBRACE,
    ACTIONS(1119), 1,
      sym_icu_category,
    STATE(471), 2,
      sym_icu_case,
      aux_sym_icu_expression_repeat1,
  [14358] = 4,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(909), 1,
      anon_sym_QMARK,
    ACTIONS(925), 1,
      anon_sym_QMARK_QMARK,
    ACTIONS(1122), 2,
      anon_sym_SEMI,
      anon_sym_RPAREN,
  [14372] = 5,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(141), 1,
      anon_sym_SEMI,
    ACTIONS(923), 1,
      anon_sym_DQUOTE,
    STATE(376), 1,
      sym__double_quote,
    STATE(526), 1,
      aux_sym__binding_assignment_repeat1,
  [14388] = 4,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1124), 1,
      anon_sym_DQUOTE,
    STATE(474), 1,
      aux_sym_structural_declaration_repeat1,
    ACTIONS(1126), 2,
      anon_sym_SEMI,
      anon_sym_COMMA,
  [14402] = 4,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1129), 1,
      anon_sym_DQUOTE,
    STATE(447), 1,
      aux_sym_structural_declaration_repeat1,
    ACTIONS(1064), 2,
      anon_sym_SEMI,
      anon_sym_COMMA,
  [14416] = 5,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(141), 1,
      anon_sym_SEMI,
    ACTIONS(1131), 1,
      anon_sym_DQUOTE,
    STATE(377), 1,
      sym__double_quote,
    STATE(526), 1,
      aux_sym__binding_assignment_repeat1,
  [14432] = 5,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(141), 1,
      anon_sym_SEMI,
    ACTIONS(935), 1,
      anon_sym_DQUOTE,
    STATE(357), 1,
      sym__double_quote,
    STATE(526), 1,
      aux_sym__binding_assignment_repeat1,
  [14448] = 5,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(141), 1,
      anon_sym_SEMI,
    ACTIONS(935), 1,
      anon_sym_DQUOTE,
    STATE(357), 1,
      sym__double_quote,
    STATE(460), 1,
      aux_sym__binding_assignment_repeat1,
  [14464] = 5,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1133), 1,
      anon_sym_SQUOTE,
    ACTIONS(1135), 1,
      aux_sym_string_token2,
    ACTIONS(1138), 1,
      sym__escape_sequence,
    STATE(479), 1,
      aux_sym_string_repeat2,
  [14480] = 4,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(909), 1,
      anon_sym_QMARK,
    ACTIONS(925), 1,
      anon_sym_QMARK_QMARK,
    ACTIONS(931), 2,
      anon_sym_SEMI,
      anon_sym_RPAREN,
  [14494] = 4,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1141), 1,
      anon_sym_RPAREN,
    STATE(462), 1,
      aux_sym_for_reference_repeat1,
    ACTIONS(1113), 2,
      anon_sym_SEMI,
      anon_sym_COMMA,
  [14508] = 5,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1050), 1,
      anon_sym_LBRACE,
    ACTIONS(1070), 1,
      anon_sym_LPAREN,
    STATE(294), 1,
      sym_statement_block,
    STATE(586), 1,
      sym_defer_trigger,
  [14524] = 4,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(921), 1,
      sym__interpolation_end,
    ACTIONS(1143), 1,
      anon_sym_PLUS,
    STATE(483), 1,
      aux_sym_concatenation_expression_repeat1,
  [14537] = 4,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(909), 1,
      anon_sym_QMARK,
    ACTIONS(925), 1,
      anon_sym_QMARK_QMARK,
    ACTIONS(1146), 1,
      anon_sym_RPAREN,
  [14550] = 4,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1148), 1,
      anon_sym_DQUOTE,
    ACTIONS(1150), 1,
      anon_sym_SEMI,
    STATE(721), 1,
      sym__context_expression,
  [14563] = 4,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1152), 1,
      anon_sym_QMARK,
    ACTIONS(1154), 1,
      anon_sym_QMARK_QMARK,
    ACTIONS(1156), 1,
      sym__interpolation_end,
  [14576] = 4,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1158), 1,
      anon_sym_PLUS,
    ACTIONS(1160), 1,
      sym__interpolation_end,
    STATE(523), 1,
      aux_sym_concatenation_expression_repeat1,
  [14589] = 4,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1162), 1,
      anon_sym_SEMI,
    ACTIONS(1165), 1,
      anon_sym_RPAREN,
    STATE(488), 1,
      aux_sym_defer_trigger_repeat1,
  [14602] = 3,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(226), 1,
      anon_sym_QMARK,
    ACTIONS(224), 2,
      sym__interpolation_end,
      anon_sym_QMARK_QMARK,
  [14613] = 4,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1160), 1,
      anon_sym_COMMA,
    ACTIONS(1167), 1,
      anon_sym_PLUS,
    STATE(537), 1,
      aux_sym_concatenation_expression_repeat1,
  [14626] = 2,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1169), 3,
      anon_sym_DQUOTE,
      anon_sym_SEMI,
      anon_sym_COMMA,
  [14635] = 2,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1124), 3,
      anon_sym_DQUOTE,
      anon_sym_SEMI,
      anon_sym_COMMA,
  [14644] = 4,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1171), 1,
      anon_sym_SEMI,
    ACTIONS(1173), 1,
      anon_sym_RPAREN,
    STATE(648), 1,
      sym_if_reference,
  [14657] = 4,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1175), 1,
      anon_sym_COMMA,
    ACTIONS(1177), 1,
      anon_sym_RBRACK,
    STATE(501), 1,
      aux_sym_array_repeat1,
  [14670] = 3,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(821), 1,
      anon_sym_QMARK,
    ACTIONS(819), 2,
      sym__interpolation_end,
      anon_sym_QMARK_QMARK,
  [14681] = 4,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(909), 1,
      anon_sym_QMARK,
    ACTIONS(925), 1,
      anon_sym_QMARK_QMARK,
    ACTIONS(1179), 1,
      anon_sym_RBRACE,
  [14694] = 4,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(307), 1,
      anon_sym_RPAREN,
    ACTIONS(309), 1,
      anon_sym_COMMA,
    STATE(506), 1,
      aux_sym_arguments_repeat1,
  [14707] = 4,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1175), 1,
      anon_sym_COMMA,
    ACTIONS(1181), 1,
      anon_sym_RBRACK,
    STATE(501), 1,
      aux_sym_array_repeat1,
  [14720] = 4,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1050), 1,
      anon_sym_LBRACE,
    ACTIONS(1183), 1,
      anon_sym_if,
    STATE(322), 1,
      sym_statement_block,
  [14733] = 4,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(909), 1,
      anon_sym_QMARK,
    ACTIONS(925), 1,
      anon_sym_QMARK_QMARK,
    ACTIONS(1185), 1,
      anon_sym_DQUOTE,
  [14746] = 4,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1187), 1,
      anon_sym_COMMA,
    ACTIONS(1190), 1,
      anon_sym_RBRACK,
    STATE(501), 1,
      aux_sym_array_repeat1,
  [14759] = 2,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1192), 3,
      anon_sym_DQUOTE,
      anon_sym_SEMI,
      anon_sym_COMMA,
  [14768] = 4,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1194), 1,
      sym__start_tag_name,
    ACTIONS(1196), 1,
      sym__script_start_tag_name,
    ACTIONS(1198), 1,
      sym__style_start_tag_name,
  [14781] = 4,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1150), 1,
      anon_sym_SEMI,
    ACTIONS(1200), 1,
      anon_sym_DQUOTE,
    STATE(717), 1,
      sym__context_expression,
  [14794] = 4,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1175), 1,
      anon_sym_COMMA,
    ACTIONS(1202), 1,
      anon_sym_RBRACK,
    STATE(501), 1,
      aux_sym_array_repeat1,
  [14807] = 4,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(309), 1,
      anon_sym_COMMA,
    ACTIONS(1204), 1,
      anon_sym_RPAREN,
    STATE(528), 1,
      aux_sym_arguments_repeat1,
  [14820] = 4,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1196), 1,
      sym__script_start_tag_name,
    ACTIONS(1198), 1,
      sym__style_start_tag_name,
    ACTIONS(1206), 1,
      sym__start_tag_name,
  [14833] = 3,
    ACTIONS(3), 1,
      sym_comment,
    STATE(652), 1,
      sym_icu_clause,
    ACTIONS(1208), 2,
      anon_sym_plural,
      anon_sym_select,
  [14844] = 4,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1210), 1,
      anon_sym_let,
    ACTIONS(1212), 1,
      sym_identifier,
    STATE(475), 1,
      sym_structural_assignment,
  [14857] = 2,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1214), 3,
      anon_sym_DQUOTE,
      anon_sym_SEMI,
      anon_sym_COMMA,
  [14866] = 3,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1152), 1,
      anon_sym_QMARK,
    ACTIONS(234), 2,
      sym__interpolation_end,
      anon_sym_QMARK_QMARK,
  [14877] = 3,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1216), 1,
      sym_template_chars,
    ACTIONS(1218), 2,
      anon_sym_DOLLAR_LBRACE,
      sym__backtick,
  [14888] = 4,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1175), 1,
      anon_sym_COMMA,
    ACTIONS(1220), 1,
      anon_sym_RBRACK,
    STATE(505), 1,
      aux_sym_array_repeat1,
  [14901] = 4,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1171), 1,
      anon_sym_SEMI,
    ACTIONS(1222), 1,
      anon_sym_RPAREN,
    STATE(692), 1,
      sym_if_reference,
  [14914] = 3,
    ACTIONS(3), 1,
      sym_comment,
    STATE(600), 1,
      sym_timed_expression,
    ACTIONS(1224), 2,
      anon_sym_after,
      anon_sym_minimum,
  [14925] = 3,
    ACTIONS(3), 1,
      sym_comment,
    STATE(664), 1,
      sym_timed_expression,
    ACTIONS(1224), 2,
      anon_sym_after,
      anon_sym_minimum,
  [14936] = 4,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1226), 1,
      anon_sym_SEMI,
    ACTIONS(1228), 1,
      anon_sym_RPAREN,
    STATE(693), 1,
      sym_for_reference,
  [14949] = 4,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1230), 1,
      anon_sym_else,
    ACTIONS(1232), 1,
      anon_sym_context,
    ACTIONS(1234), 1,
      sym_identifier,
  [14962] = 4,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(921), 1,
      anon_sym_COMMA,
    ACTIONS(1236), 1,
      anon_sym_PLUS,
    STATE(519), 1,
      aux_sym_concatenation_expression_repeat1,
  [14975] = 3,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1048), 1,
      sym_icu_category,
    STATE(443), 2,
      sym_icu_case,
      aux_sym_icu_expression_repeat1,
  [14986] = 3,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1048), 1,
      sym_icu_category,
    STATE(448), 2,
      sym_icu_case,
      aux_sym_icu_expression_repeat1,
  [14997] = 4,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1239), 1,
      anon_sym_LT_SLASH,
    ACTIONS(1241), 1,
      sym_raw_text,
    STATE(297), 1,
      sym_end_tag,
  [15010] = 4,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1158), 1,
      anon_sym_PLUS,
    ACTIONS(1243), 1,
      sym__interpolation_end,
    STATE(483), 1,
      aux_sym_concatenation_expression_repeat1,
  [15023] = 2,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1245), 3,
      anon_sym_SEMI,
      anon_sym_RPAREN,
      anon_sym_COMMA,
  [15032] = 4,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1175), 1,
      anon_sym_COMMA,
    ACTIONS(1247), 1,
      anon_sym_RBRACK,
    STATE(501), 1,
      aux_sym_array_repeat1,
  [15045] = 4,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1096), 1,
      anon_sym_DQUOTE,
    ACTIONS(1249), 1,
      anon_sym_SEMI,
    STATE(526), 1,
      aux_sym__binding_assignment_repeat1,
  [15058] = 3,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(788), 1,
      anon_sym_QMARK,
    ACTIONS(786), 2,
      sym__interpolation_end,
      anon_sym_QMARK_QMARK,
  [15069] = 4,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(933), 1,
      anon_sym_RPAREN,
    ACTIONS(1252), 1,
      anon_sym_COMMA,
    STATE(528), 1,
      aux_sym_arguments_repeat1,
  [15082] = 4,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1255), 1,
      anon_sym_SEMI,
    ACTIONS(1257), 1,
      anon_sym_RPAREN,
    STATE(488), 1,
      aux_sym_defer_trigger_repeat1,
  [15095] = 4,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1175), 1,
      anon_sym_COMMA,
    ACTIONS(1259), 1,
      anon_sym_RBRACK,
    STATE(498), 1,
      aux_sym_array_repeat1,
  [15108] = 4,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(909), 1,
      anon_sym_QMARK,
    ACTIONS(925), 1,
      anon_sym_QMARK_QMARK,
    ACTIONS(1261), 1,
      anon_sym_RPAREN,
  [15121] = 3,
    ACTIONS(3), 1,
      sym_comment,
    STATE(645), 1,
      sym_timed_expression,
    ACTIONS(1224), 2,
      anon_sym_after,
      anon_sym_minimum,
  [15132] = 4,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1255), 1,
      anon_sym_SEMI,
    ACTIONS(1263), 1,
      anon_sym_RPAREN,
    STATE(529), 1,
      aux_sym_defer_trigger_repeat1,
  [15145] = 4,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(909), 1,
      anon_sym_QMARK,
    ACTIONS(925), 1,
      anon_sym_QMARK_QMARK,
    ACTIONS(1265), 1,
      anon_sym_COMMA,
  [15158] = 4,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1068), 1,
      anon_sym_LBRACE,
    ACTIONS(1183), 1,
      anon_sym_if,
    STATE(267), 1,
      sym_statement_block,
  [15171] = 4,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1175), 1,
      anon_sym_COMMA,
    ACTIONS(1267), 1,
      anon_sym_RBRACK,
    STATE(525), 1,
      aux_sym_array_repeat1,
  [15184] = 4,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1167), 1,
      anon_sym_PLUS,
    ACTIONS(1243), 1,
      anon_sym_COMMA,
    STATE(519), 1,
      aux_sym_concatenation_expression_repeat1,
  [15197] = 4,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1226), 1,
      anon_sym_SEMI,
    ACTIONS(1269), 1,
      anon_sym_RPAREN,
    STATE(681), 1,
      sym_for_reference,
  [15210] = 4,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(909), 1,
      anon_sym_QMARK,
    ACTIONS(925), 1,
      anon_sym_QMARK_QMARK,
    ACTIONS(1271), 1,
      anon_sym_RPAREN,
  [15223] = 4,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1175), 1,
      anon_sym_COMMA,
    ACTIONS(1273), 1,
      anon_sym_RBRACK,
    STATE(494), 1,
      aux_sym_array_repeat1,
  [15236] = 4,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(909), 1,
      anon_sym_QMARK,
    ACTIONS(925), 1,
      anon_sym_QMARK_QMARK,
    ACTIONS(1275), 1,
      anon_sym_RPAREN,
  [15249] = 2,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1277), 3,
      anon_sym_DQUOTE,
      anon_sym_SEMI,
      anon_sym_COMMA,
  [15258] = 4,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1152), 1,
      anon_sym_QMARK,
    ACTIONS(1154), 1,
      anon_sym_QMARK_QMARK,
    ACTIONS(1279), 1,
      sym__interpolation_end,
  [15271] = 4,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(909), 1,
      anon_sym_QMARK,
    ACTIONS(925), 1,
      anon_sym_QMARK_QMARK,
    ACTIONS(1281), 1,
      anon_sym_DQUOTE,
  [15284] = 2,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1283), 3,
      anon_sym_DQUOTE,
      anon_sym_SEMI,
      anon_sym_COMMA,
  [15293] = 4,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1210), 1,
      anon_sym_let,
    ACTIONS(1212), 1,
      sym_identifier,
    STATE(492), 1,
      sym_structural_assignment,
  [15306] = 4,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1285), 1,
      anon_sym_LT_SLASH,
    ACTIONS(1287), 1,
      sym_raw_text,
    STATE(241), 1,
      sym_end_tag,
  [15319] = 4,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1285), 1,
      anon_sym_LT_SLASH,
    ACTIONS(1289), 1,
      sym_raw_text,
    STATE(238), 1,
      sym_end_tag,
  [15332] = 3,
    ACTIONS(3), 1,
      sym_comment,
    STATE(716), 1,
      sym_icu_clause,
    ACTIONS(1208), 2,
      anon_sym_plural,
      anon_sym_select,
  [15343] = 4,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(909), 1,
      anon_sym_QMARK,
    ACTIONS(925), 1,
      anon_sym_QMARK_QMARK,
    ACTIONS(1291), 1,
      anon_sym_COMMA,
  [15356] = 4,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1239), 1,
      anon_sym_LT_SLASH,
    ACTIONS(1293), 1,
      sym_raw_text,
    STATE(299), 1,
      sym_end_tag,
  [15369] = 3,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1295), 1,
      anon_sym_LBRACE,
    STATE(558), 1,
      sym_statement_block,
  [15379] = 3,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1068), 1,
      anon_sym_LBRACE,
    STATE(275), 1,
      sym_statement_block,
  [15389] = 2,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(578), 2,
      sym__control_flow_start,
      anon_sym_RBRACE,
  [15397] = 3,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1297), 1,
      anon_sym_LPAREN,
    STATE(296), 1,
      sym__if_body_expression,
  [15407] = 3,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1297), 1,
      anon_sym_LPAREN,
    STATE(295), 1,
      sym__if_body_expression,
  [15417] = 3,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1299), 1,
      anon_sym_LPAREN,
    STATE(242), 1,
      sym__if_body_expression,
  [15427] = 2,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1301), 2,
      sym__control_flow_start,
      anon_sym_RBRACE,
  [15435] = 3,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1299), 1,
      anon_sym_LPAREN,
    STATE(243), 1,
      sym__if_body_expression,
  [15445] = 2,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1303), 2,
      anon_sym_DQUOTE,
      anon_sym_SEMI,
  [15453] = 3,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1305), 1,
      anon_sym_DQUOTE,
    STATE(24), 1,
      sym__double_quote,
  [15463] = 3,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1307), 1,
      anon_sym_RBRACE,
    ACTIONS(1309), 1,
      sym_icu_category,
  [15473] = 3,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1311), 1,
      sym_identifier,
    STATE(694), 1,
      sym_assignment_expression,
  [15483] = 3,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1232), 1,
      anon_sym_context,
    ACTIONS(1234), 1,
      sym_identifier,
  [15493] = 3,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1313), 1,
      sym_identifier,
    STATE(517), 1,
      sym_for_declaration,
  [15503] = 3,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1068), 1,
      anon_sym_LBRACE,
    STATE(269), 1,
      sym_statement_block,
  [15513] = 3,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1050), 1,
      anon_sym_LBRACE,
    STATE(286), 1,
      sym_statement_block,
  [15523] = 3,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1050), 1,
      anon_sym_LBRACE,
    STATE(320), 1,
      sym_statement_block,
  [15533] = 3,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1068), 1,
      anon_sym_LBRACE,
    STATE(268), 1,
      sym_statement_block,
  [15543] = 3,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1315), 1,
      sym__end_tag_name,
    ACTIONS(1317), 1,
      sym_erroneous_end_tag_name,
  [15553] = 3,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1285), 1,
      anon_sym_LT_SLASH,
    STATE(254), 1,
      sym_end_tag,
  [15563] = 3,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1285), 1,
      anon_sym_LT_SLASH,
    STATE(253), 1,
      sym_end_tag,
  [15573] = 3,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1239), 1,
      anon_sym_LT_SLASH,
    STATE(326), 1,
      sym_end_tag,
  [15583] = 3,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1239), 1,
      anon_sym_LT_SLASH,
    STATE(329), 1,
      sym_end_tag,
  [15593] = 2,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1319), 2,
      anon_sym_EQ,
      sym_identifier,
  [15601] = 2,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1096), 2,
      anon_sym_DQUOTE,
      anon_sym_SEMI,
  [15609] = 2,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1321), 2,
      anon_sym_SEMI,
      anon_sym_RPAREN,
  [15617] = 2,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1323), 2,
      sym__control_flow_start,
      anon_sym_RBRACE,
  [15625] = 3,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1325), 1,
      sym_identifier,
    STATE(145), 1,
      sym_pipe_call,
  [15635] = 3,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1327), 1,
      sym_identifier,
    STATE(95), 1,
      sym_pipe_call,
  [15645] = 3,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1329), 1,
      sym_identifier,
    STATE(25), 1,
      sym_call_expression,
  [15655] = 3,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1331), 1,
      sym_identifier,
    STATE(108), 1,
      sym_call_expression,
  [15665] = 3,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1333), 1,
      anon_sym_DQUOTE,
    STATE(31), 1,
      sym__double_quote,
  [15675] = 3,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1068), 1,
      anon_sym_LBRACE,
    STATE(235), 1,
      sym_statement_block,
  [15685] = 3,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1311), 1,
      sym_identifier,
    STATE(524), 1,
      sym_assignment_expression,
  [15695] = 3,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1050), 1,
      anon_sym_LBRACE,
    STATE(346), 1,
      sym_statement_block,
  [15705] = 3,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1050), 1,
      anon_sym_LBRACE,
    STATE(345), 1,
      sym_statement_block,
  [15715] = 3,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1050), 1,
      anon_sym_LBRACE,
    STATE(344), 1,
      sym_statement_block,
  [15725] = 3,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1068), 1,
      anon_sym_LBRACE,
    STATE(258), 1,
      sym_statement_block,
  [15735] = 3,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1068), 1,
      anon_sym_LBRACE,
    STATE(261), 1,
      sym_statement_block,
  [15745] = 3,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1295), 1,
      anon_sym_LBRACE,
    STATE(578), 1,
      sym_statement_block,
  [15755] = 3,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1313), 1,
      sym_identifier,
    STATE(538), 1,
      sym_for_declaration,
  [15765] = 2,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1335), 2,
      sym_raw_text,
      anon_sym_LT_SLASH,
  [15773] = 3,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1337), 1,
      anon_sym_DQUOTE,
    STATE(361), 1,
      sym__double_quote,
  [15783] = 3,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1317), 1,
      sym_erroneous_end_tag_name,
    ACTIONS(1339), 1,
      sym__end_tag_name,
  [15793] = 3,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1311), 1,
      sym_identifier,
    STATE(696), 1,
      sym_assignment_expression,
  [15803] = 2,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1341), 2,
      sym_raw_text,
      anon_sym_LT_SLASH,
  [15811] = 3,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1343), 1,
      anon_sym_when,
    ACTIONS(1345), 1,
      anon_sym_on,
  [15821] = 3,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1347), 1,
      anon_sym_case,
    ACTIONS(1349), 1,
      anon_sym_default,
  [15831] = 3,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1351), 1,
      anon_sym_SEMI,
    ACTIONS(1353), 1,
      anon_sym_RPAREN,
  [15841] = 3,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1355), 1,
      sym_identifier,
    STATE(207), 1,
      sym_call_expression,
  [15851] = 3,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1050), 1,
      anon_sym_LBRACE,
    STATE(331), 1,
      sym_statement_block,
  [15861] = 3,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1357), 1,
      anon_sym_LBRACE,
    STATE(328), 1,
      sym_switch_body,
  [15871] = 3,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1050), 1,
      anon_sym_LBRACE,
    STATE(327), 1,
      sym_statement_block,
  [15881] = 3,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1359), 1,
      anon_sym_SQUOTE,
    ACTIONS(1361), 1,
      aux_sym_quoted_attribute_value_token1,
  [15891] = 3,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1359), 1,
      anon_sym_DQUOTE,
    ACTIONS(1363), 1,
      aux_sym_quoted_attribute_value_token2,
  [15901] = 3,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(823), 1,
      anon_sym_EQ,
    STATE(383), 1,
      sym__binding_assignment,
  [15911] = 3,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(823), 1,
      anon_sym_EQ,
    STATE(367), 1,
      sym__binding_assignment,
  [15921] = 3,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(823), 1,
      anon_sym_EQ,
    STATE(369), 1,
      sym__binding_assignment,
  [15931] = 3,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1050), 1,
      anon_sym_LBRACE,
    STATE(319), 1,
      sym_statement_block,
  [15941] = 3,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1050), 1,
      anon_sym_LBRACE,
    STATE(317), 1,
      sym_statement_block,
  [15951] = 3,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1365), 1,
      sym_identifier,
    STATE(281), 1,
      sym_pipe_call,
  [15961] = 2,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1367), 2,
      sym_raw_text,
      anon_sym_LT_SLASH,
  [15969] = 2,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1369), 2,
      sym_raw_text,
      anon_sym_LT_SLASH,
  [15977] = 3,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1371), 1,
      anon_sym_DQUOTE,
    STATE(23), 1,
      sym__double_quote,
  [15987] = 3,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1068), 1,
      anon_sym_LBRACE,
    STATE(252), 1,
      sym_statement_block,
  [15997] = 3,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1373), 1,
      anon_sym_DQUOTE,
    STATE(375), 1,
      sym__double_quote,
  [16007] = 2,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1190), 2,
      anon_sym_COMMA,
      anon_sym_RBRACK,
  [16015] = 3,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1068), 1,
      anon_sym_LBRACE,
    STATE(277), 1,
      sym_statement_block,
  [16025] = 3,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1311), 1,
      sym_identifier,
    STATE(468), 1,
      sym_assignment_expression,
  [16035] = 3,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1375), 1,
      anon_sym_SQUOTE,
    STATE(676), 1,
      sym__single_quote,
  [16045] = 3,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1377), 1,
      anon_sym_LBRACE,
    STATE(265), 1,
      sym_switch_body,
  [16055] = 2,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1379), 2,
      anon_sym_SEMI,
      anon_sym_RPAREN,
  [16063] = 2,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1381), 2,
      anon_sym_ms,
      anon_sym_s,
  [16071] = 2,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1383), 2,
      anon_sym_SEMI,
      anon_sym_RPAREN,
  [16079] = 3,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1385), 1,
      sym_identifier,
    STATE(47), 1,
      sym_call_expression,
  [16089] = 3,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1068), 1,
      anon_sym_LBRACE,
    STATE(279), 1,
      sym_statement_block,
  [16099] = 3,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1387), 1,
      sym_identifier,
    STATE(123), 1,
      sym_pipe_call,
  [16109] = 3,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(650), 1,
      anon_sym_EQ,
    STATE(354), 1,
      sym__binding_assignment,
  [16119] = 3,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(650), 1,
      anon_sym_EQ,
    STATE(352), 1,
      sym__binding_assignment,
  [16129] = 3,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1389), 1,
      anon_sym_DQUOTE,
    STATE(27), 1,
      sym__double_quote,
  [16139] = 3,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(650), 1,
      anon_sym_EQ,
    STATE(350), 1,
      sym__binding_assignment,
  [16149] = 3,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1391), 1,
      anon_sym_DQUOTE,
    ACTIONS(1393), 1,
      aux_sym_quoted_attribute_value_token2,
  [16159] = 3,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1391), 1,
      anon_sym_SQUOTE,
    ACTIONS(1395), 1,
      aux_sym_quoted_attribute_value_token1,
  [16169] = 2,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(590), 2,
      sym__control_flow_start,
      anon_sym_RBRACE,
  [16177] = 2,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1397), 1,
      anon_sym_LBRACE,
  [16184] = 2,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1399), 1,
      sym_identifier,
  [16191] = 2,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1401), 1,
      anon_sym_let,
  [16198] = 2,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1403), 1,
      anon_sym_LBRACE,
  [16205] = 2,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1405), 1,
      anon_sym_LBRACE,
  [16212] = 2,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1407), 1,
      sym_identifier,
  [16219] = 2,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1409), 1,
      anon_sym_RPAREN,
  [16226] = 2,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1411), 1,
      anon_sym_LBRACE,
  [16233] = 2,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1413), 1,
      anon_sym_LBRACE,
  [16240] = 2,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1415), 1,
      anon_sym_RPAREN,
  [16247] = 2,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1417), 1,
      anon_sym_SEMI,
  [16254] = 2,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1419), 1,
      anon_sym_RPAREN,
  [16261] = 2,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1421), 1,
      anon_sym_RPAREN,
  [16268] = 2,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1423), 1,
      anon_sym_SQUOTE,
  [16275] = 2,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1425), 1,
      anon_sym_RBRACK,
  [16282] = 2,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1427), 1,
      anon_sym_as,
  [16289] = 2,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1429), 1,
      anon_sym_COMMA,
  [16296] = 2,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1431), 1,
      anon_sym_COMMA,
  [16303] = 2,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1423), 1,
      anon_sym_DQUOTE,
  [16310] = 2,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1433), 1,
      anon_sym_LBRACE,
  [16317] = 2,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1435), 1,
      anon_sym_RBRACK,
  [16324] = 2,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1437), 1,
      anon_sym_RPAREN_RBRACK,
  [16331] = 2,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1439), 1,
      anon_sym_RBRACK,
  [16338] = 2,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1441), 1,
      anon_sym_RPAREN,
  [16345] = 2,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1443), 1,
      anon_sym_of,
  [16352] = 2,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1445), 1,
      anon_sym_DQUOTE,
  [16359] = 2,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1445), 1,
      anon_sym_SQUOTE,
  [16366] = 2,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1447), 1,
      anon_sym_RBRACK,
  [16373] = 2,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1449), 1,
      anon_sym_RPAREN,
  [16380] = 2,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1451), 1,
      sym_number,
  [16387] = 2,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1453), 1,
      anon_sym_RPAREN,
  [16394] = 2,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1455), 1,
      anon_sym_RPAREN,
  [16401] = 2,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1457), 1,
      anon_sym_RPAREN,
  [16408] = 2,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1459), 1,
      anon_sym_RBRACK,
  [16415] = 2,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1461), 1,
      sym_identifier,
  [16422] = 2,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1463), 1,
      anon_sym_RBRACK,
  [16429] = 2,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1465), 1,
      sym__doctype,
  [16436] = 2,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1317), 1,
      sym_erroneous_end_tag_name,
  [16443] = 2,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1467), 1,
      anon_sym_GT,
  [16450] = 2,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1469), 1,
      anon_sym_RBRACK,
  [16457] = 2,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1471), 1,
      anon_sym_RBRACK,
  [16464] = 2,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1473), 1,
      aux_sym_doctype_token1,
  [16471] = 2,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1475), 1,
      anon_sym_track,
  [16478] = 2,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1339), 1,
      sym__end_tag_name,
  [16485] = 2,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1477), 1,
      anon_sym_RPAREN,
  [16492] = 2,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1479), 1,
      anon_sym_RPAREN,
  [16499] = 2,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1481), 1,
      anon_sym_GT,
  [16506] = 2,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1483), 1,
      anon_sym_LPAREN,
  [16513] = 2,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1485), 1,
      anon_sym_LPAREN,
  [16520] = 2,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1487), 1,
      anon_sym_GT,
  [16527] = 2,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1489), 1,
      anon_sym_RPAREN,
  [16534] = 2,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1491), 1,
      sym_identifier,
  [16541] = 2,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1493), 1,
      anon_sym_RPAREN,
  [16548] = 2,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1495), 1,
      anon_sym_GT,
  [16555] = 2,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1497), 1,
      anon_sym_RBRACK,
  [16562] = 2,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1499), 1,
      anon_sym_RPAREN_RBRACK,
  [16569] = 2,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1501), 1,
      anon_sym_RPAREN,
  [16576] = 2,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1503), 1,
      anon_sym_RPAREN,
  [16583] = 2,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1505), 1,
      anon_sym_SEMI,
  [16590] = 2,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1507), 1,
      anon_sym_EQ,
  [16597] = 2,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1509), 1,
      anon_sym_SEMI,
  [16604] = 2,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1511), 1,
      sym_identifier,
  [16611] = 2,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1513), 1,
      sym_identifier,
  [16618] = 2,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1515), 1,
      anon_sym_COLON,
  [16625] = 2,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1517), 1,
      anon_sym_DQUOTE,
  [16632] = 2,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1315), 1,
      sym__end_tag_name,
  [16639] = 2,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1519), 1,
      sym_identifier,
  [16646] = 2,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1521), 1,
      anon_sym_GT,
  [16653] = 2,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1265), 1,
      anon_sym_COMMA,
  [16660] = 2,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1523), 1,
      anon_sym_GT,
  [16667] = 2,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1525), 1,
      aux_sym_doctype_token1,
  [16674] = 2,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1527), 1,
      anon_sym_LPAREN,
  [16681] = 2,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1529), 1,
      sym_identifier,
  [16688] = 2,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1531), 1,
      sym__doctype,
  [16695] = 2,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1533), 1,
      anon_sym_LPAREN,
  [16702] = 2,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1535), 1,
      anon_sym_COLON,
  [16709] = 2,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1537), 1,
      anon_sym_COLON,
  [16716] = 2,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1539), 1,
      anon_sym_LPAREN,
  [16723] = 2,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1541), 1,
      anon_sym_DQUOTE,
  [16730] = 2,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1279), 1,
      sym__interpolation_end,
  [16737] = 2,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1543), 1,
      anon_sym_COMMA,
  [16744] = 2,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1545), 1,
      anon_sym_DQUOTE,
  [16751] = 2,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1156), 1,
      sym__interpolation_end,
  [16758] = 2,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1547), 1,
      anon_sym_LPAREN,
  [16765] = 2,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1549), 1,
      anon_sym_LPAREN,
  [16772] = 2,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1551), 1,
      anon_sym_DQUOTE,
  [16779] = 2,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1553), 1,
      ts_builtin_sym_end,
  [16786] = 2,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1291), 1,
      anon_sym_COMMA,
  [16793] = 2,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1555), 1,
      sym_erroneous_end_tag_name,
};

static const uint32_t ts_small_parse_table_map[] = {
  [SMALL_STATE(2)] = 0,
  [SMALL_STATE(3)] = 92,
  [SMALL_STATE(4)] = 182,
  [SMALL_STATE(5)] = 274,
  [SMALL_STATE(6)] = 366,
  [SMALL_STATE(7)] = 458,
  [SMALL_STATE(8)] = 547,
  [SMALL_STATE(9)] = 636,
  [SMALL_STATE(10)] = 725,
  [SMALL_STATE(11)] = 814,
  [SMALL_STATE(12)] = 903,
  [SMALL_STATE(13)] = 992,
  [SMALL_STATE(14)] = 1081,
  [SMALL_STATE(15)] = 1170,
  [SMALL_STATE(16)] = 1259,
  [SMALL_STATE(17)] = 1345,
  [SMALL_STATE(18)] = 1394,
  [SMALL_STATE(19)] = 1435,
  [SMALL_STATE(20)] = 1476,
  [SMALL_STATE(21)] = 1514,
  [SMALL_STATE(22)] = 1552,
  [SMALL_STATE(23)] = 1592,
  [SMALL_STATE(24)] = 1662,
  [SMALL_STATE(25)] = 1730,
  [SMALL_STATE(26)] = 1768,
  [SMALL_STATE(27)] = 1806,
  [SMALL_STATE(28)] = 1874,
  [SMALL_STATE(29)] = 1912,
  [SMALL_STATE(30)] = 1950,
  [SMALL_STATE(31)] = 1988,
  [SMALL_STATE(32)] = 2058,
  [SMALL_STATE(33)] = 2096,
  [SMALL_STATE(34)] = 2134,
  [SMALL_STATE(35)] = 2176,
  [SMALL_STATE(36)] = 2214,
  [SMALL_STATE(37)] = 2252,
  [SMALL_STATE(38)] = 2319,
  [SMALL_STATE(39)] = 2358,
  [SMALL_STATE(40)] = 2407,
  [SMALL_STATE(41)] = 2456,
  [SMALL_STATE(42)] = 2503,
  [SMALL_STATE(43)] = 2556,
  [SMALL_STATE(44)] = 2599,
  [SMALL_STATE(45)] = 2636,
  [SMALL_STATE(46)] = 2673,
  [SMALL_STATE(47)] = 2726,
  [SMALL_STATE(48)] = 2763,
  [SMALL_STATE(49)] = 2803,
  [SMALL_STATE(50)] = 2867,
  [SMALL_STATE(51)] = 2931,
  [SMALL_STATE(52)] = 2967,
  [SMALL_STATE(53)] = 3031,
  [SMALL_STATE(54)] = 3067,
  [SMALL_STATE(55)] = 3103,
  [SMALL_STATE(56)] = 3143,
  [SMALL_STATE(57)] = 3179,
  [SMALL_STATE(58)] = 3219,
  [SMALL_STATE(59)] = 3283,
  [SMALL_STATE(60)] = 3319,
  [SMALL_STATE(61)] = 3355,
  [SMALL_STATE(62)] = 3391,
  [SMALL_STATE(63)] = 3455,
  [SMALL_STATE(64)] = 3519,
  [SMALL_STATE(65)] = 3559,
  [SMALL_STATE(66)] = 3595,
  [SMALL_STATE(67)] = 3656,
  [SMALL_STATE(68)] = 3717,
  [SMALL_STATE(69)] = 3780,
  [SMALL_STATE(70)] = 3819,
  [SMALL_STATE(71)] = 3870,
  [SMALL_STATE(72)] = 3931,
  [SMALL_STATE(73)] = 3992,
  [SMALL_STATE(74)] = 4053,
  [SMALL_STATE(75)] = 4094,
  [SMALL_STATE(76)] = 4157,
  [SMALL_STATE(77)] = 4218,
  [SMALL_STATE(78)] = 4281,
  [SMALL_STATE(79)] = 4342,
  [SMALL_STATE(80)] = 4403,
  [SMALL_STATE(81)] = 4450,
  [SMALL_STATE(82)] = 4511,
  [SMALL_STATE(83)] = 4572,
  [SMALL_STATE(84)] = 4635,
  [SMALL_STATE(85)] = 4696,
  [SMALL_STATE(86)] = 4734,
  [SMALL_STATE(87)] = 4772,
  [SMALL_STATE(88)] = 4810,
  [SMALL_STATE(89)] = 4848,
  [SMALL_STATE(90)] = 4886,
  [SMALL_STATE(91)] = 4935,
  [SMALL_STATE(92)] = 4968,
  [SMALL_STATE(93)] = 5015,
  [SMALL_STATE(94)] = 5050,
  [SMALL_STATE(95)] = 5097,
  [SMALL_STATE(96)] = 5130,
  [SMALL_STATE(97)] = 5173,
  [SMALL_STATE(98)] = 5208,
  [SMALL_STATE(99)] = 5253,
  [SMALL_STATE(100)] = 5302,
  [SMALL_STATE(101)] = 5334,
  [SMALL_STATE(102)] = 5370,
  [SMALL_STATE(103)] = 5402,
  [SMALL_STATE(104)] = 5438,
  [SMALL_STATE(105)] = 5470,
  [SMALL_STATE(106)] = 5502,
  [SMALL_STATE(107)] = 5534,
  [SMALL_STATE(108)] = 5566,
  [SMALL_STATE(109)] = 5598,
  [SMALL_STATE(110)] = 5630,
  [SMALL_STATE(111)] = 5662,
  [SMALL_STATE(112)] = 5694,
  [SMALL_STATE(113)] = 5730,
  [SMALL_STATE(114)] = 5762,
  [SMALL_STATE(115)] = 5794,
  [SMALL_STATE(116)] = 5851,
  [SMALL_STATE(117)] = 5888,
  [SMALL_STATE(118)] = 5919,
  [SMALL_STATE(119)] = 5956,
  [SMALL_STATE(120)] = 5993,
  [SMALL_STATE(121)] = 6030,
  [SMALL_STATE(122)] = 6067,
  [SMALL_STATE(123)] = 6124,
  [SMALL_STATE(124)] = 6155,
  [SMALL_STATE(125)] = 6212,
  [SMALL_STATE(126)] = 6247,
  [SMALL_STATE(127)] = 6304,
  [SMALL_STATE(128)] = 6338,
  [SMALL_STATE(129)] = 6392,
  [SMALL_STATE(130)] = 6422,
  [SMALL_STATE(131)] = 6456,
  [SMALL_STATE(132)] = 6510,
  [SMALL_STATE(133)] = 6564,
  [SMALL_STATE(134)] = 6618,
  [SMALL_STATE(135)] = 6653,
  [SMALL_STATE(136)] = 6688,
  [SMALL_STATE(137)] = 6720,
  [SMALL_STATE(138)] = 6768,
  [SMALL_STATE(139)] = 6816,
  [SMALL_STATE(140)] = 6864,
  [SMALL_STATE(141)] = 6912,
  [SMALL_STATE(142)] = 6944,
  [SMALL_STATE(143)] = 6992,
  [SMALL_STATE(144)] = 7025,
  [SMALL_STATE(145)] = 7072,
  [SMALL_STATE(146)] = 7099,
  [SMALL_STATE(147)] = 7146,
  [SMALL_STATE(148)] = 7193,
  [SMALL_STATE(149)] = 7220,
  [SMALL_STATE(150)] = 7253,
  [SMALL_STATE(151)] = 7300,
  [SMALL_STATE(152)] = 7347,
  [SMALL_STATE(153)] = 7391,
  [SMALL_STATE(154)] = 7437,
  [SMALL_STATE(155)] = 7463,
  [SMALL_STATE(156)] = 7507,
  [SMALL_STATE(157)] = 7553,
  [SMALL_STATE(158)] = 7597,
  [SMALL_STATE(159)] = 7641,
  [SMALL_STATE(160)] = 7687,
  [SMALL_STATE(161)] = 7731,
  [SMALL_STATE(162)] = 7775,
  [SMALL_STATE(163)] = 7819,
  [SMALL_STATE(164)] = 7863,
  [SMALL_STATE(165)] = 7907,
  [SMALL_STATE(166)] = 7953,
  [SMALL_STATE(167)] = 7997,
  [SMALL_STATE(168)] = 8043,
  [SMALL_STATE(169)] = 8087,
  [SMALL_STATE(170)] = 8133,
  [SMALL_STATE(171)] = 8177,
  [SMALL_STATE(172)] = 8223,
  [SMALL_STATE(173)] = 8253,
  [SMALL_STATE(174)] = 8299,
  [SMALL_STATE(175)] = 8340,
  [SMALL_STATE(176)] = 8381,
  [SMALL_STATE(177)] = 8422,
  [SMALL_STATE(178)] = 8465,
  [SMALL_STATE(179)] = 8506,
  [SMALL_STATE(180)] = 8547,
  [SMALL_STATE(181)] = 8588,
  [SMALL_STATE(182)] = 8629,
  [SMALL_STATE(183)] = 8670,
  [SMALL_STATE(184)] = 8713,
  [SMALL_STATE(185)] = 8754,
  [SMALL_STATE(186)] = 8795,
  [SMALL_STATE(187)] = 8836,
  [SMALL_STATE(188)] = 8877,
  [SMALL_STATE(189)] = 8920,
  [SMALL_STATE(190)] = 8963,
  [SMALL_STATE(191)] = 9004,
  [SMALL_STATE(192)] = 9045,
  [SMALL_STATE(193)] = 9087,
  [SMALL_STATE(194)] = 9113,
  [SMALL_STATE(195)] = 9155,
  [SMALL_STATE(196)] = 9197,
  [SMALL_STATE(197)] = 9237,
  [SMALL_STATE(198)] = 9263,
  [SMALL_STATE(199)] = 9289,
  [SMALL_STATE(200)] = 9315,
  [SMALL_STATE(201)] = 9341,
  [SMALL_STATE(202)] = 9367,
  [SMALL_STATE(203)] = 9393,
  [SMALL_STATE(204)] = 9435,
  [SMALL_STATE(205)] = 9469,
  [SMALL_STATE(206)] = 9492,
  [SMALL_STATE(207)] = 9515,
  [SMALL_STATE(208)] = 9538,
  [SMALL_STATE(209)] = 9561,
  [SMALL_STATE(210)] = 9584,
  [SMALL_STATE(211)] = 9607,
  [SMALL_STATE(212)] = 9630,
  [SMALL_STATE(213)] = 9653,
  [SMALL_STATE(214)] = 9676,
  [SMALL_STATE(215)] = 9703,
  [SMALL_STATE(216)] = 9726,
  [SMALL_STATE(217)] = 9765,
  [SMALL_STATE(218)] = 9804,
  [SMALL_STATE(219)] = 9843,
  [SMALL_STATE(220)] = 9882,
  [SMALL_STATE(221)] = 9921,
  [SMALL_STATE(222)] = 9944,
  [SMALL_STATE(223)] = 9972,
  [SMALL_STATE(224)] = 9999,
  [SMALL_STATE(225)] = 10024,
  [SMALL_STATE(226)] = 10049,
  [SMALL_STATE(227)] = 10075,
  [SMALL_STATE(228)] = 10095,
  [SMALL_STATE(229)] = 10118,
  [SMALL_STATE(230)] = 10137,
  [SMALL_STATE(231)] = 10160,
  [SMALL_STATE(232)] = 10183,
  [SMALL_STATE(233)] = 10206,
  [SMALL_STATE(234)] = 10224,
  [SMALL_STATE(235)] = 10242,
  [SMALL_STATE(236)] = 10260,
  [SMALL_STATE(237)] = 10278,
  [SMALL_STATE(238)] = 10296,
  [SMALL_STATE(239)] = 10314,
  [SMALL_STATE(240)] = 10332,
  [SMALL_STATE(241)] = 10350,
  [SMALL_STATE(242)] = 10368,
  [SMALL_STATE(243)] = 10386,
  [SMALL_STATE(244)] = 10404,
  [SMALL_STATE(245)] = 10422,
  [SMALL_STATE(246)] = 10456,
  [SMALL_STATE(247)] = 10474,
  [SMALL_STATE(248)] = 10492,
  [SMALL_STATE(249)] = 10510,
  [SMALL_STATE(250)] = 10532,
  [SMALL_STATE(251)] = 10566,
  [SMALL_STATE(252)] = 10584,
  [SMALL_STATE(253)] = 10602,
  [SMALL_STATE(254)] = 10620,
  [SMALL_STATE(255)] = 10638,
  [SMALL_STATE(256)] = 10656,
  [SMALL_STATE(257)] = 10674,
  [SMALL_STATE(258)] = 10692,
  [SMALL_STATE(259)] = 10710,
  [SMALL_STATE(260)] = 10728,
  [SMALL_STATE(261)] = 10746,
  [SMALL_STATE(262)] = 10764,
  [SMALL_STATE(263)] = 10782,
  [SMALL_STATE(264)] = 10800,
  [SMALL_STATE(265)] = 10818,
  [SMALL_STATE(266)] = 10836,
  [SMALL_STATE(267)] = 10854,
  [SMALL_STATE(268)] = 10872,
  [SMALL_STATE(269)] = 10890,
  [SMALL_STATE(270)] = 10908,
  [SMALL_STATE(271)] = 10926,
  [SMALL_STATE(272)] = 10944,
  [SMALL_STATE(273)] = 10962,
  [SMALL_STATE(274)] = 10980,
  [SMALL_STATE(275)] = 10998,
  [SMALL_STATE(276)] = 11016,
  [SMALL_STATE(277)] = 11034,
  [SMALL_STATE(278)] = 11052,
  [SMALL_STATE(279)] = 11070,
  [SMALL_STATE(280)] = 11088,
  [SMALL_STATE(281)] = 11106,
  [SMALL_STATE(282)] = 11124,
  [SMALL_STATE(283)] = 11141,
  [SMALL_STATE(284)] = 11170,
  [SMALL_STATE(285)] = 11187,
  [SMALL_STATE(286)] = 11204,
  [SMALL_STATE(287)] = 11221,
  [SMALL_STATE(288)] = 11238,
  [SMALL_STATE(289)] = 11255,
  [SMALL_STATE(290)] = 11284,
  [SMALL_STATE(291)] = 11313,
  [SMALL_STATE(292)] = 11330,
  [SMALL_STATE(293)] = 11347,
  [SMALL_STATE(294)] = 11366,
  [SMALL_STATE(295)] = 11383,
  [SMALL_STATE(296)] = 11400,
  [SMALL_STATE(297)] = 11417,
  [SMALL_STATE(298)] = 11434,
  [SMALL_STATE(299)] = 11453,
  [SMALL_STATE(300)] = 11470,
  [SMALL_STATE(301)] = 11487,
  [SMALL_STATE(302)] = 11516,
  [SMALL_STATE(303)] = 11537,
  [SMALL_STATE(304)] = 11566,
  [SMALL_STATE(305)] = 11585,
  [SMALL_STATE(306)] = 11602,
  [SMALL_STATE(307)] = 11621,
  [SMALL_STATE(308)] = 11638,
  [SMALL_STATE(309)] = 11655,
  [SMALL_STATE(310)] = 11672,
  [SMALL_STATE(311)] = 11689,
  [SMALL_STATE(312)] = 11706,
  [SMALL_STATE(313)] = 11723,
  [SMALL_STATE(314)] = 11740,
  [SMALL_STATE(315)] = 11757,
  [SMALL_STATE(316)] = 11774,
  [SMALL_STATE(317)] = 11791,
  [SMALL_STATE(318)] = 11808,
  [SMALL_STATE(319)] = 11825,
  [SMALL_STATE(320)] = 11842,
  [SMALL_STATE(321)] = 11859,
  [SMALL_STATE(322)] = 11876,
  [SMALL_STATE(323)] = 11893,
  [SMALL_STATE(324)] = 11910,
  [SMALL_STATE(325)] = 11927,
  [SMALL_STATE(326)] = 11956,
  [SMALL_STATE(327)] = 11973,
  [SMALL_STATE(328)] = 11990,
  [SMALL_STATE(329)] = 12007,
  [SMALL_STATE(330)] = 12024,
  [SMALL_STATE(331)] = 12041,
  [SMALL_STATE(332)] = 12058,
  [SMALL_STATE(333)] = 12079,
  [SMALL_STATE(334)] = 12108,
  [SMALL_STATE(335)] = 12127,
  [SMALL_STATE(336)] = 12144,
  [SMALL_STATE(337)] = 12161,
  [SMALL_STATE(338)] = 12190,
  [SMALL_STATE(339)] = 12207,
  [SMALL_STATE(340)] = 12224,
  [SMALL_STATE(341)] = 12241,
  [SMALL_STATE(342)] = 12270,
  [SMALL_STATE(343)] = 12289,
  [SMALL_STATE(344)] = 12306,
  [SMALL_STATE(345)] = 12323,
  [SMALL_STATE(346)] = 12340,
  [SMALL_STATE(347)] = 12357,
  [SMALL_STATE(348)] = 12374,
  [SMALL_STATE(349)] = 12391,
  [SMALL_STATE(350)] = 12409,
  [SMALL_STATE(351)] = 12425,
  [SMALL_STATE(352)] = 12443,
  [SMALL_STATE(353)] = 12459,
  [SMALL_STATE(354)] = 12475,
  [SMALL_STATE(355)] = 12491,
  [SMALL_STATE(356)] = 12507,
  [SMALL_STATE(357)] = 12523,
  [SMALL_STATE(358)] = 12539,
  [SMALL_STATE(359)] = 12555,
  [SMALL_STATE(360)] = 12571,
  [SMALL_STATE(361)] = 12587,
  [SMALL_STATE(362)] = 12603,
  [SMALL_STATE(363)] = 12631,
  [SMALL_STATE(364)] = 12647,
  [SMALL_STATE(365)] = 12671,
  [SMALL_STATE(366)] = 12690,
  [SMALL_STATE(367)] = 12705,
  [SMALL_STATE(368)] = 12720,
  [SMALL_STATE(369)] = 12735,
  [SMALL_STATE(370)] = 12750,
  [SMALL_STATE(371)] = 12765,
  [SMALL_STATE(372)] = 12780,
  [SMALL_STATE(373)] = 12799,
  [SMALL_STATE(374)] = 12816,
  [SMALL_STATE(375)] = 12833,
  [SMALL_STATE(376)] = 12848,
  [SMALL_STATE(377)] = 12863,
  [SMALL_STATE(378)] = 12878,
  [SMALL_STATE(379)] = 12895,
  [SMALL_STATE(380)] = 12910,
  [SMALL_STATE(381)] = 12925,
  [SMALL_STATE(382)] = 12940,
  [SMALL_STATE(383)] = 12955,
  [SMALL_STATE(384)] = 12970,
  [SMALL_STATE(385)] = 12985,
  [SMALL_STATE(386)] = 13000,
  [SMALL_STATE(387)] = 13016,
  [SMALL_STATE(388)] = 13032,
  [SMALL_STATE(389)] = 13048,
  [SMALL_STATE(390)] = 13070,
  [SMALL_STATE(391)] = 13084,
  [SMALL_STATE(392)] = 13100,
  [SMALL_STATE(393)] = 13116,
  [SMALL_STATE(394)] = 13132,
  [SMALL_STATE(395)] = 13148,
  [SMALL_STATE(396)] = 13170,
  [SMALL_STATE(397)] = 13189,
  [SMALL_STATE(398)] = 13208,
  [SMALL_STATE(399)] = 13225,
  [SMALL_STATE(400)] = 13240,
  [SMALL_STATE(401)] = 13259,
  [SMALL_STATE(402)] = 13278,
  [SMALL_STATE(403)] = 13297,
  [SMALL_STATE(404)] = 13310,
  [SMALL_STATE(405)] = 13323,
  [SMALL_STATE(406)] = 13340,
  [SMALL_STATE(407)] = 13355,
  [SMALL_STATE(408)] = 13374,
  [SMALL_STATE(409)] = 13391,
  [SMALL_STATE(410)] = 13410,
  [SMALL_STATE(411)] = 13429,
  [SMALL_STATE(412)] = 13448,
  [SMALL_STATE(413)] = 13465,
  [SMALL_STATE(414)] = 13480,
  [SMALL_STATE(415)] = 13493,
  [SMALL_STATE(416)] = 13512,
  [SMALL_STATE(417)] = 13529,
  [SMALL_STATE(418)] = 13544,
  [SMALL_STATE(419)] = 13557,
  [SMALL_STATE(420)] = 13570,
  [SMALL_STATE(421)] = 13587,
  [SMALL_STATE(422)] = 13602,
  [SMALL_STATE(423)] = 13615,
  [SMALL_STATE(424)] = 13628,
  [SMALL_STATE(425)] = 13643,
  [SMALL_STATE(426)] = 13656,
  [SMALL_STATE(427)] = 13671,
  [SMALL_STATE(428)] = 13684,
  [SMALL_STATE(429)] = 13699,
  [SMALL_STATE(430)] = 13712,
  [SMALL_STATE(431)] = 13727,
  [SMALL_STATE(432)] = 13746,
  [SMALL_STATE(433)] = 13765,
  [SMALL_STATE(434)] = 13780,
  [SMALL_STATE(435)] = 13799,
  [SMALL_STATE(436)] = 13814,
  [SMALL_STATE(437)] = 13833,
  [SMALL_STATE(438)] = 13852,
  [SMALL_STATE(439)] = 13869,
  [SMALL_STATE(440)] = 13882,
  [SMALL_STATE(441)] = 13897,
  [SMALL_STATE(442)] = 13916,
  [SMALL_STATE(443)] = 13932,
  [SMALL_STATE(444)] = 13946,
  [SMALL_STATE(445)] = 13962,
  [SMALL_STATE(446)] = 13978,
  [SMALL_STATE(447)] = 13994,
  [SMALL_STATE(448)] = 14008,
  [SMALL_STATE(449)] = 14022,
  [SMALL_STATE(450)] = 14034,
  [SMALL_STATE(451)] = 14050,
  [SMALL_STATE(452)] = 14066,
  [SMALL_STATE(453)] = 14076,
  [SMALL_STATE(454)] = 14092,
  [SMALL_STATE(455)] = 14108,
  [SMALL_STATE(456)] = 14124,
  [SMALL_STATE(457)] = 14140,
  [SMALL_STATE(458)] = 14156,
  [SMALL_STATE(459)] = 14170,
  [SMALL_STATE(460)] = 14186,
  [SMALL_STATE(461)] = 14202,
  [SMALL_STATE(462)] = 14216,
  [SMALL_STATE(463)] = 14230,
  [SMALL_STATE(464)] = 14242,
  [SMALL_STATE(465)] = 14254,
  [SMALL_STATE(466)] = 14270,
  [SMALL_STATE(467)] = 14286,
  [SMALL_STATE(468)] = 14302,
  [SMALL_STATE(469)] = 14316,
  [SMALL_STATE(470)] = 14328,
  [SMALL_STATE(471)] = 14344,
  [SMALL_STATE(472)] = 14358,
  [SMALL_STATE(473)] = 14372,
  [SMALL_STATE(474)] = 14388,
  [SMALL_STATE(475)] = 14402,
  [SMALL_STATE(476)] = 14416,
  [SMALL_STATE(477)] = 14432,
  [SMALL_STATE(478)] = 14448,
  [SMALL_STATE(479)] = 14464,
  [SMALL_STATE(480)] = 14480,
  [SMALL_STATE(481)] = 14494,
  [SMALL_STATE(482)] = 14508,
  [SMALL_STATE(483)] = 14524,
  [SMALL_STATE(484)] = 14537,
  [SMALL_STATE(485)] = 14550,
  [SMALL_STATE(486)] = 14563,
  [SMALL_STATE(487)] = 14576,
  [SMALL_STATE(488)] = 14589,
  [SMALL_STATE(489)] = 14602,
  [SMALL_STATE(490)] = 14613,
  [SMALL_STATE(491)] = 14626,
  [SMALL_STATE(492)] = 14635,
  [SMALL_STATE(493)] = 14644,
  [SMALL_STATE(494)] = 14657,
  [SMALL_STATE(495)] = 14670,
  [SMALL_STATE(496)] = 14681,
  [SMALL_STATE(497)] = 14694,
  [SMALL_STATE(498)] = 14707,
  [SMALL_STATE(499)] = 14720,
  [SMALL_STATE(500)] = 14733,
  [SMALL_STATE(501)] = 14746,
  [SMALL_STATE(502)] = 14759,
  [SMALL_STATE(503)] = 14768,
  [SMALL_STATE(504)] = 14781,
  [SMALL_STATE(505)] = 14794,
  [SMALL_STATE(506)] = 14807,
  [SMALL_STATE(507)] = 14820,
  [SMALL_STATE(508)] = 14833,
  [SMALL_STATE(509)] = 14844,
  [SMALL_STATE(510)] = 14857,
  [SMALL_STATE(511)] = 14866,
  [SMALL_STATE(512)] = 14877,
  [SMALL_STATE(513)] = 14888,
  [SMALL_STATE(514)] = 14901,
  [SMALL_STATE(515)] = 14914,
  [SMALL_STATE(516)] = 14925,
  [SMALL_STATE(517)] = 14936,
  [SMALL_STATE(518)] = 14949,
  [SMALL_STATE(519)] = 14962,
  [SMALL_STATE(520)] = 14975,
  [SMALL_STATE(521)] = 14986,
  [SMALL_STATE(522)] = 14997,
  [SMALL_STATE(523)] = 15010,
  [SMALL_STATE(524)] = 15023,
  [SMALL_STATE(525)] = 15032,
  [SMALL_STATE(526)] = 15045,
  [SMALL_STATE(527)] = 15058,
  [SMALL_STATE(528)] = 15069,
  [SMALL_STATE(529)] = 15082,
  [SMALL_STATE(530)] = 15095,
  [SMALL_STATE(531)] = 15108,
  [SMALL_STATE(532)] = 15121,
  [SMALL_STATE(533)] = 15132,
  [SMALL_STATE(534)] = 15145,
  [SMALL_STATE(535)] = 15158,
  [SMALL_STATE(536)] = 15171,
  [SMALL_STATE(537)] = 15184,
  [SMALL_STATE(538)] = 15197,
  [SMALL_STATE(539)] = 15210,
  [SMALL_STATE(540)] = 15223,
  [SMALL_STATE(541)] = 15236,
  [SMALL_STATE(542)] = 15249,
  [SMALL_STATE(543)] = 15258,
  [SMALL_STATE(544)] = 15271,
  [SMALL_STATE(545)] = 15284,
  [SMALL_STATE(546)] = 15293,
  [SMALL_STATE(547)] = 15306,
  [SMALL_STATE(548)] = 15319,
  [SMALL_STATE(549)] = 15332,
  [SMALL_STATE(550)] = 15343,
  [SMALL_STATE(551)] = 15356,
  [SMALL_STATE(552)] = 15369,
  [SMALL_STATE(553)] = 15379,
  [SMALL_STATE(554)] = 15389,
  [SMALL_STATE(555)] = 15397,
  [SMALL_STATE(556)] = 15407,
  [SMALL_STATE(557)] = 15417,
  [SMALL_STATE(558)] = 15427,
  [SMALL_STATE(559)] = 15435,
  [SMALL_STATE(560)] = 15445,
  [SMALL_STATE(561)] = 15453,
  [SMALL_STATE(562)] = 15463,
  [SMALL_STATE(563)] = 15473,
  [SMALL_STATE(564)] = 15483,
  [SMALL_STATE(565)] = 15493,
  [SMALL_STATE(566)] = 15503,
  [SMALL_STATE(567)] = 15513,
  [SMALL_STATE(568)] = 15523,
  [SMALL_STATE(569)] = 15533,
  [SMALL_STATE(570)] = 15543,
  [SMALL_STATE(571)] = 15553,
  [SMALL_STATE(572)] = 15563,
  [SMALL_STATE(573)] = 15573,
  [SMALL_STATE(574)] = 15583,
  [SMALL_STATE(575)] = 15593,
  [SMALL_STATE(576)] = 15601,
  [SMALL_STATE(577)] = 15609,
  [SMALL_STATE(578)] = 15617,
  [SMALL_STATE(579)] = 15625,
  [SMALL_STATE(580)] = 15635,
  [SMALL_STATE(581)] = 15645,
  [SMALL_STATE(582)] = 15655,
  [SMALL_STATE(583)] = 15665,
  [SMALL_STATE(584)] = 15675,
  [SMALL_STATE(585)] = 15685,
  [SMALL_STATE(586)] = 15695,
  [SMALL_STATE(587)] = 15705,
  [SMALL_STATE(588)] = 15715,
  [SMALL_STATE(589)] = 15725,
  [SMALL_STATE(590)] = 15735,
  [SMALL_STATE(591)] = 15745,
  [SMALL_STATE(592)] = 15755,
  [SMALL_STATE(593)] = 15765,
  [SMALL_STATE(594)] = 15773,
  [SMALL_STATE(595)] = 15783,
  [SMALL_STATE(596)] = 15793,
  [SMALL_STATE(597)] = 15803,
  [SMALL_STATE(598)] = 15811,
  [SMALL_STATE(599)] = 15821,
  [SMALL_STATE(600)] = 15831,
  [SMALL_STATE(601)] = 15841,
  [SMALL_STATE(602)] = 15851,
  [SMALL_STATE(603)] = 15861,
  [SMALL_STATE(604)] = 15871,
  [SMALL_STATE(605)] = 15881,
  [SMALL_STATE(606)] = 15891,
  [SMALL_STATE(607)] = 15901,
  [SMALL_STATE(608)] = 15911,
  [SMALL_STATE(609)] = 15921,
  [SMALL_STATE(610)] = 15931,
  [SMALL_STATE(611)] = 15941,
  [SMALL_STATE(612)] = 15951,
  [SMALL_STATE(613)] = 15961,
  [SMALL_STATE(614)] = 15969,
  [SMALL_STATE(615)] = 15977,
  [SMALL_STATE(616)] = 15987,
  [SMALL_STATE(617)] = 15997,
  [SMALL_STATE(618)] = 16007,
  [SMALL_STATE(619)] = 16015,
  [SMALL_STATE(620)] = 16025,
  [SMALL_STATE(621)] = 16035,
  [SMALL_STATE(622)] = 16045,
  [SMALL_STATE(623)] = 16055,
  [SMALL_STATE(624)] = 16063,
  [SMALL_STATE(625)] = 16071,
  [SMALL_STATE(626)] = 16079,
  [SMALL_STATE(627)] = 16089,
  [SMALL_STATE(628)] = 16099,
  [SMALL_STATE(629)] = 16109,
  [SMALL_STATE(630)] = 16119,
  [SMALL_STATE(631)] = 16129,
  [SMALL_STATE(632)] = 16139,
  [SMALL_STATE(633)] = 16149,
  [SMALL_STATE(634)] = 16159,
  [SMALL_STATE(635)] = 16169,
  [SMALL_STATE(636)] = 16177,
  [SMALL_STATE(637)] = 16184,
  [SMALL_STATE(638)] = 16191,
  [SMALL_STATE(639)] = 16198,
  [SMALL_STATE(640)] = 16205,
  [SMALL_STATE(641)] = 16212,
  [SMALL_STATE(642)] = 16219,
  [SMALL_STATE(643)] = 16226,
  [SMALL_STATE(644)] = 16233,
  [SMALL_STATE(645)] = 16240,
  [SMALL_STATE(646)] = 16247,
  [SMALL_STATE(647)] = 16254,
  [SMALL_STATE(648)] = 16261,
  [SMALL_STATE(649)] = 16268,
  [SMALL_STATE(650)] = 16275,
  [SMALL_STATE(651)] = 16282,
  [SMALL_STATE(652)] = 16289,
  [SMALL_STATE(653)] = 16296,
  [SMALL_STATE(654)] = 16303,
  [SMALL_STATE(655)] = 16310,
  [SMALL_STATE(656)] = 16317,
  [SMALL_STATE(657)] = 16324,
  [SMALL_STATE(658)] = 16331,
  [SMALL_STATE(659)] = 16338,
  [SMALL_STATE(660)] = 16345,
  [SMALL_STATE(661)] = 16352,
  [SMALL_STATE(662)] = 16359,
  [SMALL_STATE(663)] = 16366,
  [SMALL_STATE(664)] = 16373,
  [SMALL_STATE(665)] = 16380,
  [SMALL_STATE(666)] = 16387,
  [SMALL_STATE(667)] = 16394,
  [SMALL_STATE(668)] = 16401,
  [SMALL_STATE(669)] = 16408,
  [SMALL_STATE(670)] = 16415,
  [SMALL_STATE(671)] = 16422,
  [SMALL_STATE(672)] = 16429,
  [SMALL_STATE(673)] = 16436,
  [SMALL_STATE(674)] = 16443,
  [SMALL_STATE(675)] = 16450,
  [SMALL_STATE(676)] = 16457,
  [SMALL_STATE(677)] = 16464,
  [SMALL_STATE(678)] = 16471,
  [SMALL_STATE(679)] = 16478,
  [SMALL_STATE(680)] = 16485,
  [SMALL_STATE(681)] = 16492,
  [SMALL_STATE(682)] = 16499,
  [SMALL_STATE(683)] = 16506,
  [SMALL_STATE(684)] = 16513,
  [SMALL_STATE(685)] = 16520,
  [SMALL_STATE(686)] = 16527,
  [SMALL_STATE(687)] = 16534,
  [SMALL_STATE(688)] = 16541,
  [SMALL_STATE(689)] = 16548,
  [SMALL_STATE(690)] = 16555,
  [SMALL_STATE(691)] = 16562,
  [SMALL_STATE(692)] = 16569,
  [SMALL_STATE(693)] = 16576,
  [SMALL_STATE(694)] = 16583,
  [SMALL_STATE(695)] = 16590,
  [SMALL_STATE(696)] = 16597,
  [SMALL_STATE(697)] = 16604,
  [SMALL_STATE(698)] = 16611,
  [SMALL_STATE(699)] = 16618,
  [SMALL_STATE(700)] = 16625,
  [SMALL_STATE(701)] = 16632,
  [SMALL_STATE(702)] = 16639,
  [SMALL_STATE(703)] = 16646,
  [SMALL_STATE(704)] = 16653,
  [SMALL_STATE(705)] = 16660,
  [SMALL_STATE(706)] = 16667,
  [SMALL_STATE(707)] = 16674,
  [SMALL_STATE(708)] = 16681,
  [SMALL_STATE(709)] = 16688,
  [SMALL_STATE(710)] = 16695,
  [SMALL_STATE(711)] = 16702,
  [SMALL_STATE(712)] = 16709,
  [SMALL_STATE(713)] = 16716,
  [SMALL_STATE(714)] = 16723,
  [SMALL_STATE(715)] = 16730,
  [SMALL_STATE(716)] = 16737,
  [SMALL_STATE(717)] = 16744,
  [SMALL_STATE(718)] = 16751,
  [SMALL_STATE(719)] = 16758,
  [SMALL_STATE(720)] = 16765,
  [SMALL_STATE(721)] = 16772,
  [SMALL_STATE(722)] = 16779,
  [SMALL_STATE(723)] = 16786,
  [SMALL_STATE(724)] = 16793,
};

static const TSParseActionEntry ts_parse_actions[] = {
  [0] = {.entry = {.count = 0, .reusable = false}},
  [1] = {.entry = {.count = 1, .reusable = false}}, RECOVER(),
  [3] = {.entry = {.count = 1, .reusable = true}}, SHIFT_EXTRA(),
  [5] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_document, 0, 0, 0),
  [7] = {.entry = {.count = 1, .reusable = true}}, SHIFT(672),
  [9] = {.entry = {.count = 1, .reusable = false}}, SHIFT(503),
  [11] = {.entry = {.count = 1, .reusable = true}}, SHIFT(724),
  [13] = {.entry = {.count = 1, .reusable = true}}, SHIFT(276),
  [15] = {.entry = {.count = 1, .reusable = true}}, SHIFT(49),
  [17] = {.entry = {.count = 1, .reusable = true}}, SHIFT(58),
  [19] = {.entry = {.count = 1, .reusable = true}}, SHIFT(245),
  [21] = {.entry = {.count = 1, .reusable = true}}, SHIFT(709),
  [23] = {.entry = {.count = 1, .reusable = false}}, SHIFT(507),
  [25] = {.entry = {.count = 1, .reusable = true}}, SHIFT(595),
  [27] = {.entry = {.count = 1, .reusable = true}}, SHIFT(318),
  [29] = {.entry = {.count = 1, .reusable = true}}, SHIFT(52),
  [31] = {.entry = {.count = 1, .reusable = true}}, SHIFT(300),
  [33] = {.entry = {.count = 1, .reusable = true}}, SHIFT(62),
  [35] = {.entry = {.count = 1, .reusable = true}}, SHIFT(250),
  [37] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_document_repeat1, 2, 0, 9),
  [39] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_document_repeat1, 2, 0, 9), SHIFT_REPEAT(672),
  [42] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_document_repeat1, 2, 0, 9), SHIFT_REPEAT(503),
  [45] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_document_repeat1, 2, 0, 9), SHIFT_REPEAT(724),
  [48] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_document_repeat1, 2, 0, 9), SHIFT_REPEAT(276),
  [51] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_document_repeat1, 2, 0, 9), SHIFT_REPEAT(49),
  [54] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_document_repeat1, 2, 0, 9), SHIFT_REPEAT(58),
  [57] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_document_repeat1, 2, 0, 9), SHIFT_REPEAT(245),
  [60] = {.entry = {.count = 1, .reusable = true}}, SHIFT(570),
  [62] = {.entry = {.count = 1, .reusable = true}}, SHIFT(234),
  [64] = {.entry = {.count = 1, .reusable = true}}, SHIFT(237),
  [66] = {.entry = {.count = 1, .reusable = true}}, SHIFT(282),
  [68] = {.entry = {.count = 1, .reusable = true}}, SHIFT(239),
  [70] = {.entry = {.count = 1, .reusable = true}}, SHIFT(336),
  [72] = {.entry = {.count = 1, .reusable = true}}, SHIFT(236),
  [74] = {.entry = {.count = 1, .reusable = true}}, SHIFT(347),
  [76] = {.entry = {.count = 1, .reusable = true}}, SHIFT(562),
  [78] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_document_repeat1, 2, 0, 9), SHIFT_REPEAT(709),
  [81] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_document_repeat1, 2, 0, 9), SHIFT_REPEAT(507),
  [84] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_document_repeat1, 2, 0, 9), SHIFT_REPEAT(673),
  [87] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_document_repeat1, 2, 0, 9), SHIFT_REPEAT(318),
  [90] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_document_repeat1, 2, 0, 9), SHIFT_REPEAT(52),
  [93] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_document_repeat1, 2, 0, 9), SHIFT_REPEAT(62),
  [96] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_document_repeat1, 2, 0, 9), SHIFT_REPEAT(250),
  [99] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_document, 1, 0, 1),
  [101] = {.entry = {.count = 1, .reusable = true}}, SHIFT(635),
  [103] = {.entry = {.count = 1, .reusable = true}}, SHIFT(554),
  [105] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_expression, 1, 0, 0),
  [107] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_expression, 1, 0, 0),
  [109] = {.entry = {.count = 1, .reusable = true}}, SHIFT(467),
  [111] = {.entry = {.count = 1, .reusable = false}}, SHIFT(580),
  [113] = {.entry = {.count = 1, .reusable = true}}, SHIFT(581),
  [115] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__primitive, 1, 0, 0),
  [117] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__primitive, 1, 0, 0),
  [119] = {.entry = {.count = 1, .reusable = true}}, SHIFT(126),
  [121] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_member_expression, 3, 0, 19),
  [123] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_member_expression, 3, 0, 19),
  [125] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array, 4, 0, 0),
  [127] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array, 4, 0, 0),
  [129] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_group, 3, 0, 0),
  [131] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_group, 3, 0, 0),
  [133] = {.entry = {.count = 1, .reusable = true}}, SHIFT(124),
  [135] = {.entry = {.count = 1, .reusable = true}}, SHIFT(396),
  [137] = {.entry = {.count = 1, .reusable = true}}, SHIFT(223),
  [139] = {.entry = {.count = 1, .reusable = true}}, SHIFT(283),
  [141] = {.entry = {.count = 1, .reusable = true}}, SHIFT(37),
  [143] = {.entry = {.count = 1, .reusable = true}}, SHIFT(72),
  [145] = {.entry = {.count = 1, .reusable = true}}, SHIFT(140),
  [147] = {.entry = {.count = 1, .reusable = true}}, SHIFT(155),
  [149] = {.entry = {.count = 1, .reusable = false}}, SHIFT(87),
  [151] = {.entry = {.count = 1, .reusable = false}}, SHIFT(39),
  [153] = {.entry = {.count = 1, .reusable = true}}, SHIFT(412),
  [155] = {.entry = {.count = 1, .reusable = true}}, SHIFT(436),
  [157] = {.entry = {.count = 1, .reusable = false}}, SHIFT(509),
  [159] = {.entry = {.count = 1, .reusable = true}}, SHIFT(163),
  [161] = {.entry = {.count = 1, .reusable = false}}, SHIFT(18),
  [163] = {.entry = {.count = 1, .reusable = false}}, SHIFT(80),
  [165] = {.entry = {.count = 1, .reusable = true}}, SHIFT(416),
  [167] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_member_expression, 3, 0, 20),
  [169] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_member_expression, 3, 0, 20),
  [171] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_call_expression, 4, 0, 24),
  [173] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_call_expression, 4, 0, 24),
  [175] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_object, 2, 0, 0),
  [177] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_object, 2, 0, 0),
  [179] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_call_expression, 3, 0, 14),
  [181] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_call_expression, 3, 0, 14),
  [183] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array, 3, 0, 0),
  [185] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array, 3, 0, 0),
  [187] = {.entry = {.count = 1, .reusable = true}}, SHIFT(226),
  [189] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_bracket_expression, 4, 0, 19),
  [191] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_bracket_expression, 4, 0, 19),
  [193] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_object, 3, 0, 0),
  [195] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_object, 3, 0, 0),
  [197] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__pipe_argument, 2, 0, 0),
  [199] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__pipe_argument, 2, 0, 0),
  [201] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_string, 3, 0, 0),
  [203] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_string, 3, 0, 0),
  [205] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_string, 2, 0, 0),
  [207] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_string, 2, 0, 0),
  [209] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__binding_assignment_repeat1, 1, 0, 0), SHIFT_REPEAT(436),
  [212] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__binding_assignment_repeat1, 1, 0, 0),
  [214] = {.entry = {.count = 1, .reusable = true}}, SHIFT(132),
  [216] = {.entry = {.count = 1, .reusable = true}}, SHIFT(456),
  [218] = {.entry = {.count = 1, .reusable = true}}, SHIFT(128),
  [220] = {.entry = {.count = 1, .reusable = false}}, SHIFT(628),
  [222] = {.entry = {.count = 1, .reusable = true}}, SHIFT(626),
  [224] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_conditional_expression, 3, 0, 17),
  [226] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_conditional_expression, 3, 0, 17),
  [228] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pipe_call, 1, 0, 18),
  [230] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pipe_call, 1, 0, 18),
  [232] = {.entry = {.count = 1, .reusable = true}}, SHIFT(180),
  [234] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ternary_expression, 5, 0, 31),
  [236] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_ternary_expression, 5, 0, 31),
  [238] = {.entry = {.count = 1, .reusable = false}}, SHIFT(94),
  [240] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pipe_arguments, 1, 0, 0),
  [242] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pipe_arguments, 1, 0, 0),
  [244] = {.entry = {.count = 1, .reusable = true}}, SHIFT(400),
  [246] = {.entry = {.count = 1, .reusable = true}}, SHIFT(402),
  [248] = {.entry = {.count = 1, .reusable = true}}, SHIFT(289),
  [250] = {.entry = {.count = 1, .reusable = true}}, SHIFT(79),
  [252] = {.entry = {.count = 1, .reusable = true}}, SHIFT(142),
  [254] = {.entry = {.count = 1, .reusable = true}}, SHIFT(170),
  [256] = {.entry = {.count = 1, .reusable = false}}, SHIFT(97),
  [258] = {.entry = {.count = 1, .reusable = false}}, SHIFT(92),
  [260] = {.entry = {.count = 1, .reusable = true}}, SHIFT(398),
  [262] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_pipe_arguments_repeat1, 2, 0, 0),
  [264] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_pipe_arguments_repeat1, 2, 0, 0),
  [266] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pipe_arguments_repeat1, 2, 0, 0), SHIFT_REPEAT(180),
  [269] = {.entry = {.count = 1, .reusable = true}}, SHIFT(415),
  [271] = {.entry = {.count = 1, .reusable = true}}, SHIFT(401),
  [273] = {.entry = {.count = 1, .reusable = true}}, SHIFT(325),
  [275] = {.entry = {.count = 1, .reusable = true}}, SHIFT(67),
  [277] = {.entry = {.count = 1, .reusable = true}}, SHIFT(138),
  [279] = {.entry = {.count = 1, .reusable = true}}, SHIFT(158),
  [281] = {.entry = {.count = 1, .reusable = false}}, SHIFT(38),
  [283] = {.entry = {.count = 1, .reusable = false}}, SHIFT(40),
  [285] = {.entry = {.count = 1, .reusable = true}}, SHIFT(131),
  [287] = {.entry = {.count = 1, .reusable = true}}, SHIFT(187),
  [289] = {.entry = {.count = 1, .reusable = false}}, SHIFT(98),
  [291] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pipe_arguments_repeat1, 2, 0, 0), SHIFT_REPEAT(187),
  [294] = {.entry = {.count = 1, .reusable = false}}, SHIFT(78),
  [296] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_pipe_sequence_repeat1, 2, 0, 0),
  [298] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_pipe_sequence_repeat1, 2, 0, 0),
  [300] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_pipe_sequence_repeat1, 2, 0, 0), SHIFT_REPEAT(580),
  [303] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pipe_sequence, 1, 0, 0),
  [305] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pipe_sequence, 1, 0, 0),
  [307] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_arguments, 1, 0, 0),
  [309] = {.entry = {.count = 1, .reusable = true}}, SHIFT(174),
  [311] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pipe_call, 2, 0, 25),
  [313] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pipe_call, 2, 0, 25),
  [315] = {.entry = {.count = 1, .reusable = true}}, SHIFT(160),
  [317] = {.entry = {.count = 1, .reusable = true}}, SHIFT(459),
  [319] = {.entry = {.count = 1, .reusable = true}}, SHIFT(133),
  [321] = {.entry = {.count = 1, .reusable = false}}, SHIFT(579),
  [323] = {.entry = {.count = 1, .reusable = true}}, SHIFT(582),
  [325] = {.entry = {.count = 1, .reusable = true}}, SHIFT(122),
  [327] = {.entry = {.count = 1, .reusable = true}}, SHIFT(152),
  [329] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_pipe_sequence_repeat1, 2, 0, 0), SHIFT_REPEAT(628),
  [332] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_expression, 2, 0, 11),
  [334] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_expression, 2, 0, 11),
  [336] = {.entry = {.count = 1, .reusable = true}}, SHIFT(211),
  [338] = {.entry = {.count = 1, .reusable = false}}, SHIFT(90),
  [340] = {.entry = {.count = 1, .reusable = false}}, SHIFT(150),
  [342] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_binary_expression, 3, 0, 16),
  [344] = {.entry = {.count = 1, .reusable = true}}, SHIFT(150),
  [346] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_binary_expression, 3, 0, 16),
  [348] = {.entry = {.count = 1, .reusable = false}}, SHIFT(151),
  [350] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__any_expression, 1, 0, 0),
  [352] = {.entry = {.count = 1, .reusable = true}}, SHIFT(151),
  [354] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__any_expression, 1, 0, 0),
  [356] = {.entry = {.count = 1, .reusable = true}}, SHIFT(184),
  [358] = {.entry = {.count = 1, .reusable = true}}, SHIFT(105),
  [360] = {.entry = {.count = 1, .reusable = true}}, SHIFT(45),
  [362] = {.entry = {.count = 1, .reusable = true}}, SHIFT(29),
  [364] = {.entry = {.count = 1, .reusable = false}}, SHIFT(46),
  [366] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pipe_arguments_repeat1, 2, 0, 0), SHIFT_REPEAT(184),
  [369] = {.entry = {.count = 1, .reusable = false}}, SHIFT(70),
  [371] = {.entry = {.count = 1, .reusable = false}}, SHIFT(42),
  [373] = {.entry = {.count = 1, .reusable = false}}, SHIFT(99),
  [375] = {.entry = {.count = 1, .reusable = false}}, SHIFT(144),
  [377] = {.entry = {.count = 1, .reusable = true}}, SHIFT(144),
  [379] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_pipe_sequence_repeat1, 2, 0, 0), SHIFT_REPEAT(579),
  [382] = {.entry = {.count = 1, .reusable = false}}, SHIFT(17),
  [384] = {.entry = {.count = 1, .reusable = false}}, SHIFT(147),
  [386] = {.entry = {.count = 1, .reusable = true}}, SHIFT(147),
  [388] = {.entry = {.count = 1, .reusable = false}}, SHIFT(96),
  [390] = {.entry = {.count = 1, .reusable = false}}, SHIFT(41),
  [392] = {.entry = {.count = 1, .reusable = false}}, SHIFT(386),
  [394] = {.entry = {.count = 1, .reusable = false}}, SHIFT(464),
  [396] = {.entry = {.count = 1, .reusable = false}}, SHIFT(374),
  [398] = {.entry = {.count = 1, .reusable = false}}, SHIFT(449),
  [400] = {.entry = {.count = 1, .reusable = true}}, SHIFT(431),
  [402] = {.entry = {.count = 1, .reusable = true}}, SHIFT(432),
  [404] = {.entry = {.count = 1, .reusable = true}}, SHIFT(337),
  [406] = {.entry = {.count = 1, .reusable = true}}, SHIFT(73),
  [408] = {.entry = {.count = 1, .reusable = true}}, SHIFT(137),
  [410] = {.entry = {.count = 1, .reusable = false}}, SHIFT(202),
  [412] = {.entry = {.count = 1, .reusable = false}}, SHIFT(204),
  [414] = {.entry = {.count = 1, .reusable = false}}, SHIFT(146),
  [416] = {.entry = {.count = 1, .reusable = true}}, SHIFT(146),
  [418] = {.entry = {.count = 1, .reusable = false}}, SHIFT(394),
  [420] = {.entry = {.count = 1, .reusable = false}}, SHIFT(365),
  [422] = {.entry = {.count = 1, .reusable = false}}, SHIFT(393),
  [424] = {.entry = {.count = 1, .reusable = false}}, SHIFT(424),
  [426] = {.entry = {.count = 1, .reusable = false}}, SHIFT(391),
  [428] = {.entry = {.count = 1, .reusable = false}}, SHIFT(232),
  [430] = {.entry = {.count = 1, .reusable = false}}, SHIFT(34),
  [432] = {.entry = {.count = 1, .reusable = false}}, SHIFT(214),
  [434] = {.entry = {.count = 1, .reusable = false}}, SHIFT(230),
  [436] = {.entry = {.count = 1, .reusable = false}}, SHIFT(417),
  [438] = {.entry = {.count = 1, .reusable = false}}, SHIFT(112),
  [440] = {.entry = {.count = 1, .reusable = false}}, SHIFT(388),
  [442] = {.entry = {.count = 1, .reusable = false}}, SHIFT(433),
  [444] = {.entry = {.count = 1, .reusable = false}}, SHIFT(55),
  [446] = {.entry = {.count = 1, .reusable = false}}, SHIFT(421),
  [448] = {.entry = {.count = 1, .reusable = false}}, SHIFT(440),
  [450] = {.entry = {.count = 1, .reusable = false}}, SHIFT(387),
  [452] = {.entry = {.count = 1, .reusable = false}}, SHIFT(302),
  [454] = {.entry = {.count = 1, .reusable = true}}, SHIFT(292),
  [456] = {.entry = {.count = 1, .reusable = true}}, SHIFT(263),
  [458] = {.entry = {.count = 1, .reusable = false}}, SHIFT(293),
  [460] = {.entry = {.count = 1, .reusable = true}}, SHIFT(169),
  [462] = {.entry = {.count = 1, .reusable = true}}, SHIFT(637),
  [464] = {.entry = {.count = 1, .reusable = false}}, SHIFT(171),
  [466] = {.entry = {.count = 1, .reusable = true}}, SHIFT(153),
  [468] = {.entry = {.count = 1, .reusable = true}}, SHIFT(173),
  [470] = {.entry = {.count = 1, .reusable = true}}, SHIFT(338),
  [472] = {.entry = {.count = 1, .reusable = true}}, SHIFT(260),
  [474] = {.entry = {.count = 1, .reusable = true}}, SHIFT(340),
  [476] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_start_tag_repeat1, 2, 0, 0),
  [478] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_start_tag_repeat1, 2, 0, 0), SHIFT_REPEAT(293),
  [481] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_start_tag_repeat1, 2, 0, 0), SHIFT_REPEAT(169),
  [484] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_start_tag_repeat1, 2, 0, 0), SHIFT_REPEAT(637),
  [487] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_start_tag_repeat1, 2, 0, 0), SHIFT_REPEAT(171),
  [490] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_start_tag_repeat1, 2, 0, 0), SHIFT_REPEAT(153),
  [493] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_start_tag_repeat1, 2, 0, 0), SHIFT_REPEAT(173),
  [496] = {.entry = {.count = 1, .reusable = true}}, SHIFT(115),
  [498] = {.entry = {.count = 1, .reusable = true}}, SHIFT(321),
  [500] = {.entry = {.count = 1, .reusable = true}}, SHIFT(455),
  [502] = {.entry = {.count = 1, .reusable = false}}, SHIFT(612),
  [504] = {.entry = {.count = 1, .reusable = true}}, SHIFT(601),
  [506] = {.entry = {.count = 1, .reusable = true}}, SHIFT(613),
  [508] = {.entry = {.count = 1, .reusable = true}}, SHIFT(349),
  [510] = {.entry = {.count = 1, .reusable = true}}, SHIFT(156),
  [512] = {.entry = {.count = 1, .reusable = true}}, SHIFT(687),
  [514] = {.entry = {.count = 1, .reusable = false}}, SHIFT(167),
  [516] = {.entry = {.count = 1, .reusable = true}}, SHIFT(159),
  [518] = {.entry = {.count = 1, .reusable = true}}, SHIFT(165),
  [520] = {.entry = {.count = 1, .reusable = true}}, SHIFT(593),
  [522] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_start_tag_repeat1, 2, 0, 0), SHIFT_REPEAT(349),
  [525] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_start_tag_repeat1, 2, 0, 0), SHIFT_REPEAT(156),
  [528] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_start_tag_repeat1, 2, 0, 0), SHIFT_REPEAT(687),
  [531] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_start_tag_repeat1, 2, 0, 0), SHIFT_REPEAT(167),
  [534] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_start_tag_repeat1, 2, 0, 0), SHIFT_REPEAT(159),
  [537] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_start_tag_repeat1, 2, 0, 0), SHIFT_REPEAT(165),
  [540] = {.entry = {.count = 1, .reusable = true}}, SHIFT(597),
  [542] = {.entry = {.count = 1, .reusable = true}}, SHIFT(614),
  [544] = {.entry = {.count = 1, .reusable = true}}, SHIFT(181),
  [546] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__binding_assignment, 3, 0, 0),
  [548] = {.entry = {.count = 1, .reusable = false}}, SHIFT(36),
  [550] = {.entry = {.count = 1, .reusable = false}}, SHIFT(434),
  [552] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pipe_arguments_repeat1, 2, 0, 0), SHIFT_REPEAT(181),
  [555] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_unary_expression, 2, 0, 10),
  [557] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_unary_expression, 2, 0, 10),
  [559] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_pipe_sequence_repeat1, 2, 0, 0), SHIFT_REPEAT(612),
  [562] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_nullish_coalescing_expression, 3, 0, 15),
  [564] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_nullish_coalescing_expression, 3, 0, 15),
  [566] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__alternative_statement, 1, 0, 6),
  [568] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__alternative_statement, 1, 0, 6),
  [570] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_element, 3, 0, 13),
  [572] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_element, 3, 0, 13),
  [574] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_defer_statement, 4, 0, 22),
  [576] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_defer_statement, 4, 0, 22),
  [578] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_statement_block, 3, 0, 13),
  [580] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_statement_block, 3, 0, 13),
  [582] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_element, 2, 0, 0),
  [584] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_element, 2, 0, 0),
  [586] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_script_element, 2, 0, 0),
  [588] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_script_element, 2, 0, 0),
  [590] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_statement_block, 2, 0, 0),
  [592] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_statement_block, 2, 0, 0),
  [594] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_let_statement, 4, 0, 21),
  [596] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_let_statement, 4, 0, 21),
  [598] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_style_element, 2, 0, 0),
  [600] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_style_element, 2, 0, 0),
  [602] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_statement, 2, 0, 8),
  [604] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_if_statement, 2, 0, 8),
  [606] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_else_if_statement, 2, 0, 8),
  [608] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_else_if_statement, 2, 0, 8),
  [610] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__alternative_statement, 1, 0, 7),
  [612] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__alternative_statement, 1, 0, 7),
  [614] = {.entry = {.count = 1, .reusable = true}}, SHIFT(563),
  [616] = {.entry = {.count = 1, .reusable = true}}, SHIFT(713),
  [618] = {.entry = {.count = 1, .reusable = true}}, SHIFT(450),
  [620] = {.entry = {.count = 1, .reusable = true}}, SHIFT(451),
  [622] = {.entry = {.count = 1, .reusable = true}}, SHIFT(454),
  [624] = {.entry = {.count = 1, .reusable = true}}, SHIFT(566),
  [626] = {.entry = {.count = 1, .reusable = true}}, SHIFT(710),
  [628] = {.entry = {.count = 1, .reusable = true}}, SHIFT(569),
  [630] = {.entry = {.count = 1, .reusable = true}}, SHIFT(535),
  [632] = {.entry = {.count = 1, .reusable = true}}, SHIFT(707),
  [634] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__alternative_statement, 1, 0, 5),
  [636] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__alternative_statement, 1, 0, 5),
  [638] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__alternative_statement, 1, 0, 4),
  [640] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__alternative_statement, 1, 0, 4),
  [642] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__alternative_statement, 1, 0, 3),
  [644] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__alternative_statement, 1, 0, 3),
  [646] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_animation_binding, 3, 0, 0),
  [648] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_animation_binding, 3, 0, 0),
  [650] = {.entry = {.count = 1, .reusable = true}}, SHIFT(615),
  [652] = {.entry = {.count = 1, .reusable = true}}, SHIFT(596),
  [654] = {.entry = {.count = 1, .reusable = true}}, SHIFT(719),
  [656] = {.entry = {.count = 1, .reusable = true}}, SHIFT(482),
  [658] = {.entry = {.count = 1, .reusable = true}}, SHIFT(444),
  [660] = {.entry = {.count = 1, .reusable = true}}, SHIFT(445),
  [662] = {.entry = {.count = 1, .reusable = true}}, SHIFT(567),
  [664] = {.entry = {.count = 1, .reusable = true}}, SHIFT(720),
  [666] = {.entry = {.count = 1, .reusable = true}}, SHIFT(568),
  [668] = {.entry = {.count = 1, .reusable = true}}, SHIFT(499),
  [670] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_interpolation, 3, 0, 0),
  [672] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_interpolation, 3, 0, 0),
  [674] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__if_body_expression, 4, 0, 30),
  [676] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__if_body_expression, 4, 0, 30),
  [678] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_style_element, 3, 0, 0),
  [680] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_style_element, 3, 0, 0),
  [682] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_script_element, 3, 0, 0),
  [684] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_script_element, 3, 0, 0),
  [686] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__alternative_statement, 1, 0, 2),
  [688] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__alternative_statement, 1, 0, 2),
  [690] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__any_statement, 1, 0, 1),
  [692] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__any_statement, 1, 0, 1),
  [694] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_placeholder_statement, 4, 0, 22),
  [696] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_placeholder_statement, 4, 0, 22),
  [698] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_erroneous_end_tag, 3, 0, 0),
  [700] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_erroneous_end_tag, 3, 0, 0),
  [702] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_self_closing_tag, 4, 0, 0),
  [704] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_self_closing_tag, 4, 0, 0),
  [706] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_loading_statement, 4, 0, 22),
  [708] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_loading_statement, 4, 0, 22),
  [710] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_doctype, 4, 0, 0),
  [712] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_doctype, 4, 0, 0),
  [714] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_self_closing_tag, 3, 0, 0),
  [716] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_self_closing_tag, 3, 0, 0),
  [718] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__node, 1, 0, 1),
  [720] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__node, 1, 0, 1),
  [722] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_switch_statement, 6, 0, 32),
  [724] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_switch_statement, 6, 0, 32),
  [726] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_element, 1, 0, 0),
  [728] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_element, 1, 0, 0),
  [730] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_else_statement, 3, 0, 0),
  [732] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_else_statement, 3, 0, 0),
  [734] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_empty_statement, 3, 0, 12),
  [736] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_empty_statement, 3, 0, 12),
  [738] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_error_statement, 3, 0, 12),
  [740] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_error_statement, 3, 0, 12),
  [742] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_switch_body, 3, 0, 0),
  [744] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_switch_body, 3, 0, 0),
  [746] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_loading_statement, 3, 0, 12),
  [748] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_loading_statement, 3, 0, 12),
  [750] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_icu_expression, 7, 0, 0),
  [752] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_icu_expression, 7, 0, 0),
  [754] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_defer_statement, 3, 0, 12),
  [756] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_defer_statement, 3, 0, 12),
  [758] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 6, 0, 37),
  [760] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 6, 0, 37),
  [762] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_document_repeat1, 1, 0, 1),
  [764] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_document_repeat1, 1, 0, 1),
  [766] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 7, 0, 42),
  [768] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 7, 0, 42),
  [770] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_end_tag, 3, 0, 0),
  [772] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_end_tag, 3, 0, 0),
  [774] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__if_body_expression, 5, 0, 39),
  [776] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__if_body_expression, 5, 0, 39),
  [778] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_placeholder_statement, 3, 0, 12),
  [780] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_placeholder_statement, 3, 0, 12),
  [782] = {.entry = {.count = 1, .reusable = true}}, SHIFT(28),
  [784] = {.entry = {.count = 1, .reusable = true}}, SHIFT(699),
  [786] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_template_string, 2, 0, 0),
  [788] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_template_string, 2, 0, 0),
  [790] = {.entry = {.count = 1, .reusable = true}}, SHIFT(106),
  [792] = {.entry = {.count = 1, .reusable = true}}, SHIFT(109),
  [794] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_start_tag, 3, 0, 0),
  [796] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_start_tag, 3, 0, 0),
  [798] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__normal_attribute, 1, 0, 0),
  [800] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__normal_attribute, 1, 0, 0),
  [802] = {.entry = {.count = 1, .reusable = true}}, SHIFT(453),
  [804] = {.entry = {.count = 1, .reusable = true}}, SHIFT(60),
  [806] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_object_repeat1, 2, 0, 0), SHIFT_REPEAT(396),
  [809] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_object_repeat1, 2, 0, 0), SHIFT_REPEAT(436),
  [812] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_object_repeat1, 2, 0, 0),
  [814] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_object_repeat1, 2, 0, 0), SHIFT_REPEAT(699),
  [817] = {.entry = {.count = 1, .reusable = true}}, SHIFT(65),
  [819] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_template_string, 3, 0, 0),
  [821] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_template_string, 3, 0, 0),
  [823] = {.entry = {.count = 1, .reusable = true}}, SHIFT(583),
  [825] = {.entry = {.count = 1, .reusable = true}}, SHIFT(33),
  [827] = {.entry = {.count = 1, .reusable = true}}, SHIFT(205),
  [829] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_start_tag, 4, 0, 0),
  [831] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_start_tag, 4, 0, 0),
  [833] = {.entry = {.count = 1, .reusable = true}}, SHIFT(215),
  [835] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_structural_directive, 2, 0, 0),
  [837] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_structural_directive, 2, 0, 0),
  [839] = {.entry = {.count = 1, .reusable = true}}, SHIFT(631),
  [841] = {.entry = {.count = 1, .reusable = true}}, SHIFT(446),
  [843] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_event_binding, 4, 0, 0),
  [845] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_event_binding, 4, 0, 0),
  [847] = {.entry = {.count = 1, .reusable = true}}, SHIFT(561),
  [849] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_property_binding, 4, 0, 0),
  [851] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_property_binding, 4, 0, 0),
  [853] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__binding_assignment, 5, 0, 0),
  [855] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__binding_assignment, 5, 0, 0),
  [857] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_two_way_binding, 4, 0, 0),
  [859] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_two_way_binding, 4, 0, 0),
  [861] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_animation_binding, 4, 0, 38),
  [863] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_animation_binding, 4, 0, 38),
  [865] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_attribute, 1, 0, 0),
  [867] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_attribute, 1, 0, 0),
  [869] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__binding_assignment, 4, 0, 0),
  [871] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__binding_assignment, 4, 0, 0),
  [873] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_quoted_attribute_value, 3, 0, 0),
  [875] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_quoted_attribute_value, 3, 0, 0),
  [877] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_quoted_attribute_value, 2, 0, 0),
  [879] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_quoted_attribute_value, 2, 0, 0),
  [881] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_structural_directive, 6, 0, 0),
  [883] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_structural_directive, 6, 0, 0),
  [885] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_structural_expression, 1, 0, 0),
  [887] = {.entry = {.count = 1, .reusable = true}}, SHIFT(518),
  [889] = {.entry = {.count = 1, .reusable = true}}, SHIFT(698),
  [891] = {.entry = {.count = 1, .reusable = false}}, SHIFT(189),
  [893] = {.entry = {.count = 1, .reusable = true}}, SHIFT(191),
  [895] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__normal_attribute, 3, 0, 0),
  [897] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__normal_attribute, 3, 0, 0),
  [899] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_structural_assignment, 1, 0, 18),
  [901] = {.entry = {.count = 1, .reusable = false}}, SHIFT(698),
  [903] = {.entry = {.count = 1, .reusable = true}}, SHIFT(168),
  [905] = {.entry = {.count = 1, .reusable = true}}, SHIFT(702),
  [907] = {.entry = {.count = 1, .reusable = false}}, SHIFT(168),
  [909] = {.entry = {.count = 1, .reusable = false}}, SHIFT(183),
  [911] = {.entry = {.count = 1, .reusable = false}}, SHIFT(177),
  [913] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pair, 3, 0, 23),
  [915] = {.entry = {.count = 1, .reusable = true}}, SHIFT(452),
  [917] = {.entry = {.count = 1, .reusable = true}}, SHIFT(179),
  [919] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_binding_name, 1, 0, 0),
  [921] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_concatenation_expression_repeat1, 2, 0, 0),
  [923] = {.entry = {.count = 1, .reusable = true}}, SHIFT(376),
  [925] = {.entry = {.count = 1, .reusable = true}}, SHIFT(182),
  [927] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_defer_trigger_condition, 2, 0, 27),
  [929] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_assignment_expression, 3, 0, 26),
  [931] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_defer_trigger_condition, 3, 0, 33),
  [933] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_arguments_repeat1, 2, 0, 0),
  [935] = {.entry = {.count = 1, .reusable = true}}, SHIFT(357),
  [937] = {.entry = {.count = 1, .reusable = false}}, SHIFT(437),
  [939] = {.entry = {.count = 1, .reusable = true}}, SHIFT(437),
  [941] = {.entry = {.count = 1, .reusable = false}}, SHIFT(208),
  [943] = {.entry = {.count = 1, .reusable = false}}, SHIFT(466),
  [945] = {.entry = {.count = 1, .reusable = true}}, SHIFT(466),
  [947] = {.entry = {.count = 1, .reusable = true}}, SHIFT(408),
  [949] = {.entry = {.count = 1, .reusable = false}}, SHIFT(76),
  [951] = {.entry = {.count = 1, .reusable = false}}, SHIFT(527),
  [953] = {.entry = {.count = 1, .reusable = false}}, SHIFT(104),
  [955] = {.entry = {.count = 1, .reusable = false}}, SHIFT(409),
  [957] = {.entry = {.count = 1, .reusable = true}}, SHIFT(409),
  [959] = {.entry = {.count = 1, .reusable = false}}, SHIFT(61),
  [961] = {.entry = {.count = 1, .reusable = false}}, SHIFT(410),
  [963] = {.entry = {.count = 1, .reusable = true}}, SHIFT(410),
  [965] = {.entry = {.count = 1, .reusable = false}}, SHIFT(411),
  [967] = {.entry = {.count = 1, .reusable = true}}, SHIFT(411),
  [969] = {.entry = {.count = 1, .reusable = true}}, SHIFT(83),
  [971] = {.entry = {.count = 1, .reusable = true}}, SHIFT(420),
  [973] = {.entry = {.count = 1, .reusable = false}}, SHIFT(419),
  [975] = {.entry = {.count = 1, .reusable = true}}, SHIFT(270),
  [977] = {.entry = {.count = 1, .reusable = true}}, SHIFT(599),
  [979] = {.entry = {.count = 1, .reusable = false}}, SHIFT(53),
  [981] = {.entry = {.count = 1, .reusable = false}}, SHIFT(479),
  [983] = {.entry = {.count = 1, .reusable = true}}, SHIFT(479),
  [985] = {.entry = {.count = 1, .reusable = false}}, SHIFT(495),
  [987] = {.entry = {.count = 1, .reusable = false}}, SHIFT(111),
  [989] = {.entry = {.count = 1, .reusable = true}}, SHIFT(438),
  [991] = {.entry = {.count = 1, .reusable = false}}, SHIFT(285),
  [993] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_structural_assignment, 4, 0, 56),
  [995] = {.entry = {.count = 1, .reusable = false}}, SHIFT(407),
  [997] = {.entry = {.count = 1, .reusable = true}}, SHIFT(407),
  [999] = {.entry = {.count = 1, .reusable = true}}, SHIFT(405),
  [1001] = {.entry = {.count = 1, .reusable = false}}, SHIFT(423),
  [1003] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_template_string_repeat1, 2, 0, 0), SHIFT_REPEAT(420),
  [1006] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_template_string_repeat1, 2, 0, 0), SHIFT_REPEAT(76),
  [1009] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_template_string_repeat1, 2, 0, 0),
  [1011] = {.entry = {.count = 1, .reusable = true}}, SHIFT(75),
  [1013] = {.entry = {.count = 1, .reusable = true}}, SHIFT(68),
  [1015] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_switch_body_repeat1, 2, 0, 0),
  [1017] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_switch_body_repeat1, 2, 0, 0), SHIFT_REPEAT(599),
  [1020] = {.entry = {.count = 1, .reusable = true}}, SHIFT(77),
  [1022] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_structural_assignment, 3, 0, 53),
  [1024] = {.entry = {.count = 1, .reusable = false}}, SHIFT(212),
  [1026] = {.entry = {.count = 1, .reusable = false}}, SHIFT(441),
  [1028] = {.entry = {.count = 1, .reusable = true}}, SHIFT(441),
  [1030] = {.entry = {.count = 1, .reusable = false}}, SHIFT(397),
  [1032] = {.entry = {.count = 1, .reusable = true}}, SHIFT(397),
  [1034] = {.entry = {.count = 1, .reusable = true}}, SHIFT(552),
  [1036] = {.entry = {.count = 1, .reusable = false}}, SHIFT(35),
  [1038] = {.entry = {.count = 1, .reusable = true}}, SHIFT(312),
  [1040] = {.entry = {.count = 1, .reusable = true}}, SHIFT(434),
  [1042] = {.entry = {.count = 1, .reusable = false}}, SHIFT(330),
  [1044] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_structural_expression, 2, 0, 44),
  [1046] = {.entry = {.count = 1, .reusable = false}}, SHIFT(314),
  [1048] = {.entry = {.count = 1, .reusable = true}}, SHIFT(655),
  [1050] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10),
  [1052] = {.entry = {.count = 1, .reusable = true}}, SHIFT(516),
  [1054] = {.entry = {.count = 1, .reusable = true}}, SHIFT(515),
  [1056] = {.entry = {.count = 1, .reusable = true}}, SHIFT(381),
  [1058] = {.entry = {.count = 1, .reusable = true}}, SHIFT(605),
  [1060] = {.entry = {.count = 1, .reusable = true}}, SHIFT(606),
  [1062] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_structural_declaration, 3, 0, 0),
  [1064] = {.entry = {.count = 1, .reusable = true}}, SHIFT(546),
  [1066] = {.entry = {.count = 1, .reusable = false}}, SHIFT(273),
  [1068] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7),
  [1070] = {.entry = {.count = 1, .reusable = true}}, SHIFT(465),
  [1072] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pair, 4, 0, 23),
  [1074] = {.entry = {.count = 1, .reusable = true}}, SHIFT(363),
  [1076] = {.entry = {.count = 1, .reusable = true}}, SHIFT(634),
  [1078] = {.entry = {.count = 1, .reusable = true}}, SHIFT(633),
  [1080] = {.entry = {.count = 1, .reusable = true}}, SHIFT(670),
  [1082] = {.entry = {.count = 1, .reusable = true}}, SHIFT(669),
  [1084] = {.entry = {.count = 1, .reusable = true}}, SHIFT(650),
  [1086] = {.entry = {.count = 1, .reusable = true}}, SHIFT(598),
  [1088] = {.entry = {.count = 1, .reusable = true}}, SHIFT(82),
  [1090] = {.entry = {.count = 1, .reusable = true}}, SHIFT(178),
  [1092] = {.entry = {.count = 1, .reusable = true}}, SHIFT(671),
  [1094] = {.entry = {.count = 1, .reusable = true}}, SHIFT(353),
  [1096] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__binding_assignment_repeat1, 2, 0, 0),
  [1098] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_for_reference_repeat1, 2, 0, 48), SHIFT_REPEAT(585),
  [1101] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_for_reference_repeat1, 2, 0, 48),
  [1103] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_string_repeat1, 2, 0, 0),
  [1105] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_string_repeat1, 2, 0, 0), SHIFT_REPEAT(466),
  [1108] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_string_repeat1, 2, 0, 0), SHIFT_REPEAT(466),
  [1111] = {.entry = {.count = 1, .reusable = true}}, SHIFT(675),
  [1113] = {.entry = {.count = 1, .reusable = true}}, SHIFT(585),
  [1115] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_reference, 3, 0, 41),
  [1117] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_icu_expression_repeat1, 2, 0, 0),
  [1119] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_icu_expression_repeat1, 2, 0, 0), SHIFT_REPEAT(655),
  [1122] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_condition, 1, 0, 0),
  [1124] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_structural_declaration_repeat1, 2, 0, 0),
  [1126] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_structural_declaration_repeat1, 2, 0, 0), SHIFT_REPEAT(546),
  [1129] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_structural_declaration, 2, 0, 0),
  [1131] = {.entry = {.count = 1, .reusable = true}}, SHIFT(377),
  [1133] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_string_repeat2, 2, 0, 0),
  [1135] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_string_repeat2, 2, 0, 0), SHIFT_REPEAT(479),
  [1138] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_string_repeat2, 2, 0, 0), SHIFT_REPEAT(479),
  [1141] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_reference, 4, 0, 43),
  [1143] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenation_expression_repeat1, 2, 0, 0), SHIFT_REPEAT(190),
  [1146] = {.entry = {.count = 1, .reusable = true}}, SHIFT(21),
  [1148] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_structural_expression, 3, 0, 44),
  [1150] = {.entry = {.count = 1, .reusable = true}}, SHIFT(564),
  [1152] = {.entry = {.count = 1, .reusable = false}}, SHIFT(188),
  [1154] = {.entry = {.count = 1, .reusable = true}}, SHIFT(175),
  [1156] = {.entry = {.count = 1, .reusable = true}}, SHIFT(284),
  [1158] = {.entry = {.count = 1, .reusable = true}}, SHIFT(190),
  [1160] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_concatenation_expression, 3, 0, 0),
  [1162] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_defer_trigger_repeat1, 2, 0, 35), SHIFT_REPEAT(457),
  [1165] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_defer_trigger_repeat1, 2, 0, 35),
  [1167] = {.entry = {.count = 1, .reusable = true}}, SHIFT(185),
  [1169] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_structural_assignment, 3, 0, 26),
  [1171] = {.entry = {.count = 1, .reusable = true}}, SHIFT(651),
  [1173] = {.entry = {.count = 1, .reusable = true}}, SHIFT(616),
  [1175] = {.entry = {.count = 1, .reusable = true}}, SHIFT(139),
  [1177] = {.entry = {.count = 1, .reusable = true}}, SHIFT(54),
  [1179] = {.entry = {.count = 1, .reusable = true}}, SHIFT(512),
  [1181] = {.entry = {.count = 1, .reusable = true}}, SHIFT(102),
  [1183] = {.entry = {.count = 1, .reusable = true}}, SHIFT(683),
  [1185] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__context_expression, 4, 0, 0),
  [1187] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_array_repeat1, 2, 0, 0), SHIFT_REPEAT(139),
  [1190] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_array_repeat1, 2, 0, 0),
  [1192] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_structural_assignment, 4, 0, 57),
  [1194] = {.entry = {.count = 1, .reusable = true}}, SHIFT(192),
  [1196] = {.entry = {.count = 1, .reusable = true}}, SHIFT(217),
  [1198] = {.entry = {.count = 1, .reusable = true}}, SHIFT(219),
  [1200] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_structural_expression, 2, 0, 0),
  [1202] = {.entry = {.count = 1, .reusable = true}}, SHIFT(20),
  [1204] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_arguments, 2, 0, 0),
  [1206] = {.entry = {.count = 1, .reusable = true}}, SHIFT(203),
  [1208] = {.entry = {.count = 1, .reusable = true}}, SHIFT(653),
  [1210] = {.entry = {.count = 1, .reusable = false}}, SHIFT(697),
  [1212] = {.entry = {.count = 1, .reusable = false}}, SHIFT(364),
  [1214] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__alias, 2, 0, 47),
  [1216] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_template_substitution, 3, 0, 0),
  [1218] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_template_substitution, 3, 0, 0),
  [1220] = {.entry = {.count = 1, .reusable = true}}, SHIFT(30),
  [1222] = {.entry = {.count = 1, .reusable = true}}, SHIFT(602),
  [1224] = {.entry = {.count = 1, .reusable = true}}, SHIFT(665),
  [1226] = {.entry = {.count = 1, .reusable = true}}, SHIFT(638),
  [1228] = {.entry = {.count = 1, .reusable = true}}, SHIFT(604),
  [1230] = {.entry = {.count = 1, .reusable = false}}, SHIFT(708),
  [1232] = {.entry = {.count = 1, .reusable = false}}, SHIFT(711),
  [1234] = {.entry = {.count = 1, .reusable = false}}, SHIFT(712),
  [1236] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenation_expression_repeat1, 2, 0, 0), SHIFT_REPEAT(185),
  [1239] = {.entry = {.count = 1, .reusable = true}}, SHIFT(679),
  [1241] = {.entry = {.count = 1, .reusable = true}}, SHIFT(574),
  [1243] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_concatenation_expression, 4, 0, 0),
  [1245] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_for_reference_repeat1, 2, 0, 47),
  [1247] = {.entry = {.count = 1, .reusable = true}}, SHIFT(210),
  [1249] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__binding_assignment_repeat1, 2, 0, 0), SHIFT_REPEAT(37),
  [1252] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_arguments_repeat1, 2, 0, 0), SHIFT_REPEAT(174),
  [1255] = {.entry = {.count = 1, .reusable = true}}, SHIFT(457),
  [1257] = {.entry = {.count = 1, .reusable = true}}, SHIFT(644),
  [1259] = {.entry = {.count = 1, .reusable = true}}, SHIFT(100),
  [1261] = {.entry = {.count = 1, .reusable = true}}, SHIFT(107),
  [1263] = {.entry = {.count = 1, .reusable = true}}, SHIFT(643),
  [1265] = {.entry = {.count = 1, .reusable = true}}, SHIFT(508),
  [1267] = {.entry = {.count = 1, .reusable = true}}, SHIFT(221),
  [1269] = {.entry = {.count = 1, .reusable = true}}, SHIFT(553),
  [1271] = {.entry = {.count = 1, .reusable = true}}, SHIFT(206),
  [1273] = {.entry = {.count = 1, .reusable = true}}, SHIFT(56),
  [1275] = {.entry = {.count = 1, .reusable = true}}, SHIFT(59),
  [1277] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_structural_assignment, 5, 0, 59),
  [1279] = {.entry = {.count = 1, .reusable = true}}, SHIFT(251),
  [1281] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__context_expression, 4, 0, 58),
  [1283] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_structural_assignment, 2, 0, 49),
  [1285] = {.entry = {.count = 1, .reusable = true}}, SHIFT(701),
  [1287] = {.entry = {.count = 1, .reusable = true}}, SHIFT(572),
  [1289] = {.entry = {.count = 1, .reusable = true}}, SHIFT(571),
  [1291] = {.entry = {.count = 1, .reusable = true}}, SHIFT(549),
  [1293] = {.entry = {.count = 1, .reusable = true}}, SHIFT(573),
  [1295] = {.entry = {.count = 1, .reusable = true}}, SHIFT(14),
  [1297] = {.entry = {.count = 1, .reusable = true}}, SHIFT(50),
  [1299] = {.entry = {.count = 1, .reusable = true}}, SHIFT(63),
  [1301] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_statement, 6, 0, 32),
  [1303] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__else_template_expression, 3, 0, 54),
  [1305] = {.entry = {.count = 1, .reusable = true}}, SHIFT(24),
  [1307] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_icu_case, 4, 0, 52),
  [1309] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_icu_case, 4, 0, 52),
  [1311] = {.entry = {.count = 1, .reusable = true}}, SHIFT(695),
  [1313] = {.entry = {.count = 1, .reusable = true}}, SHIFT(660),
  [1315] = {.entry = {.count = 1, .reusable = true}}, SHIFT(674),
  [1317] = {.entry = {.count = 1, .reusable = true}}, SHIFT(703),
  [1319] = {.entry = {.count = 1, .reusable = true}}, SHIFT(164),
  [1321] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_declaration, 6, 0, 46),
  [1323] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_default_statement, 3, 0, 12),
  [1325] = {.entry = {.count = 1, .reusable = true}}, SHIFT(120),
  [1327] = {.entry = {.count = 1, .reusable = true}}, SHIFT(43),
  [1329] = {.entry = {.count = 1, .reusable = true}}, SHIFT(19),
  [1331] = {.entry = {.count = 1, .reusable = true}}, SHIFT(93),
  [1333] = {.entry = {.count = 1, .reusable = true}}, SHIFT(31),
  [1335] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_script_start_tag, 3, 0, 0),
  [1337] = {.entry = {.count = 1, .reusable = true}}, SHIFT(361),
  [1339] = {.entry = {.count = 1, .reusable = true}}, SHIFT(685),
  [1341] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_style_start_tag, 3, 0, 0),
  [1343] = {.entry = {.count = 1, .reusable = true}}, SHIFT(71),
  [1345] = {.entry = {.count = 1, .reusable = true}}, SHIFT(176),
  [1347] = {.entry = {.count = 1, .reusable = true}}, SHIFT(684),
  [1349] = {.entry = {.count = 1, .reusable = true}}, SHIFT(591),
  [1351] = {.entry = {.count = 1, .reusable = true}}, SHIFT(532),
  [1353] = {.entry = {.count = 1, .reusable = true}}, SHIFT(636),
  [1355] = {.entry = {.count = 1, .reusable = true}}, SHIFT(201),
  [1357] = {.entry = {.count = 1, .reusable = true}}, SHIFT(463),
  [1359] = {.entry = {.count = 1, .reusable = false}}, SHIFT(384),
  [1361] = {.entry = {.count = 1, .reusable = true}}, SHIFT(662),
  [1363] = {.entry = {.count = 1, .reusable = true}}, SHIFT(661),
  [1365] = {.entry = {.count = 1, .reusable = true}}, SHIFT(222),
  [1367] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_script_start_tag, 4, 0, 0),
  [1369] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_style_start_tag, 4, 0, 0),
  [1371] = {.entry = {.count = 1, .reusable = true}}, SHIFT(23),
  [1373] = {.entry = {.count = 1, .reusable = true}}, SHIFT(375),
  [1375] = {.entry = {.count = 1, .reusable = true}}, SHIFT(676),
  [1377] = {.entry = {.count = 1, .reusable = true}}, SHIFT(469),
  [1379] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_timed_expression, 3, 0, 36),
  [1381] = {.entry = {.count = 1, .reusable = true}}, SHIFT(623),
  [1383] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_defer_trigger_repeat1, 2, 0, 28),
  [1385] = {.entry = {.count = 1, .reusable = true}}, SHIFT(22),
  [1387] = {.entry = {.count = 1, .reusable = true}}, SHIFT(74),
  [1389] = {.entry = {.count = 1, .reusable = true}}, SHIFT(27),
  [1391] = {.entry = {.count = 1, .reusable = false}}, SHIFT(360),
  [1393] = {.entry = {.count = 1, .reusable = true}}, SHIFT(654),
  [1395] = {.entry = {.count = 1, .reusable = true}}, SHIFT(649),
  [1397] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_loading_condition, 3, 0, 28),
  [1399] = {.entry = {.count = 1, .reusable = true}}, SHIFT(342),
  [1401] = {.entry = {.count = 1, .reusable = true}}, SHIFT(620),
  [1403] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_placeholder_minimum, 3, 0, 29),
  [1405] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_loading_condition, 5, 0, 40),
  [1407] = {.entry = {.count = 1, .reusable = true}}, SHIFT(667),
  [1409] = {.entry = {.count = 1, .reusable = true}}, SHIFT(110),
  [1411] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_defer_trigger, 3, 0, 28),
  [1413] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_defer_trigger, 4, 0, 34),
  [1415] = {.entry = {.count = 1, .reusable = true}}, SHIFT(640),
  [1417] = {.entry = {.count = 1, .reusable = true}}, SHIFT(678),
  [1419] = {.entry = {.count = 1, .reusable = true}}, SHIFT(44),
  [1421] = {.entry = {.count = 1, .reusable = true}}, SHIFT(627),
  [1423] = {.entry = {.count = 1, .reusable = true}}, SHIFT(359),
  [1425] = {.entry = {.count = 1, .reusable = true}}, SHIFT(51),
  [1427] = {.entry = {.count = 1, .reusable = true}}, SHIFT(641),
  [1429] = {.entry = {.count = 1, .reusable = true}}, SHIFT(521),
  [1431] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_icu_clause, 1, 0, 0),
  [1433] = {.entry = {.count = 1, .reusable = true}}, SHIFT(16),
  [1435] = {.entry = {.count = 1, .reusable = true}}, SHIFT(249),
  [1437] = {.entry = {.count = 1, .reusable = true}}, SHIFT(629),
  [1439] = {.entry = {.count = 1, .reusable = true}}, SHIFT(630),
  [1441] = {.entry = {.count = 1, .reusable = true}}, SHIFT(632),
  [1443] = {.entry = {.count = 1, .reusable = true}}, SHIFT(161),
  [1445] = {.entry = {.count = 1, .reusable = true}}, SHIFT(371),
  [1447] = {.entry = {.count = 1, .reusable = true}}, SHIFT(332),
  [1449] = {.entry = {.count = 1, .reusable = true}}, SHIFT(639),
  [1451] = {.entry = {.count = 1, .reusable = true}}, SHIFT(624),
  [1453] = {.entry = {.count = 1, .reusable = true}}, SHIFT(213),
  [1455] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_reference, 3, 0, 0),
  [1457] = {.entry = {.count = 1, .reusable = true}}, SHIFT(622),
  [1459] = {.entry = {.count = 1, .reusable = true}}, SHIFT(209),
  [1461] = {.entry = {.count = 1, .reusable = true}}, SHIFT(621),
  [1463] = {.entry = {.count = 1, .reusable = true}}, SHIFT(113),
  [1465] = {.entry = {.count = 1, .reusable = true}}, SHIFT(706),
  [1467] = {.entry = {.count = 1, .reusable = true}}, SHIFT(278),
  [1469] = {.entry = {.count = 1, .reusable = true}}, SHIFT(32),
  [1471] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_static_member_expression, 3, 0, 0),
  [1473] = {.entry = {.count = 1, .reusable = true}}, SHIFT(689),
  [1475] = {.entry = {.count = 1, .reusable = true}}, SHIFT(166),
  [1477] = {.entry = {.count = 1, .reusable = true}}, SHIFT(26),
  [1479] = {.entry = {.count = 1, .reusable = true}}, SHIFT(619),
  [1481] = {.entry = {.count = 1, .reusable = true}}, SHIFT(262),
  [1483] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__else_if_start_expression, 3, 0, 0),
  [1485] = {.entry = {.count = 1, .reusable = true}}, SHIFT(186),
  [1487] = {.entry = {.count = 1, .reusable = true}}, SHIFT(339),
  [1489] = {.entry = {.count = 1, .reusable = true}}, SHIFT(603),
  [1491] = {.entry = {.count = 1, .reusable = true}}, SHIFT(351),
  [1493] = {.entry = {.count = 1, .reusable = true}}, SHIFT(607),
  [1495] = {.entry = {.count = 1, .reusable = true}}, SHIFT(343),
  [1497] = {.entry = {.count = 1, .reusable = true}}, SHIFT(608),
  [1499] = {.entry = {.count = 1, .reusable = true}}, SHIFT(609),
  [1501] = {.entry = {.count = 1, .reusable = true}}, SHIFT(610),
  [1503] = {.entry = {.count = 1, .reusable = true}}, SHIFT(611),
  [1505] = {.entry = {.count = 1, .reusable = true}}, SHIFT(240),
  [1507] = {.entry = {.count = 1, .reusable = true}}, SHIFT(78),
  [1509] = {.entry = {.count = 1, .reusable = true}}, SHIFT(348),
  [1511] = {.entry = {.count = 1, .reusable = true}}, SHIFT(575),
  [1513] = {.entry = {.count = 1, .reusable = true}}, SHIFT(510),
  [1515] = {.entry = {.count = 1, .reusable = true}}, SHIFT(81),
  [1517] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_structural_expression, 2, 0, 45),
  [1519] = {.entry = {.count = 1, .reusable = true}}, SHIFT(491),
  [1521] = {.entry = {.count = 1, .reusable = true}}, SHIFT(323),
  [1523] = {.entry = {.count = 1, .reusable = true}}, SHIFT(259),
  [1525] = {.entry = {.count = 1, .reusable = true}}, SHIFT(682),
  [1527] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__if_start_expression, 2, 0, 0),
  [1529] = {.entry = {.count = 1, .reusable = true}}, SHIFT(560),
  [1531] = {.entry = {.count = 1, .reusable = true}}, SHIFT(677),
  [1533] = {.entry = {.count = 1, .reusable = true}}, SHIFT(592),
  [1535] = {.entry = {.count = 1, .reusable = true}}, SHIFT(66),
  [1537] = {.entry = {.count = 1, .reusable = true}}, SHIFT(84),
  [1539] = {.entry = {.count = 1, .reusable = true}}, SHIFT(162),
  [1541] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_structural_expression, 3, 0, 50),
  [1543] = {.entry = {.count = 1, .reusable = true}}, SHIFT(520),
  [1545] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_structural_expression, 3, 0, 51),
  [1547] = {.entry = {.count = 1, .reusable = true}}, SHIFT(157),
  [1549] = {.entry = {.count = 1, .reusable = true}}, SHIFT(565),
  [1551] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_structural_expression, 4, 0, 55),
  [1553] = {.entry = {.count = 1, .reusable = true}},  ACCEPT_INPUT(),
  [1555] = {.entry = {.count = 1, .reusable = true}}, SHIFT(705),
};

enum ts_external_scanner_symbol_identifiers {
  ts_external_token__start_tag_name = 0,
  ts_external_token__script_start_tag_name = 1,
  ts_external_token__style_start_tag_name = 2,
  ts_external_token__end_tag_name = 3,
  ts_external_token_erroneous_end_tag_name = 4,
  ts_external_token_SLASH_GT = 5,
  ts_external_token__implicit_end_tag = 6,
  ts_external_token_raw_text = 7,
  ts_external_token_comment = 8,
  ts_external_token__interpolation_start = 9,
  ts_external_token__interpolation_end = 10,
  ts_external_token__control_flow_start = 11,
};

static const TSSymbol ts_external_scanner_symbol_map[EXTERNAL_TOKEN_COUNT] = {
  [ts_external_token__start_tag_name] = sym__start_tag_name,
  [ts_external_token__script_start_tag_name] = sym__script_start_tag_name,
  [ts_external_token__style_start_tag_name] = sym__style_start_tag_name,
  [ts_external_token__end_tag_name] = sym__end_tag_name,
  [ts_external_token_erroneous_end_tag_name] = sym_erroneous_end_tag_name,
  [ts_external_token_SLASH_GT] = anon_sym_SLASH_GT,
  [ts_external_token__implicit_end_tag] = sym__implicit_end_tag,
  [ts_external_token_raw_text] = sym_raw_text,
  [ts_external_token_comment] = sym_comment,
  [ts_external_token__interpolation_start] = sym__interpolation_start,
  [ts_external_token__interpolation_end] = sym__interpolation_end,
  [ts_external_token__control_flow_start] = sym__control_flow_start,
};

static const bool ts_external_scanner_states[13][EXTERNAL_TOKEN_COUNT] = {
  [1] = {
    [ts_external_token__start_tag_name] = true,
    [ts_external_token__script_start_tag_name] = true,
    [ts_external_token__style_start_tag_name] = true,
    [ts_external_token__end_tag_name] = true,
    [ts_external_token_erroneous_end_tag_name] = true,
    [ts_external_token_SLASH_GT] = true,
    [ts_external_token__implicit_end_tag] = true,
    [ts_external_token_raw_text] = true,
    [ts_external_token_comment] = true,
    [ts_external_token__interpolation_start] = true,
    [ts_external_token__interpolation_end] = true,
    [ts_external_token__control_flow_start] = true,
  },
  [2] = {
    [ts_external_token_comment] = true,
    [ts_external_token__interpolation_start] = true,
    [ts_external_token__control_flow_start] = true,
  },
  [3] = {
    [ts_external_token__implicit_end_tag] = true,
    [ts_external_token_comment] = true,
    [ts_external_token__interpolation_start] = true,
    [ts_external_token__control_flow_start] = true,
  },
  [4] = {
    [ts_external_token_comment] = true,
  },
  [5] = {
    [ts_external_token_comment] = true,
    [ts_external_token__interpolation_end] = true,
  },
  [6] = {
    [ts_external_token_SLASH_GT] = true,
    [ts_external_token_comment] = true,
  },
  [7] = {
    [ts_external_token_comment] = true,
    [ts_external_token__control_flow_start] = true,
  },
  [8] = {
    [ts_external_token__start_tag_name] = true,
    [ts_external_token__script_start_tag_name] = true,
    [ts_external_token__style_start_tag_name] = true,
    [ts_external_token_comment] = true,
  },
  [9] = {
    [ts_external_token_raw_text] = true,
    [ts_external_token_comment] = true,
  },
  [10] = {
    [ts_external_token__end_tag_name] = true,
    [ts_external_token_erroneous_end_tag_name] = true,
    [ts_external_token_comment] = true,
  },
  [11] = {
    [ts_external_token_erroneous_end_tag_name] = true,
    [ts_external_token_comment] = true,
  },
  [12] = {
    [ts_external_token__end_tag_name] = true,
    [ts_external_token_comment] = true,
  },
};

#ifdef __cplusplus
extern "C" {
#endif
void *tree_sitter_angular_external_scanner_create(void);
void tree_sitter_angular_external_scanner_destroy(void *);
bool tree_sitter_angular_external_scanner_scan(void *, TSLexer *, const bool *);
unsigned tree_sitter_angular_external_scanner_serialize(void *, char *);
void tree_sitter_angular_external_scanner_deserialize(void *, const char *, unsigned);

#ifdef TREE_SITTER_HIDE_SYMBOLS
#define TS_PUBLIC
#elif defined(_WIN32)
#define TS_PUBLIC __declspec(dllexport)
#else
#define TS_PUBLIC __attribute__((visibility("default")))
#endif

TS_PUBLIC const TSLanguage *tree_sitter_angular(void) {
  static const TSLanguage language = {
    .version = LANGUAGE_VERSION,
    .symbol_count = SYMBOL_COUNT,
    .alias_count = ALIAS_COUNT,
    .token_count = TOKEN_COUNT,
    .external_token_count = EXTERNAL_TOKEN_COUNT,
    .state_count = STATE_COUNT,
    .large_state_count = LARGE_STATE_COUNT,
    .production_id_count = PRODUCTION_ID_COUNT,
    .field_count = FIELD_COUNT,
    .max_alias_sequence_length = MAX_ALIAS_SEQUENCE_LENGTH,
    .parse_table = &ts_parse_table[0][0],
    .small_parse_table = ts_small_parse_table,
    .small_parse_table_map = ts_small_parse_table_map,
    .parse_actions = ts_parse_actions,
    .symbol_names = ts_symbol_names,
    .field_names = ts_field_names,
    .field_map_slices = ts_field_map_slices,
    .field_map_entries = ts_field_map_entries,
    .symbol_metadata = ts_symbol_metadata,
    .public_symbol_map = ts_symbol_map,
    .alias_map = ts_non_terminal_alias_map,
    .alias_sequences = &ts_alias_sequences[0][0],
    .lex_modes = ts_lex_modes,
    .lex_fn = ts_lex,
    .external_scanner = {
      &ts_external_scanner_states[0][0],
      ts_external_scanner_symbol_map,
      tree_sitter_angular_external_scanner_create,
      tree_sitter_angular_external_scanner_destroy,
      tree_sitter_angular_external_scanner_scan,
      tree_sitter_angular_external_scanner_serialize,
      tree_sitter_angular_external_scanner_deserialize,
    },
    .primary_state_ids = ts_primary_state_ids,
  };
  return &language;
}
#ifdef __cplusplus
}
#endif
