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: README.md
+2-8Lines changed: 2 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -65,11 +65,11 @@ New ES2015+ features that cannot be added without causing breaking changes, like
65
65
66
66
[This has been merged](https://github.com/jashkenas/coffeescript/pull/4300) and released as part of CoffeeScript 1.11.
67
67
68
-
####Classes: Extend ES Classes, Idiomatic Methods[(#22)](https://github.com/coffeescript6/discuss/issues/22)
68
+
####Classes: Extend ES Classes, Idiomatic Methods, Idiomatic`super`[(#22)](https://github.com/coffeescript6/discuss/issues/22)
69
69
70
70
>CoffeeScript 2 only
71
71
72
-
[This has been merged](https://github.com/jashkenas/coffeescript/pull/4354) into the`2` branch.
72
+
[This has been merged](https://github.com/jashkenas/coffeescript/pull/4354)and[merged](https://github.com/jashkenas/coffeescript/pull/4424)into the`2` branch.
CoffeeScript’s`super` should always be compiled to ES2015’s`super`. This is in progress at[jashkenas/coffeescript#4424](https://github.com/jashkenas/coffeescript/pull/4424).