gulp-cjsx icon indicating copy to clipboard operation
gulp-cjsx copied to clipboard

Destructuring assignment

Open joaomilho opened this issue 9 years ago • 6 comments

The destructuring assigmnment just doesn't work. http://facebook.github.io/react/docs/transferring-props.html#transferring-with-...-in-jsx

This { checked, ...other } = @props generates:

/FILE:LINE: error: unexpected ...
    { checked, ...other } = @props
               ^^^

Any clue?

joaomilho avatar Feb 18 '15 17:02 joaomilho