Home
last modified time | relevance | path

Searched defs:compilerHost (Results 1 – 9 of 9) sorted by relevance

/third_party/typescript/src/services/
Dtranspile.ts58 const compilerHost: CompilerHost = { constant
/third_party/typescript/src/testRunner/
DprojectsRunner.ts167 …const compilerHost = new ProjectCompilerHost(this.sys, this.compilerOptions, this.testCaseJustName… constant
400 …const compilerHost = new ProjectCompilerHost(_vfs, compilerResult.compilerOptions!, this.testCaseJ… constant
/third_party/typescript/src/compiler/
DtsbuildPublic.ts290 readonly compilerHost: CompilerHost; property
328 …const compilerHost = createCompilerHostFromProgramHost(host, () => state.projectCompilerOptions) a… constant
600 const { compilerHost, host } = state; constant
631 …const { cache, host, compilerHost, extendedConfigCache, moduleResolutionCache, typeReferenceDirect… constant
922 const { host, compilerHost } = state; constant
1024 const { host, compilerHost } = state; constant
1122 const { compilerHost } = state; constant
DwatchPublic.ts375 …const compilerHost = createCompilerHostFromProgramHost(host, () => compilerOptions, directoryStruc… constant
Dwatch.ts660 const compilerHost: CompilerHost = { constant
Dprogram.ts191 const compilerHost: CompilerHost = { constant
4327 compilerHost: CompilerHost; property
/third_party/typescript/src/testRunner/unittests/
DmoduleResolution.ts1548 const compilerHost: ts.CompilerHost = { constant
1587 const compilerHost: ts.CompilerHost = { constant
1616 const compilerHost: ts.CompilerHost = { constant
/third_party/typescript/src/testRunner/unittests/tscWatch/
DwatchApi.ts520 const compilerHost = ts.tscWatch.createWatchCompilerHostOfConfigFileForBaseline({ constant
/third_party/typescript/lib/
Dtsc.js104535 const compilerHost = { variable
105257 compilerHost: host, property
110805 const compilerHost = { variable
110863 function setGetSourceFileAsHashVersioned(compilerHost) { argument
111843 compilerHost, property
112641 function getOldProgram({ options, builderPrograms, compilerHost }, proj, parsed) { argument