* Returns tree-sitter analysis data if available. * Returns null for the regex fallback implementation.
()
| 29 | * Returns null for the regex fallback implementation. |
| 30 | */ |
| 31 | getTreeSitterAnalysis(): TreeSitterAnalysis | null |
| 32 | } |
| 33 | |
| 34 | /** |
no outgoing calls
no test coverage detected