Skip to content
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

rollup warn Circular dependencies #25

Open
hamano opened this issue Jan 31, 2023 · 2 comments
Open

rollup warn Circular dependencies #25

hamano opened this issue Jan 31, 2023 · 2 comments

Comments

@hamano
Copy link
Contributor

hamano commented Jan 31, 2023

  • Version: 7.1.0
  • Platform: linux
  • Subsystem:

Im using rollup for bundle asn1-ts. it warn circular dependencies.
Is there a way to suppress the warning?

$ rollup -c
(!) Circular dependencies
node_modules/asn1-ts/dist/node/codecs/x690/decoders/decodeObjectIdentifier.js -> node_modules/asn1-ts/dist/node/types/ObjectIdentifier.js -> node_modules/asn1-ts/dist/node/codecs/x690/decoders/decodeObjectIdentifier.js
node_modules/asn1-ts/dist/node/codecs/ber.js -> node_modules/asn1-ts/dist/node/codecs/ber/decoders/decodeSequence.js -> node_modules/asn1-ts/dist/node/codecs/ber.js
node_modules/asn1-ts/dist/node/codecs/der.js -> node_modules/asn1-ts/dist/node/codecs/der/decoders/decodeSequence.js -> node_modules/asn1-ts/dist/node/codecs/der.js
...and 4 more
created dist/bundle.js in 21.1s
@JonathanWilbur
Copy link
Owner

I don't know. I've never used Rollup. But I'll leave this issue open, since it should eventually be addressed.

@sacharbit
Copy link

@github-staff github-staff deleted a comment from apocanow1 Apr 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants
@hamano @JonathanWilbur @sacharbit and others