Home
last modified time | relevance | path

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

/third_party/typescript/src/loggedIO/
DloggedIO.ts405 const normalizedName = ts.normalizePath(expectedPath).toLowerCase(); constant
407 const result = replayFilesRead!.get(normalizedName);
/third_party/typescript/src/services/
Dshims.ts947 const normalizedName = toFileNameLowerCase(normalizeSlashes(fileName)); constant
948 … return filter(results, r => toFileNameLowerCase(normalizeSlashes(r.fileName)) === normalizedName);