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
The indentation is misleading: the lines bar.baz = 3 and bar are not part of the do expression, but statements at the top level of f. Civet with 'civet coffeeCompat' follows the indentation and produces this output:
This is a bit of an edge case, but given the following CoffeeScript code:
CoffeeScript itself produces this:
The indentation is misleading: the lines
bar.baz = 3
andbar
are not part of thedo
expression, but statements at the top level off
. Civet with'civet coffeeCompat'
follows the indentation and produces this output:The text was updated successfully, but these errors were encountered: