On Saturday, 13 March 2021 at 14:20:01 UTC, frame wrote:
Is there a tool to view module import graph?

The compiler verbose output shows that the module is imported/parsed but not why. I wan't to avoid unnecessary imports to speed up compile times or avoid issues if the module contents are not fully compatible with the current compile target being in development.

An external tool: https://github.com/funkwerk/depend.

Reply via email to