pub fn bubble_semantics_dirty(applier: &mut dyn Applier, node_id: NodeId)Expand description
Unified API for bubbling semantics dirty flags from a node to the root (Applier context).
This mirrors bubble_layout_dirty but toggles semantics-specific dirty
flags instead of layout ones, allowing semantics updates to propagate during
the apply phase without forcing layout work.