pub fn module(graph: &ModuleGraph, query: &str) -> Option<Trace>Expand description
Resolve query to a module (exact dotted match, else suffix match) and
compute its import neighborhood. None if nothing matches.
pub fn module(graph: &ModuleGraph, query: &str) -> Option<Trace>Resolve query to a module (exact dotted match, else suffix match) and
compute its import neighborhood. None if nothing matches.