Hacker News new | ask | show | jobs
by jay_kyburz 2023 days ago
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.

1 comments

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