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
I'm not sure your issue is with the spread operator specifically. I use it a fair bit without problem. It is possible that using it is causing some helper to be compiled in which is triggering an error because of the isolated way in which brunch-typescript compiles.
Hi there,
Thank you very much for angular2 brunch seed project.
Just reporting a problem where, whenever I use es6 spread syntax, It fails to compile.
e.g.
If I change
to
works fine.
would there be specific typescript config for this issue.
Thank you
Andy
The text was updated successfully, but these errors were encountered: