We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
There are multiple tests related to circular dependencies in the main pnpm repository. We can use the same packages to test pacquet.
This is where pnpm exits on circular dep:
https://github.com/pnpm/pnpm/blob/98377afd3452d92183e4b643a8b122887c0406c3/pkg-manager/resolve-dependencies/src/resolveDependencies.ts#L1195-L1203
Related task: #127
The text was updated successfully, but these errors were encountered:
No branches or pull requests
There are multiple tests related to circular dependencies in the main pnpm repository. We can use the same packages to test pacquet.
This is where pnpm exits on circular dep:
https://github.com/pnpm/pnpm/blob/98377afd3452d92183e4b643a8b122887c0406c3/pkg-manager/resolve-dependencies/src/resolveDependencies.ts#L1195-L1203
Related task: #127
The text was updated successfully, but these errors were encountered: