1
0
Fork 0
mirror of https://github.com/jashkenas/coffeescript.git synced 2022-11-09 12:23:24 -05:00

Spread syntax triple dots on either right or left (#4606)

* Spread dots on both sides: {a:1, ...obj1, obj2...},  [a..., ...b], f ...a, b...

* Optimization
This commit is contained in:
zdenko 2017-07-09 07:32:02 +02:00 committed by Geoffrey Booth
parent 35eb58fae8
commit 3be9038028
5 changed files with 187 additions and 165 deletions

File diff suppressed because one or more lines are too long