()
| 123764 | synchronizeProgram(); |
| 123765 | } |
| 123766 | function reloadConfigFile() { |
| 123767 | writeLog("Reloading config file: ".concat(configFileName)); |
| 123768 | reloadLevel = ts.ConfigFileProgramReloadLevel.None; |
| 123769 | if (cachedDirectoryStructureHost) { |
| 123770 | cachedDirectoryStructureHost.clearCache(); |
| 123771 | } |
| 123772 | parseConfigFile(); |
| 123773 | hasChangedCompilerOptions = true; |
| 123774 | synchronizeProgram(); |
| 123775 | // Update the wild card directory watch |
| 123776 | watchConfigFileWildCardDirectories(); |
| 123777 | // Update extended config file watch |
| 123778 | updateExtendedConfigFilesWatches(toPath(configFileName), compilerOptions, watchOptions, ts.WatchType.ExtendedConfigFile); |
| 123779 | } |
| 123780 | function parseConfigFile() { |
| 123781 | setConfigFileParsingResult(ts.getParsedCommandLineOfConfigFile(configFileName, optionsToExtendForConfigFile, parseConfigFileHost, extendedConfigCache || (extendedConfigCache = new ts.Map()), watchOptionsToExtend, extraFileExtensions)); // TODO: GH#18217 |
| 123782 | } |
no test coverage detected
searching dependent graphs…