| 1 | import { describe, expect, it } from 'vitest'; |
| 2 | import { GenericAnalyzer } from '../src/analyzers/generic/index'; |
| 3 | import { extractTreeSitterSymbols, supportsTreeSitter } from '../src/utils/tree-sitter'; |
| 4 |
nothing calls this directly
no test coverage detected