gaearon/whatthefuck.is

Cyclic Dependency

Closed this issue · 2 comments

Cyclic Dependency

When a file named A.js imports file B.js and B.js imports A.js

This creates cyclic dependency since you can't read A.js without reading B.js and you can't read B.js before reading A.js

Thanks, mate. Now I understand.