You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
> coffee --version
CoffeeScript version 1.6.3
> coffee -e 'x for own x in y'
TypeError: Cannot call method 'error' of undefined
at new For (/usr/lib/node_modules/coffee-script/lib/coffee-script/nodes.js:2588:20)
[stack trace omitted but available on request]
Also reproducible on the website, which gives the error "this.index is undefined".
The text was updated successfully, but these errors were encountered:
Just so you're aware of why it's an issue, for-own-in is not a thing. You're probably looking for for-own-of. But there should be a better error than that.
Also reproducible on the website, which gives the error "this.index is undefined".
The text was updated successfully, but these errors were encountered: