This is a must need as a ton of code I write now is using async/await.
esprima@stable currently not supporting this. When it will happen - i will need just to update dependency and it should work with async functions.
You can ask them to release beta version here
https://github.com/jquery/esprima/issues
finally
https://github.com/jquery/esprima/commit/d95fac62108c4a45139c4fe60c6c3155f585342a
I will release minor version in a few days, i should write some tests
Hi! Please try new [email protected], it supports async functions now.
Closed. Beta version supports async functions.