Skip to main content

Module application_semantic_model

Module application_semantic_model 

Source

Structs§

ApplicationSemanticModel
Application-level semantic data assembled from the compiler’s existing graphs.
FileRouteApplicationModelErrorV1
Stable failure returned while assembling the compiler-owned semantic model for a conventional app/routes application.

Enums§

SemanticEntity
SemanticEntityKind

Functions§

build_application_semantic_model
build_application_semantic_model_for_unit
build_application_semantic_model_for_unit_with_packages
Build the canonical application model with caller-supplied package semantics.
build_application_semantic_model_from_component_graph
Assemble canonical ASM from an existing component graph while preserving its identity mode.
build_file_route_application_semantic_model_for_route_with_packages
Builds the canonical composed model for one already-resolved file-route page. Publication uses this route-scoped entry so shared layouts never project sibling pages into the same default Slot.
build_file_route_application_semantic_model_for_unit_with_packages
Builds the canonical application model for a discovered file-route source set. Conventional layouts are compiler-issued default-Slot composition edges, so every downstream product observes the same instance topology.