(no title)
kevinkassimo | 6 years ago
A package manager is different from package hosting. In the case of Deno you can still build and use third party package managers (and they might be able to utilize Deno's import-maps support to achieve some "magic")
unknown|6 years ago
[deleted]
aikah|6 years ago
kevinkassimo|6 years ago
Maybe (just "maybe" for now) we will be able to support plugin imports. In that case dylibs could be directly pulled down from network just like normal files (don't take my words as official though -- we have not decided on that yet)
There have been attempts to add some util functions for loading such plugins easier: https://github.com/denoland/deno/pull/3471