mirror of
https://github.com/jashkenas/coffeescript.git
synced 2026-01-14 01:07:55 -05:00
- renamed rewrite_condition() to switches_over(), and @switcher to @switch_subject - removed unused else_body constructor parameter, as well as unnecessary push() method - ensure both @body and @else_body are always Expressions (previously they could be either Expressions or IfNode)