Expand description
Compiler-owned validation and planning for ergonomic file-route layouts.
Structs§
- Layout
Composition Edge V1 - One compiler-issued default-Slot child edge. It is deliberately not an authored JSX invocation and carries no source-content fragment.
- Layout
Composition Error V1 - Layout
Composition Plan V1 - Layout
Composition Route V1
Functions§
- build_
layout_ composition_ plan_ from_ components_ v1 - Component-fact variant used while assembling a file-route application model, before instance/runtime products exist.
- build_
layout_ composition_ plan_ v1 - Validates automatic default-Slot composition without changing the authored component instance plan. Instance/Slot lowering consumes this plan later.
- layout_
composition_ virtual_ invocations_ from_ provenance_ v1 - Lowers a layout plan to compiler-issued invocation facts while the application model is still being assembled.
- layout_
composition_ virtual_ invocations_ v1 - Converts compiler-issued layout edges into the same resolved invocation facts consumed by component instance planning. No authored JSX or source content fragment is fabricated.
- plan_
file_ route_ component_ instances_ v1 - Produces the canonical composed instance topology for a file-route source set. Generic application-model builders retain authored-only planning.