(fileName, host, newDirPath)
| 18494 | } |
| 18495 | ts.sourceFileMayBeEmitted = sourceFileMayBeEmitted; |
| 18496 | function getSourceFilePathInNewDir(fileName, host, newDirPath) { |
| 18497 | return getSourceFilePathInNewDirWorker(fileName, newDirPath, host.getCurrentDirectory(), host.getCommonSourceDirectory(), function (f) { return host.getCanonicalFileName(f); }); |
| 18498 | } |
| 18499 | ts.getSourceFilePathInNewDir = getSourceFilePathInNewDir; |
| 18500 | function getSourceFilePathInNewDirWorker(fileName, newDirPath, currentDirectory, commonSourceDirectory, getCanonicalFileName) { |
| 18501 | var sourceFilePath = ts.getNormalizedAbsolutePath(fileName, currentDirectory); |
no test coverage detected