Searched defs:getModuleResolutionCache (Results 1 – 10 of 10) sorted by relevance
160 getModuleResolutionCache?(): ModuleResolutionCache | undefined; method
50 getModuleResolutionCache(): ModuleResolutionCache; method
7543 getModuleResolutionCache?(): ModuleResolutionCache | undefined; method
2456 getModuleResolutionCache() { method in AutoImportProviderProject
335 /** @internal */ getModuleResolutionCache?(): ModuleResolutionCache | undefined; method
3708 getModuleResolutionCache?(): ModuleResolutionCache | undefined; method6304 getModuleResolutionCache?(): ModuleResolutionCache | undefined; method
7711 getModuleResolutionCache?(): ModuleResolutionCache | undefined; method10307 getModuleResolutionCache?(): ModuleResolutionCache | undefined; method
111814 compilerHost.getModuleResolutionCache = () => moduleResolutionCache; function