|
|
|
|
|
by sheept
33 days ago
|
|
Deno supports import maps, which are the mapping outside of the source files. But yes, URL imports have a variety of other issues (duplicated dependencies, no resource integrity), though Deno solved them in later versions (npm registry support, lock files). The only benefit of Deno is its permissions system, which has been great for safely letting agents write and run scripts on my file system. |
|