-
Notifications
You must be signed in to change notification settings - Fork 216
Closed
Labels
Description
If I try to use syntax like async (req, res) => {...
in my firebase function I get the error below when deploying. I assume it's a language feature that's not supported yet?
error Parsing error: Unexpected token =>
Removing the async makes it go away...
However, I have a dependency in my package (ccxt) that does use the async / await syntax, and it works just fine. Why is this?