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
{{ message }}
This repository was archived by the owner on May 14, 2018. It is now read-only.
When I have an arrow function anywhere in my modules, it reports a syntax error SyntaxError: Unexpected token and stops executing.
Is it using some sort of separate (third party) javascript parser, instead of just node? If it doesn't even support arrow function, I'm afraid it doesn't support any of the new ES6 syntax sugar ☹
I'm using this module from within Gulp. Latest up-to-date everything 😎