-
Notifications
You must be signed in to change notification settings - Fork 476
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Using await reserved word in code #235
Comments
I've replaced the uses of |
I am too unexperienced with mixing this w/ release. Any hints how to proceed? When is the next release? |
@squaremo hasn't there been any new release? |
This appears to still be a problem (using await reserved word). Trying to use babel to do a build that is depending on your code errors out when encountering these: SyntaxError: node_modules/amqplib/test/channel.js: await is a reserved word (33:27) |
Hi,
here and here you are using reserved word
await
... I found this when I tried to bundle node app with Webpack and it crashed because of thisThe text was updated successfully, but these errors were encountered: