Function Graph Overview
    Preparing search index...

    Function extractCapturedTextsByCaptureName

    • Extracts the text content of syntax tree nodes captured by a Tree-sitter query.

      Parameters

      • node: Node

        The syntax node from which to extract the tree.

      • query: string

        The Tree-sitter query string to execute.

      • captureName: string

        The capture tag name to filter by.

      Returns string[]