Home
last modified time | relevance | path

Searched refs:TestTypingsInstaller (Results 1 – 6 of 6) sorted by relevance

/third_party/typescript/src/testRunner/unittests/tsserver/
DtypeAquisition.ts45 …ojectService = createProjectService(host, { typingsInstaller: new TestTypingsInstaller(typingsCach…
Dcompletions.ts383 … typingsInstaller: new TestTypingsInstaller(globalCacheLocation, /*throttleLimit*/ 5, host),
Dhelpers.ts174 …export class TestTypingsInstaller extends TI.TypingsInstaller implements server.ITypingsInstaller { class
463 opts.typingsInstaller = new TestTypingsInstaller("/a/data/", /*throttleLimit*/ 5, host);
DresolutionCache.ts14 typingsInstaller: new TestTypingsInstaller("/a/cache", /*throttleLimit*/5, host),
DtypingsInstaller.ts11 class Installer extends TestTypingsInstaller {
2155 …const typingsInstaller = new TestTypingsInstaller(typingsCache, /*throttleLimit*/ 5, host, typesRe…
DcompileOnSave.ts4 return new TestTypingsInstaller("/a/data/", /*throttleLimit*/5, host);