deno cache import map #24176
nik-webdevelop
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
It would be nice to have an option to cache remote modules from import map (
deno.json:importsorimport_map.json). Something likedeno cache --import-mapwould be great.I like to have my modules in import map and not create
deps.ts. It works fine but there is one major limitation. It is impossible to utilize Docker layer caching forRUN deno cache.It would be nice to have something like this:
Beta Was this translation helpful? Give feedback.
All reactions