mirror of
https://github.com/pnpm/pnpm.git
synced 2026-03-10 03:07:30 -04:00
* refactor: avoid zipWith when resolving dependencies of importers Instead of creating two separate arrays and zipping them together, the initial map here can create the pairs array directly. I'm not expecting any behavior changes in this commit other than slightly improved readability and performance. * refactor: resolve dependencies --------- Co-authored-by: Zoltan Kochan <z@kochan.io>