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 authored Mar 27, 2023
1 parent cd27d2a commit f3115b4
Show file tree
Hide file tree
Showing 12 changed files with 429 additions and 316 deletions.
268 changes: 137 additions & 131 deletions .pnp.cjs

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

7 changes: 1 addition & 6 deletions .pnp.loader.mjs

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

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 f3115b4

Please sign in to comment.