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
-
It would be nice to have an option to cache remote modules from import map (
deno.json:imports
orimport_map.json
). Something likedeno cache --import-map
would 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