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
That super line now has a syntax error, because the spread operator ... is not expected in a comma expression. You probably want to check for this and output something like this instead:
super(...($_$wf(1),$_$w(1,0),args));
I'd create a pull request, but I'm not sure where you're hosting your code.
The text was updated successfully, but these errors were encountered:
Have a look at this minimal ES6 example code:
After Wallaby instruments this code, it looks like this:
That
super
line now has a syntax error, because the spread operator...
is not expected in a comma expression. You probably want to check for this and output something like this instead:I'd create a pull request, but I'm not sure where you're hosting your code.
The text was updated successfully, but these errors were encountered: