-
Notifications
You must be signed in to change notification settings - Fork 4.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Deno Lockfiles #6882
Comments
Yes, because not everyone wants their lock files marked as generated as is the case with
We're happy to accept a PR, but keep in mind the yarn community's decision; maybe the demo community expects the same? |
Ah, yes. I recall seeing that. That makes a lot more sense now.
Given the differences between PnP and HTTPS imports, and particularly that much of the ecosystem doesn't use lockfiles (as esm.sh messes them up), I don't think that Yarn's security argument applies here. |
Describe the enhancement
I noticed that deno.lock isn't marked as generated. As I looked at the source code for marking things as generated, I wondered if there's a reason for individualizing marking each ecosystem? Given that
.lock
feels pretty standard now, would it be possible to autodetect any lockfile, includingdeno.lock
?Alternatively, could y'all add deno.lock/would y'all be open to contributions for it?
The text was updated successfully, but these errors were encountered: