mirror of
https://github.com/jashkenas/coffeescript.git
synced 2026-05-03 03:00:14 -04:00
* fix splat error with soak properties or expressions * Add test based on #4260 * Add test based on #1349 * tests for the leading splat variant * test for spaced prefix ... * fixed 'if' statement in parens * fixed replacing 'void 0' with '[]' * remove 'void 0' replacement; add Splat::compileNode * Use LEVEL_OP; follow style better