Class MultiRegistryLoader
Methods
loadExtension
- loadExtension(kind, extensionId): Promise<null | ExtensionPack>
Parameters
- kind: string
- extensionId: string
loadFromSource
- loadFromSource(source, resourceId): Promise<null | ExtensionPack>
clearCache
- clearCache(): void
Returns void
getCacheStats
- getCacheStats(): {
size: number;
keys: string[];
} Returns {
size: number;
keys: string[];
}
size: number
keys: string[]
Loader that supports multiple registries (npm, GitHub, git, file, URL)