DEV Community

Discussion on: Rethinking the way we handle dependency imports in deno

Collapse
 
buttercubz profile image
Erick Sosa Garcia

currently I no longer use this approach but instead bet on import maps since it is definitively in deno. on the other hand answering your question, it will always be read from the deno cache since the files that were generated in that version were a separation of each url in separate files an example where I used this approach was this project snel