Searched refs:normalizedPathCache (Results 1 – 1 of 1) sorted by relevance
2358 let normalizedPathCache: ESMap<string, string> | undefined = new Map<string, string>(); variable2360 normalizedPathCache = normalizedPathCache ? normalizedPathCache : new Map<string, string>();2361 const cached = normalizedPathCache.get(path);2366 normalizedPathCache.set(path, normalized);2373 normalizedPathCache?.clear();2374 normalizedPathCache = undefined;