MCPcopy Index your code
hub / github.com/angular/angular / readConfigFile

Function readConfigFile

packages/compiler-cli/src/perform_compile.ts:83–84  ·  view source on GitHub ↗
(configFile: string)

Source from the content-addressed store, hash-verified

81 const fs = getFileSystem();
82
83 const readConfigFile = (configFile: string) =>
84 ts.readConfigFile(configFile, (file) => host.readFile(host.resolve(file)));
85 const readAngularCompilerOptions = (
86 configFile: string,
87 parentOptions: NgCompilerOptions = {},

Callers 2

readConfigurationFunction · 0.85

Calls 2

readFileMethod · 0.65
resolveMethod · 0.65

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…