Skip to content

fix(pnp): make sure pnp module is the first preloaded module. - #6942

Merged
arcanis merged 2 commits into
yarnpkg:masterfrom
jdalton:pnp-node-options
Jan 21, 2019
Merged

fix(pnp): make sure pnp module is the first preloaded module.#6942
arcanis merged 2 commits into
yarnpkg:masterfrom
jdalton:pnp-node-options

Conversation

@jdalton

@jdalton jdalton commented Jan 20, 2019

Copy link
Copy Markdown
Contributor

This PR addresses #6941 by ensuring pnp is the first preloaded module.

@arcanis

arcanis commented Jan 20, 2019

Copy link
Copy Markdown
Member

I think I'd be fine with this change (it's probably more likely that a preloaded module uses third-parties than must influence the PnP logic), but can you detail the use case that requires it in case we need to think more about this logic in the future?

@jdalton

jdalton commented Jan 20, 2019

Copy link
Copy Markdown
Contributor Author

I'm trying to do NODE_OPTIONS="-r esm" yarn node ./foo.js for similar reasons that yarn switched to using NODE_OPTIONS. FWIW yarn used to prepend itself to the node args so prepending (as this PR does) is more in line with how it was before the NODE_OPTIONS change.

@arcanis

arcanis commented Jan 21, 2019

Copy link
Copy Markdown
Member

Sounds good 👍

@arcanis
arcanis merged commit f257500 into yarnpkg:master Jan 21, 2019
@jdalton
jdalton deleted the pnp-node-options branch January 21, 2019 00:20
@jdalton

jdalton commented Jan 21, 2019

Copy link
Copy Markdown
Contributor Author

Thank you @arcanis!

@jdalton

jdalton commented Jan 24, 2019

Copy link
Copy Markdown
Contributor Author

I noticed I missed a reference so opened another PR to address it at #6951.

cacheflow added a commit to cacheflow/yarn that referenced this pull request Feb 14, 2019
* master: (67 commits)
  Include key info for "expected hoisted" invariant (yarnpkg#7009)
  refactor: remove unnecessary checks (yarnpkg#6955)
  fix: drive letter casing for win32 pnp (yarnpkg#7007)
  Don’t call `release` with an exit code (yarnpkg#6981)
  Check os and platform even when engines is not present in package.json (yarnpkg#6976)
  Fix handling of non-offline errors (yarnpkg#6968)
  Treat the ignore-scripts in yarnrc as a synonym to the cli arg (yarnpkg#6983)
  fix(pnp): make sure pnp module is again the first preloaded module. (yarnpkg#6951)
  refactor: remove unused imports (yarnpkg#6956)
  Add 1.14.0 to changelog (yarnpkg#6967)
  1.15.0-0
  v1.14.0
  Fix suggested command after unlinking a package (yarnpkg#6931)
  Update CHANGELOG.md
  fix(pnp): make sure pnp module is the first preloaded module. (yarnpkg#6942)
  fix(pnp): make sure that the package locator is fetched with a trailing slash (yarnpkg#6882)
  Improve rendering of Chocolatey package description (yarnpkg#6899)
  Fixing dynamic require missing from webpack (yarnpkg#6908)
  feat(policies): Use github access token when requesting releases (yarnpkg#6912)
  Fixes PnP detection across workspaces (yarnpkg#6878)
  ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants