(host, file, referenceFile)
| 18371 | } |
| 18372 | ts.hostGetCanonicalFileName = hostGetCanonicalFileName; |
| 18373 | function getResolvedExternalModuleName(host, file, referenceFile) { |
| 18374 | return file.moduleName || getExternalModuleNameFromPath(host, file.fileName, referenceFile && referenceFile.fileName); |
| 18375 | } |
| 18376 | ts.getResolvedExternalModuleName = getResolvedExternalModuleName; |
| 18377 | function getCanonicalAbsolutePath(host, path) { |
| 18378 | return host.getCanonicalFileName(ts.getNormalizedAbsolutePath(path, host.getCurrentDirectory())); |
no test coverage detected