feat(build): generate slot target objects
Add generated targets::<slot> wrapper objects so partial swaps read as target.put/append/replace while preserving existing lower-aware commands and IntoEffect wiring. req: dx/006 req: codegen/001 req: codegen/002 req: component/003
This commit is contained in:
@@ -27,7 +27,7 @@ mod tests {
|
||||
#[test]
|
||||
fn kanban_board_updates_generated_slot() {
|
||||
fn render_board() -> impl IntoEffect {
|
||||
super::ui::put(board::slots::board, &empty_board())
|
||||
board::targets::board.put(&empty_board())
|
||||
}
|
||||
|
||||
let effect = inspect(render_board());
|
||||
|
||||
Reference in New Issue
Block a user