Currently, there are a lot star (*) imports everywhere in submodules. This makes it pretty impossible to detect things that are imported and but are unused (inside modules, of course publicly the idea is to expose things), but also things that are actually needed and not imported (because maybe they are behind * imports, who knows?)
Going over all of this will take a bit of time though
Currently, there are a lot star (
*
) imports everywhere in submodules. This makes it pretty impossible to detect things that are imported and but are unused (inside modules, of course publicly the idea is to expose things), but also things that are actually needed and not imported (because maybe they are behind*
imports, who knows?)Going over all of this will take a bit of time though