Searched refs:TestTypingsInstaller (Results 1 – 6 of 6) sorted by relevance
/third_party/typescript/src/testRunner/unittests/tsserver/ |
D | typeAquisition.ts | 45 …ojectService = createProjectService(host, { typingsInstaller: new TestTypingsInstaller(typingsCach…
|
D | completions.ts | 383 … typingsInstaller: new TestTypingsInstaller(globalCacheLocation, /*throttleLimit*/ 5, host),
|
D | helpers.ts | 174 …export class TestTypingsInstaller extends TI.TypingsInstaller implements server.ITypingsInstaller { class 463 opts.typingsInstaller = new TestTypingsInstaller("/a/data/", /*throttleLimit*/ 5, host);
|
D | resolutionCache.ts | 14 typingsInstaller: new TestTypingsInstaller("/a/cache", /*throttleLimit*/5, host),
|
D | typingsInstaller.ts | 11 class Installer extends TestTypingsInstaller { 2155 …const typingsInstaller = new TestTypingsInstaller(typingsCache, /*throttleLimit*/ 5, host, typesRe…
|
D | compileOnSave.ts | 4 return new TestTypingsInstaller("/a/data/", /*throttleLimit*/5, host);
|