Searched refs:normalizedPath (Results 1 – 5 of 5) sorted by relevance
66 …export function normalizedPathToPath(normalizedPath: NormalizedPath, currentDirectory: string, get…67 …const f = isRootedDiskPath(normalizedPath) ? normalizedPath : getNormalizedAbsolutePath(normalized…
335 const normalizedPath = ts.normalizePath(path).toLowerCase(); constant337 if (ts.normalizeSlashes(directory.path).toLowerCase() === normalizedPath) {
231 const normalizedPath = path.normalize(key);232 this.exactMatch[normalizedPath] = new StatusRule(key, rules[key]);
7493 …function normalizedPathToPath(normalizedPath: NormalizedPath, currentDirectory: string, getCanonic…