(rootDir: string)
| 248 | * map when there is no `codegraph.json` (the zero-config default). |
| 249 | */ |
| 250 | export function loadExtensionOverrides(rootDir: string): Record<string, Language> { |
| 251 | return loadParsedConfig(rootDir).extensions; |
| 252 | } |
| 253 | |
| 254 | /** |
| 255 | * Load the validated `includeIgnored` patterns for a project, mtime-cached. |
no test coverage detected