dreamstack/compiler
enzotar a35d44bd59 feat: two-way binding, form props, and async resources
Phase 8 features:
- bind prop: two-way signal <-> input sync
- placeholder, value, style, disabled props
- DS.resource() for reactive async data fetching
- DS.fetchJSON() convenience wrapper
- Props-only element parsing: input { bind: x }
- examples/form.ds: contact form with validation

Fixed: double .value.value bug in bind codegen.
2026-02-25 08:08:37 -08:00
..
ds-analyzer feat: DreamStack compiler foundation — Phase 0/1 2026-02-25 00:03:06 -08:00
ds-cli feat: dev server with file watching + poll-based HMR 2026-02-25 01:01:59 -08:00
ds-codegen feat: two-way binding, form props, and async resources 2026-02-25 08:08:37 -08:00
ds-layout feat: Phase 3+4 — Cassowary constraint solver + type system 2026-02-25 00:22:35 -08:00
ds-parser feat: two-way binding, form props, and async resources 2026-02-25 08:08:37 -08:00
ds-types feat: for-in list rendering + component system 2026-02-25 01:33:28 -08:00