(rootDir: string)
| 298 | * map when there is no `codegraph.json` (the zero-config default). |
| 299 | */ |
| 300 | export function loadExtensionOverrides(rootDir: string): Record<string, Language> { |
| 301 | return loadParsedConfig(rootDir).extensions; |
| 302 | } |
| 303 | |
| 304 | /** |
| 305 | * Load the validated `includeIgnored` patterns for a project, mtime-cached. |
no test coverage detected