mirror of
https://github.com/pnpm/pnpm.git
synced 2026-03-26 19:12:12 -04:00
Since v11 uses a new store version, all runtime packages (node, deno, bun) have a generated package.json with bin fields. The hardcoded switch block in the linker is no longer needed. Also moves getNodeBinsForCurrentOS, getDenoBinLocationForCurrentOS, and getBunBinLocationForCurrentOS out of @pnpm/constants into their respective resolver packages, since each is only used in one place.