Home
last modified time | relevance | path

Searched defs:configParseResult (Results 1 – 6 of 6) sorted by relevance

/third_party/typescript/src/testRunner/
DrwcRunner.ts79 …const configParseResult = ts.parseJsonSourceFileConfigFileContent(parsedTsconfigFileContents, conf… constant
DprojectsRunner.ts154 …const configParseResult = ts.parseJsonSourceFileConfigFileContent(result, configParseHost, ts.getD… constant
/third_party/typescript/src/executeCommandLine/
DexecuteCommandLine.ts552 …const configParseResult = parseConfigFileWithSystem(configFileName, commandLineOptions, extendedCo… constant
/third_party/typescript/src/harness/
DfourslashImpl.ts277 let configParseResult: ts.ParsedCommandLine | undefined; variable
/third_party/typescript/lib/
Dtsc.js35187 function convertToTSConfig(configParseResult, configFileName, host) { argument
110483 …function createWatchOfConfigFile(system, cb, reportDiagnostic, configParseResult, optionsToExtend,… argument
DtypingsInstaller.js42940 function convertToTSConfig(configParseResult, configFileName, host) { argument