pub fn resolve_file_record(
resolved: &ResolvedCommons,
refs: &mut RefSink,
) -> Result<(), Vec<CompileError>>Expand description
resolve_file, recording binding edges into refs as the walk
resolves them (v0.25). The project pass sets the sink’s per-file context;
a fresh sink records nothing.