-
Notifications
You must be signed in to change notification settings - Fork 52
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
Feature request: async/await support #453
Comments
PLEASE I NEED THIS, there's so many bugs because this isn't supported and I don't want to keep using Atom to code, I want to use Eclipse but I can't until this gets added! |
It's an issue for ternjs ternjs/tern#814 |
It seems that there is no progress in ternjs |
Yeah, I just gave up on eclipse and moved to VSCode. Works much better 👌 |
@angelozerr it appears tern HEAD has now got async/await support. I tried to drop the latest tern code into your plugin (THANK YOU btw!!!) but it only half worked - would be happy to help out if you can give me tips? |
Node 8 has been released 2017-05-30 and it supports async/await
eslint support ES2017
http://eslint.org/blog/2016/09/eslint-v3.6.0-released
Is it possible to upgrade eslint and get support for async/await to tern?
The text was updated successfully, but these errors were encountered: