Home
last modified time | relevance | path

Searched defs:importSuggestionsCache (Results 1 – 2 of 2) sorted by relevance

/third_party/typescript/src/testRunner/unittests/tsserver/
DimportSuggestionsCache.ts29 const { importSuggestionsCache, checker } = setup(); constant
34 const { host, importSuggestionsCache, checker } = setup(); constant
41 const { host, projectService, importSuggestionsCache, checker } = setup(); constant
49 const { host, importSuggestionsCache, checker } = setup(); constant
/third_party/typescript/src/services/
Dcompletions.ts1108 … const importSuggestionsCache = host.getImportSuggestionsCache && host.getImportSuggestionsCache(); constant