(path)
| 139534 | return false; |
| 139535 | } |
| 139536 | function relativePath(path) { |
| 139537 | return ts.getRelativePathFromDirectory(configDir, path, /*ignoreCase*/ !useCaseSensitiveFileNames); |
| 139538 | } |
| 139539 | } |
| 139540 | function updateImports(program, changeTracker, oldToNew, newToOld, host, getCanonicalFileName) { |
| 139541 | var allFiles = program.getSourceFiles(); |
no outgoing calls
no test coverage detected