Hacker News new | ask | show | jobs
by Soremwar 2012 days ago
Whot? How is that even comparable? It's third party code after all, the same happens when you use a library in any other language
1 comments

A library in any other language is saved local and built with your project.

My understanding is these are loaded from URLs if they are not in the cache. If a domain changes hands, you could be served anything.

Presumably you’d use deno bundle for a production build so you’re not directly using the source files.