[x] DOM builders (we could create known html tags)
[x] Runtime (tbd)
[x] Cell (cell instances should work as primitives in templates (boolean,number,string)), could be used as attribute/property and condition (for if) and remains reactive https://github.com/lifeart/glimmer-next/pull/34
[x] MergedCell should work as primitives in templates (boolean,number,string)), could be used as attribute/property and condition (for if) and remains reactive https://github.com/lifeart/glimmer-next/pull/34
Add tests for:
component
,helper
,modifier
helpers tests https://github.com/lifeart/glimmer-next/pull/85@args
(field types should match inputs - primitives, functions) https://github.com/lifeart/glimmer-next/pull/36if
opcodeeach
opcode (list is rendered, and keeping in sync ordering of items)