Join GitHub today
GitHub is home to over 28 million developers working together to host and review code, manage projects, and build software together.
Sign upError in parsing when using arrow functions #97
Comments
This comment has been minimized.
This comment has been minimized.
|
I think you want https://www.npmjs.com/package/stream-concat instead. |
This comment has been minimized.
This comment has been minimized.
drdpedroso
commented
Jul 20, 2016
|
Thanks! That what i'm looking for :) |
drdpedroso
closed this
Jul 20, 2016
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
drdpedroso commentedJul 19, 2016
I'm getting queh trying to es.merge my javascript files.
The error message:
Error: Error in parsing: "modules/example/controllers/example-controller.js", Line 8: Unexpected token )
My Controller file:
Is there some solution for it?