PackageResolverInterface
interface PackageResolverInterface
Methods
array
resolvePackages(array$packagesToRequire)
Grabs the URLs for the given packages and converts them to ImportMapEntry objects.
array
downloadPackages(array$importMapEntries,callable|null$progressCallback =null)
Downloads the contents of the given packages.