mirror of
https://github.com/jashkenas/coffeescript.git
synced 2026-01-15 01:38:13 -05:00
* Start with the test I want to pass: return an implicit (braces-less) object * Update Rewriter class to follow pattern of nodes.coffee; move debugging snippet to where it’ll work in CS2 * Allow export default implicit object * `return` assumes a continuation onto the next line *if* the next line is indented * Fix comment; improve test