ckknight/gorillascript

Generators produce duplicate variable names

Opened this issue · 1 comments

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).

This is fixed in my community repo, since I now have Gorillascript compiling to ES6 generators.