Searched refs:getCompilerHost (Results 1 – 8 of 8) sorted by relevance
/third_party/typescript/src/compiler/ |
D | resolutionCache.ts | 65 getCompilerHost?(): CompilerHost | undefined; method 390 …ution = loader(name, containingFile, compilerOptions, resolutionHost.getCompilerHost?.() || resolu…
|
/third_party/typescript/src/server/ |
D | project.ts | 2166 getCompilerHost(): CompilerHost | undefined {
|
/third_party/typescript/lib/ |
D | tsserverlibrary.js | 111418 … loader(name, containingFile, compilerOptions, ((_b = resolutionHost.getCompilerHost) === null || … 155638 ConfiguredProject.prototype.getCompilerHost = function () { method in ConfiguredProject
|
D | tsserver.js | 111224 … loader(name, containingFile, compilerOptions, ((_b = resolutionHost.getCompilerHost) === null || … 155444 ConfiguredProject.prototype.getCompilerHost = function () { method in ConfiguredProject
|
D | tsc.js | 91486 … loader(name, containingFile, compilerOptions, ((_b = resolutionHost.getCompilerHost) === null || …
|
D | typingsInstaller.js | 111213 … loader(name, containingFile, compilerOptions, ((_b = resolutionHost.getCompilerHost) === null || …
|
D | typescript.js | 111418 … loader(name, containingFile, compilerOptions, ((_b = resolutionHost.getCompilerHost) === null || …
|
D | typescriptServices.js | 111418 … loader(name, containingFile, compilerOptions, ((_b = resolutionHost.getCompilerHost) === null || …
|