fn expected_nodes_after_incremental( baseline_nodes: Vec<Node>, changed_nodes: &[Node], absent_paths: &[String], ) -> Vec<Node>
Build the complete expected source state after one normalized incremental delta.