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
When running npm build, rollup complains about the following circular dependencies:
npm build
(!) Circular dependency: dist-esm/src/eventHubClient.js -> dist-esm/src/connectionContext.js -> dist-esm/src/managementClient.js -> dist-esm/src/eventHubClient.js (!) Circular dependency: dist-esm/src/eventHubClient.js -> dist-esm/src/sender.js -> dist-esm/src/eventHubSender.js -> dist-esm/src/eventHubClient.js (!) Circular dependency: dist-esm/src/eventProcessor.js -> dist-esm/src/pumpManager.js -> dist-esm/src/eventProcessor.js (!) Circular dependency: dist-esm/src/eventProcessor.js -> dist-esm/src/pumpManager.js -> dist-esm/src/partitionPump.js -> dist-esm/src/eventProcessor.js
We should update our code where possible to prevent circular dependencies.
The text was updated successfully, but these errors were encountered:
richardpark-msft
Successfully merging a pull request may close this issue.
When running
npm build
, rollup complains about the following circular dependencies:We should update our code where possible to prevent circular dependencies.
The text was updated successfully, but these errors were encountered: