Replies: 1 comment 1 reply
-
We originally had this enabled because I'll turn this into an issue so that we don't forget about this before doing the final release. |
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
I see that
deno.jsonc
/deno.json
by default has"lock": false
for Fresh projects.While I'm not sure if
deno.lock
fulfill the same guarantees thatpackage-lock.json
for Node.js projects orgo.sum
for Go projects, there must be good reasons for that file to exist.On the other hand, I see that if I remove or change the
lock
flag, the file is generated correctly — but its content is updated not only ondeno task build
, but sometimes when I run the application and so on.Shouldn't this be enabled by default? If so, what's the reasoning behind not using it.
Beta Was this translation helpful? Give feedback.
All reactions