DEV Community

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

Collapse
 
craigphickspublic profile image
craigphicks-public

This means you have to explicitly download the files instead of relying only on Deno caching. Does it mean you know have two local copies - one for Trex and one in the Deno cache (which reads from the Trex one)?

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