Function analyze_resolved_hierarchy
pub fn analyze_resolved_hierarchy(
input: ResolvedHierarchyInput,
) -> Result<AnalyzedResolvedHierarchy, Vec<Diagnostic>>Description
Parse and globally analyze every source unit of an exact resolved graph.
ยงErrors
Returns all parser and global namespace diagnostics together. Analysis creates no graph transaction and performs no package I/O.