(files)
| 123578 | } |
| 123579 | } |
| 123580 | function updateRootFileNames(files) { |
| 123581 | ts.Debug.assert(!configFileName, "Cannot update root file names with config file watch mode"); |
| 123582 | rootFileNames = files; |
| 123583 | scheduleProgramUpdate(); |
| 123584 | } |
| 123585 | function updateNewLine() { |
| 123586 | return ts.getNewLineCharacter(compilerOptions || optionsToExtendForConfigFile, function () { return host.getNewLine(); }); |
| 123587 | } |
nothing calls this directly
no test coverage detected
searching dependent graphs…