Functions§
- minimize_
exports - Remove exports which aren’t “roots” (
is_root(export_key)returnsfalse), and which aren’t otherwise kept alive by a “root” (throughImport::LinkNamedeclarations, withnamematchingExportKey::LinkName), either directly or transitively (including through any number of imports). - resolve_
imports - Remap
Import::LinkNameto definitions exported asExportKey::LinkName.