Replies: 1 comment
-
This looks like how Bit does it... |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
There are many tools that rely on getting the list of all workspace dependencies and other dependency related tasks.
There seem to be many pnpm packages to help with this but they are undocumented, duplicated, deprecated, or require a bunch of config/options.
E.g.
We need a clean way to read packages, filter packages, list workspace packages, list dependencies.
It should have good DX.
Maybe there should be a separation of private api and public api packages?
Maybe something like
@pnpm/api.<blah>
to indicate a programmatic public api.Related
#3482
https://github.com/teambit/bit/blob/master/scopes/dependencies/pnpm/lynx.ts
Beta Was this translation helpful? Give feedback.
All reactions