madge icon indicating copy to clipboard operation
madge copied to clipboard

How to check chaining circular dependencies?

Open gormonn opened this issue 2 years ago • 0 comments

How to check chaining circular dependencies?

it looks like yarn madge --circular ./src can't find a circular dependency in that case:

When A > B B > C C > A

Where A: import {some} from B

B (index): export * from C

C: export * from A

gormonn avatar Nov 15 '21 17:11 gormonn