yarnpkg / berry

📦🐈 Active development trunk for Yarn ⚒
https://yarnpkg.com
BSD 2-Clause "Simplified" License
7.37k stars 1.1k forks source link

fix(pnp): esm - support import attributes #6268

Closed merceyz closed 4 months ago

merceyz commented 5 months ago

What's the problem this PR addresses?

In Node.js v22 import assertions were replaced with import attributes so we need to add support for those as well.

Fixes https://github.com/yarnpkg/berry/issues/6267

How did you fix it?

Added support for the importAttributes property.

Checklist