You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sorry i do not have an answer but i wanted to contribute that i am also confused by the mention of deps.ts.
It seems that deno has stated in late july that deps.ts is not something we should be using (is the gist i get from this deno blog post which came out a month or so before 2.0).
Edit: Seems i should have looked at the open PRs :)
Looks like new instructions are coming #440
In this whole repo there is no mention of
deno.lock
- I'm a bit uncertain how to include it.Also, do I have to import stuff into a
deps.ts
file in order to do the caching as described?Feels like a weird way to define dependencies 🤔
I also found this reddit thread, suggesting that
deno.jsonc
's imports are a better replacement fordeps.ts
🤔The text was updated successfully, but these errors were encountered: