Skip to content
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

Support super() and super.* in constructors/class methods. #44

Open
maciejhirsz opened this issue Nov 9, 2016 · 1 comment
Open

Support super() and super.* in constructors/class methods. #44

maciejhirsz opened this issue Nov 9, 2016 · 1 comment

Comments

@maciejhirsz
Copy link
Member

maciejhirsz commented Nov 9, 2016

super() and super.* support, self explanatory.

@maciejhirsz maciejhirsz added the bug label Nov 9, 2016
@maciejhirsz maciejhirsz changed the title Class issues Support super() and super.* in constructors/class methods. Jun 8, 2018
@kdy1
Copy link

kdy1 commented Dec 16, 2018

This is important for implementing class transformer.
But this would be breaking change.

  • CallExpression.callee should be SuperOrExpression
  • MemberExpression.object should be SuperOrExpression

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants