| 1 | import type { Node as SyntaxNode } from 'web-tree-sitter'; |
| 2 | import { getNodeText, getChildByField, getPrecedingDocstring } from '../tree-sitter-helpers'; |
| 3 | import type { LanguageExtractor, ExtractorContext } from '../tree-sitter-types'; |
| 4 |
nothing calls this directly
no test coverage detected