Skip to content

DependencyChecker: Reuse resolveSync() method on Project class #94

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jan 2, 2019

Conversation

Turbo87
Copy link
Contributor

@Turbo87 Turbo87 commented Jan 2, 2019

This will allow EmberCLI to implement Yarn PnP support without the dependency checker having to care about the details.

The other use of resolve in the ShrinkwrapChecker class seems irrelevant to this, as it is only used when npm shrinkwrap is used, and in that case it seems unlikely that Yarn PnP is used in parallel.

Resolves #92

/cc @rwjblue @quaertym

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
This will allow EmberCLI to implement Yarn PnP support without the dependency checker having to care about the details
@rwjblue rwjblue merged commit 2f144d5 into quaertym:master Jan 2, 2019
@rwjblue
Copy link
Collaborator

rwjblue commented Jan 2, 2019

ember-cli-dependency-checker 3.1.0 published 🎉

@Turbo87 Turbo87 deleted the pnp branch January 2, 2019 14:53
@quaertym
Copy link
Owner

quaertym commented Jan 2, 2019

@rwjblue @Turbo87 Thanks! 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Yarn PnP Support
3 participants