-
-
Notifications
You must be signed in to change notification settings - Fork 18.6k
yarn2nix #20637
Copy link
Copy link
Closed
Labels
0.kind: enhancementAdd something new or improve an existing system.Add something new or improve an existing system.9.needs: community feedbackThis needs feedback from more community members.This needs feedback from more community members.9.needs: documentationThis needs to be documented well.This needs to be documented well.9.needs: package (new)This needs a new package to be addedThis needs a new package to be added
Metadata
Metadata
Assignees
Labels
0.kind: enhancementAdd something new or improve an existing system.Add something new or improve an existing system.9.needs: community feedbackThis needs feedback from more community members.This needs feedback from more community members.9.needs: documentationThis needs to be documented well.This needs to be documented well.9.needs: package (new)This needs a new package to be addedThis needs a new package to be added
Fields
Give feedbackNo fields configured for issues without a type.
Facebook recently published yarn, a package manager that behaves like Bundler and Cargo by having a lock file that describes the exact versions of all transitive dependencies.
I investigated the
yarn.lockformat, and was pleasantly surprised that it actually contains both direct download links to (and SHA1 hashes of) the.tgzfiles that make up packages.I'm very much open to merge this with @svanderburg's
node2nix, but I'm not sure that that's appropriate.Progress