pub fn load_graph(entry: &Path) -> Result<ModuleGraph, LoadError>Expand description
Build a module graph starting from entry (a .hk file).
Supports use crate::a::b::Item; where modules map to a.hk, a/b.hk, etc.
pub fn load_graph(entry: &Path) -> Result<ModuleGraph, LoadError>Build a module graph starting from entry (a .hk file).
Supports use crate::a::b::Item; where modules map to a.hk, a/b.hk, etc.