Searched refs:getPathsRelativeToRootDirs (Results 1 – 3 of 3) sorted by relevance
| /third_party/typescript/src/compiler/ |
| D | moduleSpecifiers.ts | 730 …const normalizedTargetPaths = getPathsRelativeToRootDirs(moduleFileName, rootDirs, getCanonicalFil… 735 …const normalizedSourcePaths = getPathsRelativeToRootDirs(sourceDirectory, rootDirs, getCanonicalFi… 894 …function getPathsRelativeToRootDirs(path: string, rootDirs: readonly string[], getCanonicalFileNam… function
|
| /third_party/typescript/lib/ |
| D | typingsInstaller.js | 127783 …var normalizedTargetPaths = getPathsRelativeToRootDirs(moduleFileName, rootDirs, getCanonicalFileN… 127787 …var normalizedSourcePaths = getPathsRelativeToRootDirs(sourceDirectory, rootDirs, getCanonicalFile… 127935 function getPathsRelativeToRootDirs(path, rootDirs, getCanonicalFileName) { function
|
| D | tsc.js | 106186 …var normalizedTargetPaths = getPathsRelativeToRootDirs(moduleFileName, rootDirs, getCanonicalFileN… 106190 …var normalizedSourcePaths = getPathsRelativeToRootDirs(sourceDirectory, rootDirs, getCanonicalFile… 106321 function getPathsRelativeToRootDirs(path, rootDirs, getCanonicalFileName) { function
|