'add .foo to my children' compiles to (dom-add-class (host-get me 'children') 'foo') where children is a list. Fanned out via for-each inside dom-add-class/dom-remove-class rather than calling .classList.add on the list itself. Net: add 10→13.
'add .foo to my children' compiles to (dom-add-class (host-get me 'children') 'foo') where children is a list. Fanned out via for-each inside dom-add-class/dom-remove-class rather than calling .classList.add on the list itself. Net: add 10→13.