* Gets the path to reference file from file name, it could be resolvedPath if present otherwise path
(program, fileName, sourceFileDirectory, getCanonicalFileName)
| 119635 | * Gets the path to reference file from file name, it could be resolvedPath if present otherwise path |
| 119636 | */ |
| 119637 | function getReferencedFileFromFileName(program, fileName, sourceFileDirectory, getCanonicalFileName) { |
| 119638 | return ts.toPath(program.getProjectReferenceRedirect(fileName) || fileName, sourceFileDirectory, getCanonicalFileName); |
| 119639 | } |
| 119640 | /** |
| 119641 | * Gets the referenced files for a file from the program with values for the keys as referenced file's path to be true |
| 119642 | */ |
no outgoing calls
no test coverage detected