Home
last modified time | relevance | path

Searched refs:normalizedPathCache (Results 1 – 1 of 1) sorted by relevance

/third_party/typescript/src/linter/ArkTSLinter_1_1/
DUtils.ts2358 let normalizedPathCache: ESMap<string, string> | undefined = new Map<string, string>(); variable
2360 normalizedPathCache = normalizedPathCache ? normalizedPathCache : new Map<string, string>();
2361 const cached = normalizedPathCache.get(path);
2366 normalizedPathCache.set(path, normalized);
2373 normalizedPathCache?.clear();
2374 normalizedPathCache = undefined;