DEV Community

Discussion on: Deno: The next step in Node.js

Collapse
 
ducaale profile image
Mohamed Dahir • Edited

You might be interested in Deno's import maps which could be generated by a package manager like Trex.

The only caveat is that the import map file has to be specified explicitely as opposed to node's package.json which gets picked up automatically. That is unless you use somthing like Denon.