sebmarkbage / ecmascript-generator-expression

Proposal for do Generator Expressions in ECMAScript. Work in progress. Edit Add topics

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Babel Transform

clemmy opened this issue · comments

I made a ECMAScript generator transform Babel plugin:
https://github.com/clemmy/babel-plugin-transform-generator-expression.

Since it requires a forked parser to dabble with, I made a CodePen where you can easily try out the syntax:
https://codepen.io/clemmy/pen/zpGaNv?editors=1000

Perhaps this can be incorporated as a part of the proposal draft?