Closed sxzz closed 7 months ago
children
const node = children(node, ...paths)
const n1 = children(t0, 1, 2, 3)
t0.childNodes[1].childNodes[2].childNodes[3]
template
withKeys
withModifers
on
_renderEffect(() => { _setText(n9, _ctx.remaining) })
Track #166 for template abbreviation
children
985d4c7422a14136091a0681469cc1fb9cb7aef7const node = children(node, ...paths)
const n1 = children(t0, 1, 2, 3)
->t0.childNodes[1].childNodes[2].childNodes[3]
template
d10a1a3cwithKeys
/withModifers
inside ofon