jashkenas--coffeescript/lib
Geoffrey Booth 69a07dfa6d [CS2] Fix handling of parameters that are function calls (#4427)
* Add failing test per #4406

* If a parameter is a function call, define it in an expression within the function body

* Remove the space between `function` and `*` for generator functions, to follow usual ES idiom

* We can collapse `isCall` into `isComplex`

* Don’t need existence check here
2017-01-22 04:40:33 -08:00
..
coffee-script [CS2] Fix handling of parameters that are function calls (#4427) 2017-01-22 04:40:33 -08:00