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.
The text was updated successfully, but these errors were encountered:
Just did this repo to test interopability between CoffeeScript and ES6 classes: https://github.com/balupton/javascript-coffeescript-class-interop
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.
The text was updated successfully, but these errors were encountered: