Expand description
Compiler-owned J1-P materialization of ordinary template instance markers.
Structs§
- Structural
Conditional Host Fragments - Compiler-rendered branches for one compiler-addressed conditional host.
- Structural
Keyed Host Fragment - Compiler-rendered keyed item fragment for one exact component host scope.
Enums§
- Structural
Conditional Host Scope - The only host scopes the compiler currently renders exactly.
Functions§
- generate_
ordinary_ instance_ html - Render the planned initial component topology with compiler-precomputed ordinary instance and J10 resume markers.
- generate_
ordinary_ instance_ html_ for_ component - Renders only the planned ordinary instance tree rooted at one compiler selected component. Application publication uses this entry-scoped form so unrelated top-level components cannot leak into an entry page.
- generate_
structural_ conditional_ host_ fragments - Render both branches for a compiler-issued conditional structural region.
- generate_
structural_ keyed_ host_ fragments - Render keyed item templates with compiler-issued structural invocation
anchors. The generic keyed tokens remain owned by
html_codegen; this function only joins exact template nodes to planned component invocations. - generate_
structural_ template_ instance_ html - Renders one compiler-planned structural template with the same exact ordinary target and binding markers as an initial instance. The static template-instance prefix is replaced by an opaque runtime-occurrence token; only the later structural materializer may substitute that token.
- structural_
invocations_ in_ compiler_ html