ES7 Rest Operator generates an error in the js syntax checker on objects

I was using the editor with some rest operator and the editor kept complaining about this line, thought it’s working javascript :slight_smile:

Test

Some of our JS linting is outdated, hopefully we’ll be able to update it soon. We’re mainly counting on CodeMirror to “do the right thing” here so it might be a while before the updates trickle in from upstream.

2 Likes

Hi debone,

we just deployed a fix (and updated the linter) so that operator should parse correctly now :slight_smile: if it doesn’t, try refreshing your editor :slight_smile:

Thanks for reporting!

1 Like

You guys rock! Thanks for the fast fix :smiley:

1 Like