Files
rose-ash/lib/hyperscript/parser.sx
giles b23da3190e HS: add {prop: value; ...} CSS block syntax in add command
Parser:
- Handle brace-open token in parse-add-cmd
- Parse colon-separated property:value pairs until brace-close
- Produces (set-styles ((prop val) ...) target)

Compiler:
- set-styles → (do (dom-set-style target prop1 val1) ...)

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-21 05:58:40 +00:00

82 KiB