You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fails with Error: expecting a , punctuator [ 0 ], but
functionfoo(args){}foo( ... [0]);
is fine.
Same with
let[$$x]=[1];// Error: unexpected token __x__
but this is fine
letx=[$$[0]];
This may be related to #716. Hopefully it'll come out in the wash.
The text was updated successfully, but these errors were encountered:
gabejohnson
changed the title
Cannot use rest/spread operator in syntax template
Cannot use rest/spread operator in syntax template for all valid expressions
Jun 2, 2017
As noted #715
fails with
Error: expecting a , punctuator [ 0 ]
, butis fine.
Same with
but this is fine
This may be related to #716. Hopefully it'll come out in the wash.
The text was updated successfully, but these errors were encountered: