Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor: remove zipWith when resolving dependencies of importers (pn…
…pm#7927) * 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 <[email protected]>
- Loading branch information