-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Implement ES6 transpilation of super.getter calls #1089
New issue
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
Comments
This was referenced Sep 8, 2015
Hey guys, I had a look at how to work around this issue and came up with #1133. Please let me know what you think :-) |
It is still an issue using
My workaround using
throws an error:
|
this was fixed a while ago. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Calls to super getters aren't supported yet.
Current error:
This is needed to compile DDC's output with Closure.
The text was updated successfully, but these errors were encountered: