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
However it turns out that while ES6 classes can extend CoffeeScript classes, CoffeeScript cannot extend ES6 classes due to the error: Class constructors cannot be invoked without 'new'
As ES6 becomes more widely adopted, this seems to be a large interop issue.
XVincentX, charliesbot, evmorov, marcmenn, kirly-af and 6 more