mozilla / rhino

Rhino is an open-source implementation of JavaScript written entirely in Java
https://rhino.github.io
Other
4.07k stars 835 forks source link

Support ES2017 async (arrow) functions & “await” #395

Open sideshowbarker opened 6 years ago

sideshowbarker commented 6 years ago

This is a wish-list feature request to support async functions, async arrow functions, await as specified at https://www.ecma-international.org/ecma-262/#sec-async-function-definitions and https://www.ecma-international.org/ecma-262/#sec-async-arrow-function-definitions and documented (partially) at https://mdn.io/async_function

p-bakker commented 3 years ago

Proposal: https://github.com/tc39/proposal-async-await