()
| 918 | * Clear the import mapping cache (call between indexing runs) |
| 919 | */ |
| 920 | export function clearImportMappingCache(): void { |
| 921 | importMappingCache.clear(); |
| 922 | cppIncludeDirCache.clear(); |
| 923 | } |
| 924 | |
| 925 | /** |
| 926 | * Strip JS line + block comments from `content` while preserving |