Searched defs:compilerHost (Results 1 – 9 of 9) sorted by relevance
| /third_party/typescript/src/services/ |
| D | transpile.ts | 58 const compilerHost: CompilerHost = { constant
|
| /third_party/typescript/src/testRunner/ |
| D | projectsRunner.ts | 167 …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/ |
| D | tsbuildPublic.ts | 290 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
|
| D | watchPublic.ts | 375 …const compilerHost = createCompilerHostFromProgramHost(host, () => compilerOptions, directoryStruc… constant
|
| D | watch.ts | 660 const compilerHost: CompilerHost = { constant
|
| D | program.ts | 191 const compilerHost: CompilerHost = { constant 4327 compilerHost: CompilerHost; property
|
| /third_party/typescript/src/testRunner/unittests/ |
| D | moduleResolution.ts | 1548 const compilerHost: ts.CompilerHost = { constant 1587 const compilerHost: ts.CompilerHost = { constant 1616 const compilerHost: ts.CompilerHost = { constant
|
| /third_party/typescript/src/testRunner/unittests/tscWatch/ |
| D | watchApi.ts | 520 const compilerHost = ts.tscWatch.createWatchCompilerHostOfConfigFileForBaseline({ constant
|
| /third_party/typescript/lib/ |
| D | tsc.js | 104535 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
|