Skip to content

Commit

Permalink
feat(pnp): support the --conditions flag (#5228)
Browse files Browse the repository at this point in the history
* feat(pnp): support the `--conditions` flag

* test: check `NODE_OPTIONS` works
  • Loading branch information
merceyz committed Jan 31, 2023
1 parent 1b6190a commit e20f836
Show file tree
Hide file tree
Showing 11 changed files with 526 additions and 8 deletions.
1 change: 1 addition & 0 deletions .eslintignore
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,4 @@

# Minimize the diff with upstream
packages/yarnpkg-pnp/sources/node/**
packages/yarnpkg-pnp/sources/loader/node-options*
293 changes: 292 additions & 1 deletion .pnp.cjs

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/e4478040.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": minor

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 e20f836

Please sign in to comment.