Searched refs:srcFilePathComponentsCache (Results 1 – 1 of 1) sorted by relevance
28 const srcFilePathComponentsCache = new Map<ts.SourceFile, string[]>(); constant31 let pathComps = srcFilePathComponentsCache.get(srcFile);34 srcFilePathComponentsCache.set(srcFile, pathComps);45 srcFilePathComponentsCache.clear();