Closed disnet closed 7 years ago
This PR adds support in sweet's parser but shift-codegen doesn't support async/await yet so it won't be usable until support has been added there.
There's also an entry for await on line 84 of tokens.js
await
tokens.js
Now enforcing that await is only valid in async contexts and all the left over references in tokens.js should be cleaned up.
async
This PR adds support in sweet's parser but shift-codegen doesn't support async/await yet so it won't be usable until support has been added there.