pub fn queue_semantics_invalidation(node_id: NodeId)Expand description
Schedules semantics bubbling for a node using the active composer if present.
This defers the work to the apply phase where we can safely mutate the applier tree without re-entrantly borrowing the composer during composition.