component / reactive

Tiny reactive template engine

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

remove the need for @

tj opened this issue · comments

in expressions like {siblings[@siblings.length - 1]}. this is to prevent collisions with words in strings such as foo + "bar", but if we do some simple parsing we can avoid this

commented

do you want to parse expressions?