pub fn dependency_namespace(
    namespace_map: &HashMap<NodeIx, Module>,
    graph: &Graph,
    compilation_order: &[NodeIx],
    node: NodeIx
) -> Module
Expand description

Builds the dependency namespace for the package at the given node index within the graph.

This function is designed to be called for each node in order of compilation.