cornerstone3D
cornerstone3D copied to clipboard
Try Remove Cicular Deps
fixes https://github.com/cornerstonejs/cornerstone3D/issues/742 Continuing the discussion started herer : https://github.com/cornerstonejs/cornerstone3D/issues/742
The problem i found in that many file import module using the root index, especially types.
So as the index indexes almost everything, the index import modules that imports types using the index creating cicular deps.
I tried to start removing them, but there's a lot of circular deps
What do you think, should i continue or is some reachitecturing import neede?