14 static constexpr std::string_view FUNCTION_NODES[] = {
15 "function_definition",
22 static constexpr std::string_view BLOCK_NODES[] = {
28 static constexpr std::string_view NODES[] = {
41 static std::string
get_node_text(TSNode node,
const std::string& source);