cornerstone3D icon indicating copy to clipboard operation
cornerstone3D copied to clipboard

Try Remove Cicular Deps

Open salimkanoun opened this issue 1 year ago • 11 comments

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?

salimkanoun avatar Sep 24 '23 14:09 salimkanoun