ratel-core
ratel-core copied to clipboard
Support `super()` and `super.*` in constructors/class methods.
super()
and super.*
support, self explanatory.
This is important for implementing class transformer. But this would be breaking change.
- CallExpression.callee should be SuperOrExpression
- MemberExpression.object should be SuperOrExpression