ecmascript-generator-expression
ecmascript-generator-expression copied to clipboard
Proposal for do Generator Expressions in ECMAScript. Work in progress. Edit Add topics
Results
2
ecmascript-generator-expression issues
Sort by
recently updated
recently updated
newest added
trafficstars
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:...
I was also posting this in the do proposal: https://github.com/tc39/proposal-do-expressions/issues/9 To me, it sounds most logical that if any of the `if`, `switch`, `for`, `while`, `try` keywords are used in...