Generators produce duplicate variable names
Opened this issue · 1 comments
ckknight commented
When generators are converted to JS, there ends up being both a var _step
and a function _step
, which breaks some strict-mode engines (e.g. recent versions of Chrome).
kkirby commented
This is fixed in my community repo, since I now have Gorillascript compiling to ES6 generators.