()
| 123583 | scheduleProgramUpdate(); |
| 123584 | } |
| 123585 | function updateNewLine() { |
| 123586 | return ts.getNewLineCharacter(compilerOptions || optionsToExtendForConfigFile, function () { return host.getNewLine(); }); |
| 123587 | } |
| 123588 | function toPath(fileName) { |
| 123589 | return ts.toPath(fileName, currentDirectory, getCanonicalFileName); |
| 123590 | } |
no outgoing calls
no test coverage detected
searching dependent graphs…