Searched refs:fileExistsCache (Results 1 – 3 of 3) sorted by relevance
172 const fileExistsCache = new Map<Path, boolean>(); constant216 const value = fileExistsCache.get(key);219 fileExistsCache.set(key, !!newValue);225 fileExistsCache.delete(key);
120770 var fileExistsCache = new ts.Map();120812 var value = fileExistsCache.get(key);120816 fileExistsCache.set(key, !!newValue);120826 fileExistsCache.delete(key);
100145 var fileExistsCache = new ts.Map();100185 var value = fileExistsCache.get(key);100189 fileExistsCache.set(key, !!newValue);100199 fileExistsCache.delete(key);