Home
last modified time | relevance | path

Searched refs:parseConfigFileWithSystem (Results 1 – 8 of 8) sorted by relevance

/third_party/typescript/src/testRunner/unittests/tsbuild/
DoutputPaths.ts25parseConfigFileWithSystem("/src/tsconfig.json", {}, /*extendedConfigCache*/ undefined, {}, sys, no…
/third_party/typescript/src/testRunner/unittests/tsc/
DcancellationToken.ts44 const parsedConfig = parseConfigFileWithSystem(
/third_party/typescript/src/testRunner/unittests/tscWatch/
Dincremental.ts138 …const parsedConfig = parseConfigFileWithSystem("tsconfig.json", {}, /*extendedConfigCache*/ undefi…
148 …const command = parseConfigFileWithSystem("tsconfig.json", {}, /*extendedConfigCache*/ undefined, …
/third_party/typescript/src/compiler/
Dwatch.ts97 …export function parseConfigFileWithSystem(configFileName: string, optionsToExtend: CompilerOptions… function
/third_party/typescript/src/executeCommandLine/
DexecuteCommandLine.ts552 …const configParseResult = parseConfigFileWithSystem(configFileName, commandLineOptions, extendedCo…
/third_party/typescript/src/testRunner/unittests/
DreuseProgramStructure.ts993 …const { fileNames, options } = parseConfigFileWithSystem(configFileName, {}, /*extendedConfigCache…
/third_party/typescript/lib/
Dtsc.js106459 …function parseConfigFileWithSystem(configFileName, optionsToExtend, extendedConfigCache, watchOpti… function
106466 ts.parseConfigFileWithSystem = parseConfigFileWithSystem;
109825 …var configParseResult = ts.parseConfigFileWithSystem(configFileName, commandLineOptions, extendedC…
DtypingsInstaller.js128094 …function parseConfigFileWithSystem(configFileName, optionsToExtend, extendedConfigCache, watchOpti… function
128101 ts.parseConfigFileWithSystem = parseConfigFileWithSystem;