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
One could argue that this is a bug in CoffeeScript. See jashkenas/coffeescript#4552 (especially toward the end).
That said, it currently is how CoffeeScript works, so it probably make sense to have a compatibility flag that triggers CoffeeScript's IIFE behavior, and perhaps the same coffeeClasses flag makes sense. Related to #457.
This prints
'Foo'
in CoffeeScript andundefined
in Civet.The text was updated successfully, but these errors were encountered: