dreamstack/compiler
enzotar c47852957f fix: merge duplicate click props + upgrade streaming examples
- Duplicate prop keys now merge into Block expressions
  click: a then click: b → Block([a, b])
- All actions fire in one click (was silently overwriting)
- streaming-mood.ds upgraded to semicolons
- streaming-stats.ds upgraded to semicolons
- Browser-verified: Happy button fires 3 actions (mood+color+energy)
- All 7 examples pass regression
2026-02-26 17:44:21 -08:00
..
ds-analyzer feat: when/else conditional branching 2026-02-26 16:03:29 -08:00
ds-cli feat: upgrade init starter app to showcase all DreamStack features 2026-02-26 16:57:08 -08:00
ds-codegen feat: component event callbacks + function prop forwarding 2026-02-26 16:51:58 -08:00
ds-incremental feat: component registry with styled variants, dreamstack add/convert CLI, and showcase 2026-02-26 13:27:49 -08:00
ds-layout feat(compiler): complete bitstream integration — all 9 changes 2026-02-25 13:26:59 -08:00
ds-parser fix: merge duplicate click props + upgrade streaming examples 2026-02-26 17:44:21 -08:00
ds-types feat: dynamic lists (push/remove/pop) + TodoMVC demo 2026-02-26 16:46:06 -08:00