(path, directoryPath, getCanonicalFileName)
| 122672 | } |
| 122673 | moduleSpecifiers_1.tryGetJSExtensionForFile = tryGetJSExtensionForFile; |
| 122674 | function getRelativePathIfInDirectory(path, directoryPath, getCanonicalFileName) { |
| 122675 | var relativePath = ts.getRelativePathToDirectoryOrUrl(directoryPath, path, directoryPath, getCanonicalFileName, /*isAbsolutePathAnUrl*/ false); |
| 122676 | return ts.isRootedDiskPath(relativePath) ? undefined : relativePath; |
| 122677 | } |
| 122678 | function isPathRelativeToParent(path) { |
| 122679 | return ts.startsWith(path, ".."); |
| 122680 | } |
no outgoing calls
no test coverage detected