You signed in with another tab or window.Reload to refresh your session.You signed out in another tab or window.Reload to refresh your session.You switched accounts on another tab or window.Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 19, 2018. It is now read-only.
Classes should support getters and setters[(#17)](https://github.com/coffeescript6/discuss/issues/17) and the`static` keyword[(#70)](https://github.com/coffeescript6/discuss/issues/70).
114
+
[This has been merged](https://github.com/jashkenas/coffeescript/pull/4484) into the`2` branch.
CoffeeScript 1.x already supports destructuring; this task would be to change CoffeeScript’s output from ES3 plain variable assignment into ES2015 destructuring syntax.
120
+
[This has been merged](https://github.com/jashkenas/coffeescript/pull/4478) into the`2` branch.
121
+
122
+
##Features to Implement
123
+
124
+
####Destructuring: Object spreads
125
+
126
+
>CoffeeScript 2 only
127
+
128
+
[This PR](https://github.com/jashkenas/coffeescript/pull/4493) aims to support splats in destructured objects.