Skip to content

Commit

Permalink
fix(pnp): use exports implementation from Node.js (#5331)
Browse files Browse the repository at this point in the history
* fix(pnp): use exports implementation from node

* test: remove test for removed feature

* test: fix paths

* chore: remove `resolve.exports`

* test: error codes

* chore: build

* chore: versions

* chore: lint
  • Loading branch information
merceyz committed Mar 29, 2023
1 parent 5248bad commit 232116e
Show file tree
Hide file tree
Showing 12 changed files with 428 additions and 326 deletions.
277 changes: 137 additions & 140 deletions .pnp.cjs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file not shown.
27 changes: 27 additions & 0 deletions .yarn/versions/b87032c4.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
releases:
"@yarnpkg/cli": patch
"@yarnpkg/plugin-pnp": patch
"@yarnpkg/pnp": patch

declined:
- "@yarnpkg/plugin-compat"
- "@yarnpkg/plugin-constraints"
- "@yarnpkg/plugin-dlx"
- "@yarnpkg/plugin-essentials"
- "@yarnpkg/plugin-init"
- "@yarnpkg/plugin-interactive-tools"
- "@yarnpkg/plugin-nm"
- "@yarnpkg/plugin-npm-cli"
- "@yarnpkg/plugin-pack"
- "@yarnpkg/plugin-patch"
- "@yarnpkg/plugin-pnpm"
- "@yarnpkg/plugin-stage"
- "@yarnpkg/plugin-typescript"
- "@yarnpkg/plugin-version"
- "@yarnpkg/plugin-workspace-tools"
- "@yarnpkg/builder"
- "@yarnpkg/core"
- "@yarnpkg/doctor"
- "@yarnpkg/nm"
- "@yarnpkg/pnpify"
- "@yarnpkg/sdks"
Loading

0 comments on commit 232116e

Please sign in to comment.