mirror of
https://github.com/jashkenas/coffeescript.git
synced 2026-01-21 04:37:59 -05:00
* Supplement missing block before `ELSE` token only for multi-line `if`. * Don't prematurely remove `TERMINATOR` before `ELSE` (so we can differentiate single- and multi-line forms). * Cleanup: Remove `WHEN` from `EXPRESSION_CLOSE`. (Only `LEADING_WHEN` tokens are preceded by a `TERMINATOR`.) * Cleanup: Remove really old, inapplicable text from comment.