()
| 1101 | * Clear the import mapping cache (call between indexing runs) |
| 1102 | */ |
| 1103 | export function clearImportMappingCache(): void { |
| 1104 | importMappingCache.clear(); |
| 1105 | cppIncludeDirCache.clear(); |
| 1106 | } |
| 1107 | |
| 1108 | /** |
| 1109 | * Strip JS line + block comments from `content` while preserving |