We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
TypeError: Cannot call a class constructor without |new|
where SomeClass is some ES6-generated Model.build classdef, for example.
this happens because ES6 constructors cannot be called without keyword new, but coffeescript 1.x does not know this.
new
hmmm.
The text was updated successfully, but these errors were encountered:
so far i have not found any solution that preserves both of:
extends Model.build
this is a mess.
Sorry, something went wrong.
No branches or pull requests
where SomeClass is some ES6-generated Model.build classdef, for example.
this happens because ES6 constructors cannot be called without keyword
new
, but coffeescript 1.x does not know this.hmmm.
The text was updated successfully, but these errors were encountered: