benjamn / ast-types

Esprima-compatible implementation of the Mozilla JS Parser API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ForAwaitStatement

samwgoldman opened this issue · comments

The async iteration proposal is stage 3 and ready for implementation. Babylon adds support and uses a ForAwaitStatement, which is identical to the ForOf statement except for the name.

Any chance you have time to open a pull request? I believe you'd want to modify this file.

Will do :)

commented

can close this too