Skip to main content

build_component_graph_for_module

Function build_component_graph_for_module 

Source
pub fn build_component_graph_for_module(parsed: &ParsedFile) -> ComponentGraph
Expand description

Build compiler semantics with a source-module-qualified identity root.

The canonical application model and compiler frontend use this path. The legacy graph builder remains available for backend compatibility while runtime artifact contracts are migrated independently.