tern.java
tern.java copied to clipboard
Feature request: async/await support
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?
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!
get support for async/await to tern?
It's an issue for ternjs https://github.com/ternjs/tern/issues/814
It seems that there is no progress in ternjs eslint is already integrated to VSCode editor and works fine and supports ES2017 async/await It would be nice to have eslint integrated also to eclipse.
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?