Variable: typescript-ts-mode--list-nodes
typescript-ts-mode--list-nodes is a variable defined in
typescript-ts-mode.el.gz.
Value
("export_clause" "named_imports" "statement_block" "_for_header"
"switch_body" "parenthesized_expression" "object" "object_pattern"
"array" "array_pattern" "template_string" "template_substitution"
"regex" "arguments" "class_body" "formal_parameters"
"computed_property_name" "decorator_parenthesized_expression"
"enum_body" "parenthesized_type" "type_arguments" "object_type"
"type_parameters" "tuple_type")
Documentation
Nodes that designate lists in TypeScript.
See treesit-thing-settings for more information.
Source Code
;; Defined in /usr/src/emacs/lisp/progmodes/typescript-ts-mode.el.gz
(defvar typescript-ts-mode--list-nodes
'("export_clause"
"named_imports"
"statement_block"
"_for_header"
"switch_body"
"parenthesized_expression"
"object"
"object_pattern"
"array"
"array_pattern"
"template_string"
"template_substitution"
"regex"
"arguments"
"class_body"
"formal_parameters"
"computed_property_name"
;; TypeScript
"decorator_parenthesized_expression"
"enum_body"
"parenthesized_type"
"type_arguments"
"object_type"
"type_parameters"
"tuple_type")
"Nodes that designate lists in TypeScript.
See `treesit-thing-settings' for more information.")