| 9 | import { extname } from "path"; |
| 10 | |
| 11 | export interface SemanticNavigateOptions { |
| 12 | rootDir: string; |
| 13 | maxDepth?: number; |
| 14 | maxClusters?: number; |
| 15 | } |
| 16 | |
| 17 | interface FileInfo { |
| 18 | relativePath: string; |
nothing calls this directly
no outgoing calls
no test coverage detected