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.
Copy file name to clipboardExpand all lines: Features.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,7 @@ These features affect interopability and should take priority over all other fea
18
18
19
19
>CoffeeScript 2 only
20
20
21
-
As part of CoffeeScript 2, we will revise CoffeeScript’s`class` syntax to be compatible with ECMAScript’s`class`; this means no code in class bodies, no using`this` in a constructor before calling`super`, etc. We try to keep as many features of the CoffeeScript`class` as possible while still ouputting the ECMAScript`class` keyword, so that we can extend ES classes and create extendable native classes. Getters and setters[(#17)](https://github.com/coffeescript6/discuss/issues/17) would probably be implemented as part of supporting ES classes. This is in progress at[jashkenas/coffeescript#4330](https://github.com/jashkenas/coffeescript/pull/4354).
21
+
As part of CoffeeScript 2, we will revise CoffeeScript’s`class` syntax to be compatible with ECMAScript’s`class`; this means no code in class bodies, no using`this` in a constructor before calling`super`, etc. We try to keep as many features of the CoffeeScript`class` as possible while still ouputting the ECMAScript`class` keyword, so that we can extend ES classes and create extendable native classes. Getters and setters[(#17)](https://github.com/coffeescript6/discuss/issues/17) would probably be implemented as part of supporting ES classes. This is in progress at[jashkenas/coffeescript#4354](https://github.com/jashkenas/coffeescript/pull/4354).