Searched refs:configParseHost (Results 1 – 3 of 3) sorted by relevance
11 const configParseHost: ParseConfigFileHost = { constant25 …etParsedCommandLineOfConfigFile(commandLine.options.project, commandLine.options, configParseHost);30 const initResult = convertToTSConfig(commandLine, configPath, configParseHost);
73 const configParseHost: ts.ParseConfigHost = { constant79 … ts.parseJsonSourceFileConfigFileContent(parsedTsconfigFileContents, configParseHost, ts.getDirect…
149 const configParseHost = new ProjectParseConfigHost(this.sys, this.testCase); constant150 … configParseResult = ts.parseJsonSourceFileConfigFileContent(result, configParseHost, ts.getDirect…