Documentation ¶
Index ¶
- Variables
- func GetNodeChildByType(node *sitter.Node, childType string) *sitter.Node
- func GetNodeChildByTypePath(node *sitter.Node, childPath ...string) *sitter.Node
- func GetNodeStringField(node *sitter.Node, name string) *sitter.Node
- func ParseQuery(langName string, lang *sitter.Language, queryStr string) *sitter.Query
- func QueryErrors(langName string, lang *sitter.Language, sourceCode []byte, node *sitter.Node) []error
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrorsQuery = `(ERROR) @error`
Functions ¶
func GetNodeChildByType ¶ added in v1.508.0
func GetNodeChildByTypePath ¶ added in v1.508.0
func GetNodeStringField ¶ added in v1.508.0
func ParseQuery ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.