(fileName, currentDirectory)
| 7974 | } |
| 7975 | ts.getNormalizedPathComponents = getNormalizedPathComponents; |
| 7976 | function getNormalizedAbsolutePath(fileName, currentDirectory) { |
| 7977 | return getPathFromPathComponents(getNormalizedPathComponents(fileName, currentDirectory)); |
| 7978 | } |
| 7979 | ts.getNormalizedAbsolutePath = getNormalizedAbsolutePath; |
| 7980 | function normalizePath(path) { |
| 7981 | path = normalizeSlashes(path); |
no test coverage detected
searching dependent graphs…