periphery
periphery copied to clipboard
Don't remove imports that export unscanned targets
It's not safe to remove an import for a module that exports (possibly transitively) any unscanned module, as the symbols from the unscanned module may be referenced.
Display warning when this scenario is detected?