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
It looks like the outdated coffeescript@1 is required to build these sources (current major version of CoffeeScript is v2).
coffeescript@1
v2
If you try to build it with the latest version, then you will get such errors:
error: Can't reference 'this' before calling super in derived class constructors
This error probably can be resolved by putting super() calls in constructors of derived classes.
super()
The text was updated successfully, but these errors were encountered:
Get rid of CoffeScript
this , but even more radically , get rid of current source code altogether (eventually)
Sorry, something went wrong.
No branches or pull requests
Problem
It looks like the outdated
coffeescript@1
is required to build these sources (current major version of CoffeeScript isv2
).If you try to build it with the latest version, then you will get such errors:
This error probably can be resolved by putting
super()
calls in constructors of derived classes.Possible solutions
The text was updated successfully, but these errors were encountered: