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. |
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.jsonby default has"lock": falsefor Fresh projects.While I'm not sure if
deno.lockfulfill the same guarantees thatpackage-lock.jsonfor Node.js projects orgo.sumfor 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
lockflag, 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.
All reactions