7 ms·
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
by Soremwar 6y 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
- jay_kyburz 6y agoA 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.
- laurencerowe 6y agoPresumably you’d use deno bundle for a production build so you’re not directly using the source files.