Skip to main content

module

Function module 

Source
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.