Searched refs:normalizedTargetPaths (Results 1 – 3 of 3) sorted by relevance
730 …const normalizedTargetPaths = getPathsRelativeToRootDirs(moduleFileName, rootDirs, getCanonicalFil… constant731 if (normalizedTargetPaths === undefined) {737 …return map(normalizedTargetPaths, targetPath => ensurePathIsNonModuleName(getRelativePathFromDirec…
127783 …var normalizedTargetPaths = getPathsRelativeToRootDirs(moduleFileName, rootDirs, getCanonicalFileN…127784 if (normalizedTargetPaths === undefined) {127789 …return ts.map(normalizedTargetPaths, function (targetPath) { return ts.ensurePathIsNonModuleName(t…
106186 …var normalizedTargetPaths = getPathsRelativeToRootDirs(moduleFileName, rootDirs, getCanonicalFileN…106187 if (normalizedTargetPaths === undefined) {106192 …return ts.map(normalizedTargetPaths, function (targetPath) { return ts.ensurePathIsNonModuleName(t…