Constants§
- CALL_
QUERY - Tree-sitter query for extracting function calls.
- ELEMENT_
QUERY - Tree-sitter query for extracting TypeScript elements (functions, classes, and TS-specific types).
- IMPORT_
QUERY - Tree-sitter query for extracting TypeScript imports.
- REFERENCE_
QUERY - Tree-sitter query for extracting type references.
Functions§
- extract_
inheritance - Extract inheritance information from a TypeScript class node.