I want get all node tpye? Like
decimal_integer_literal
arithmetic_operator
line_comment
field_access
inferred_parameters
condition
logical_operator
constant_declaration
element_value_pair
import_statement
import
import_clause
named_imports
There is such an enumeration that can see all types?
Problem
No response
Expected behavior
I want get all node tpye? Like decimal_integer_literal arithmetic_operator line_comment field_access inferred_parameters condition logical_operator constant_declaration element_value_pair import_statement import import_clause named_imports
There is such an enumeration that can see all types?
Originally posted by @yikengboy in https://github.com/tree-sitter/tree-sitter/issues/3420