MCPcopy Index your code
hub / github.com/nodejs/node / parseConfigFile

Function parseConfigFile

test/fixtures/snapshot/typescript.js:123780–123782  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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;

Callers 11

createWatchProgramFunction · 0.85
reloadConfigFileFunction · 0.85
visitFunction · 0.85
emitBundleFunction · 0.85
getUpToDateStatusWorkerFunction · 0.85
queueReferencingProjectsFunction · 0.85
cleanFunction · 0.85
startWatchingFunction · 0.85

Calls 4

isParsedCommandLineFunction · 0.85
getMethod · 0.65
setMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…