(moduleName, containingFile)
| 115725 | } |
| 115726 | ts.findConfigFile = findConfigFile; |
| 115727 | function resolveTripleslashReference(moduleName, containingFile) { |
| 115728 | var basePath = ts.getDirectoryPath(containingFile); |
| 115729 | var referencedFileName = ts.isRootedDiskPath(moduleName) ? moduleName : ts.combinePaths(basePath, moduleName); |
| 115730 | return ts.normalizePath(referencedFileName); |
| 115731 | } |
| 115732 | ts.resolveTripleslashReference = resolveTripleslashReference; |
| 115733 | /* @internal */ |
| 115734 | function computeCommonSourceDirectoryOfFilenames(fileNames, currentDirectory, getCanonicalFileName) { |
no outgoing calls
no test coverage detected
searching dependent graphs…