-
Notifications
You must be signed in to change notification settings - Fork 208
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
feat: support for yarn 2 and yarn berry (3) #788
Conversation
@microsoft-github-policy-service agree |
What is the limitation, exactly? |
Currently, the CLI don't have the Reference: https://yarnpkg.com/cli/info |
I found out that there's an API for the yarn package manager, i will use it to figure out if we can filter out devdependencies. |
i am having trouble using the API, i don't know how to correctly implement the feature using the yarn api at all, it's too confusing for me to understand. |
I think you could filter them out manually by checking the |
Closing due to lack of activity. |
This PR is confirmed to work on yarn classic (1), yarn 2 and yarn berry (3).
However due to the limitation of yarn 2 and yarn berry (3)'s cli, it's not possible to filter out devdependencies.
I will mark this PR as draft until someone figure out how to do so, i have been searching for a way to filter it out for a while now and i am too afraid to do massive codebase change.
close #517