ts

package
v0.0.0-...-312e67f Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 4, 2025 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func ExecuteQueries

func ExecuteQueries(queriesRequest QueriesRequest, data *[]byte, tree core.ParseTree) error

func NewQueryExecutor

func NewQueryExecutor(lang *sitter.Language, source []byte) *sitterQueryExecutor

Types

type QueriesRequest

type QueriesRequest struct {
	// contains filtered or unexported fields
}

func NewQueriesRequest

func NewQueriesRequest(language core.Language, queryItems []QueryItem) QueriesRequest

type QueryItem

type QueryItem struct {
	// contains filtered or unexported fields
}

func NewQueryItem

func NewQueryItem(query string, cb QueryMatchProcessor) QueryItem

type QueryMatchProcessor

type QueryMatchProcessor func(*sitter.QueryMatch) error

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL