pub fn resolve(
nodes: &[Node],
references: &[Reference],
locals: &[LocalBinding],
all_imports: &[Reference],
embeds: &[Embed],
roots: &[ModuleRoot],
) -> (Vec<Binding>, ResolutionStats, Vec<usize>)pub fn resolve(
nodes: &[Node],
references: &[Reference],
locals: &[LocalBinding],
all_imports: &[Reference],
embeds: &[Embed],
roots: &[ModuleRoot],
) -> (Vec<Binding>, ResolutionStats, Vec<usize>)