Searched refs:normalizedName (Results 1 – 2 of 2) sorted by relevance
405 const normalizedName = ts.normalizePath(expectedPath).toLowerCase(); constant407 const result = replayFilesRead!.get(normalizedName);
947 const normalizedName = toFileNameLowerCase(normalizeSlashes(fileName)); constant948 … return filter(results, r => toFileNameLowerCase(normalizeSlashes(r.fileName)) === normalizedName);