Skip to main content

Module state_initializer_lowering

Module state_initializer_lowering 

Source
Expand description

Decorator-free V2 state(initial) recognition at the syntax/authority boundary.

Direct field-initializer calls are selected by the parser without attaching framework meaning. This module admits only instance fields of already authority-proven V2 components, then joins an exact resolved callee to the canonical authored-semantic model.

Structs§

ResolvedStateInitializerV1
TypeScript proof that a selected direct field-initializer callee is state.
StateInitializerLoweringV1
A validated canonical V2 State-recognition product.
StateInitializerSiteV1
A direct instance-field initializer call on an authority-proven component.

Enums§

StateInitializerLoweringErrorV1
A bad component- or authority-to-source join for V2 State recognition.

Functions§

lower_state_initializers_v1
Lower only authority-proven V2 State initializer calls.
state_initializer_sites_v1
Select direct instance-field calls owned by canonical V2 components.