antonmedv / monkberry

Monkberry is a JavaScript library for building web user interfaces
https://monkberry.js.org
MIT License
1.49k stars 78 forks source link

Spread operator doesn't work on sub-properties #20

Open benjamminf opened 8 years ago

benjamminf commented 8 years ago

Using the spread operator on a sub-property causes compilation to fail:

<Component {{ ...foo.bar }} />
antonmedv commented 8 years ago

Hi,

Yes, it's true. Now spread operator supports only variable names. Will add support for common Javascript expressions in spread op too.