()
| 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 | } |
| 123783 | function setConfigFileParsingResult(configFileParseResult) { |
| 123784 | rootFileNames = configFileParseResult.fileNames; |
| 123785 | compilerOptions = configFileParseResult.options; |
no test coverage detected
searching dependent graphs…