Expand description
Module graph construction and import resolution for the fallow dead code analyzer.
This crate builds the dependency graph from parsed modules, resolves import specifiers to their targets, and tracks export usage through re-export chains.