Hacker News new | ask | show | jobs
by brundolf 1021 days ago
Deno has various mechanisms[0] for abbreviating your imports if/how you want to, but I like the fact that the canonical paths are plain, full URLs

[0] https://deno.land/manual@v1.36.4/basics/import_maps

1 comments

Yeah, it's actually a _feature_ if you've never been lost in the shit show that is node_modules before. I highly prefer Deno's style.