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
I believe this is intended behavior for CoffeeScript. It's intended to treat a string like an array of characters, and test membership according to those characters. Thus x in y tests for membership of a characterx in a string y. For example:
The In Operator seems to have been broken for a while...
Does not work (using the version on https://coffeescript.org/)
It renders to
Which doesn´t work:
This works though
That´s in chrome, not sure when indexOf.call is kinda broken
The text was updated successfully, but these errors were encountered: