Conversation
|
@microsoft-github-policy-service agree |
|
Adding a new flag might be useless since the resolution in a normal Since this is a refactor, it's easier to work with it to fix |
|
Up! |
|
would this PR fix #432? |
There are no functional fixes included here; this PR is strictly an architectural refactor. Others are welcome to implement fixes on top of this layer. |
|
still probably makes it much easier to do just that. thank you, let’s hope it gets in soon! |
|
Closing it. #1257 is the replacement. |
This PR is aimed at further addressing issues with package managers. It introduces a distinction between different package managers by creating an internal API.
This internal API could be used to build a public API, but that is not part of my plans.
Note
It should also be noted that the new
--packageManagerflag could replace the existing--yarn,--no-yarn, and--dependenciesoptions in any upcoming major release.Removing the deprecated API is also not part of my plans. This PR makes minor changes that could potentially break something, and in such cases patches should be created. I am willing to help with those patches.