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

Function parseJsonConfigFileContent

test/fixtures/snapshot/typescript.js:41424–41426  ·  view source on GitHub ↗

* Parse the contents of a config file (tsconfig.json). * @param json The contents of the config file to parse * @param host Instance of ParseConfigHost used to enumerate files in folder. * @param basePath A root directory to resolve relative path entries in the config * file t

(json, host, basePath, existingOptions, configFileName, resolutionStack, extraFileExtensions, extendedConfigCache, existingWatchOptions)

Source from the content-addressed store, hash-verified

41422 * file to. e.g. outDir
41423 */
41424 function parseJsonConfigFileContent(json, host, basePath, existingOptions, configFileName, resolutionStack, extraFileExtensions, extendedConfigCache, existingWatchOptions) {
41425 return parseJsonConfigFileContentWorker(json, /*sourceFile*/ undefined, host, basePath, existingOptions, existingWatchOptions, configFileName, resolutionStack, extraFileExtensions, extendedConfigCache);
41426 }
41427 ts.parseJsonConfigFileContent = parseJsonConfigFileContent;
41428 /**
41429 * Parse the contents of a config file (tsconfig.json).

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected