Home
last modified time | relevance | path

Searched refs:configParseHost (Results 1 – 3 of 3) sorted by relevance

/third_party/typescript/src/testRunner/unittests/config/
DshowConfig.ts11 const configParseHost: ParseConfigFileHost = { constant
25 …etParsedCommandLineOfConfigFile(commandLine.options.project, commandLine.options, configParseHost);
30 const initResult = convertToTSConfig(commandLine, configPath, configParseHost);
/third_party/typescript/src/testRunner/
DrwcRunner.ts73 const configParseHost: ts.ParseConfigHost = { constant
79 … ts.parseJsonSourceFileConfigFileContent(parsedTsconfigFileContents, configParseHost, ts.getDirect…
DprojectsRunner.ts149 const configParseHost = new ProjectParseConfigHost(this.sys, this.testCase); constant
150 … configParseResult = ts.parseJsonSourceFileConfigFileContent(result, configParseHost, ts.getDirect…