ratel-core icon indicating copy to clipboard operation
ratel-core copied to clipboard

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

Open maciejhirsz opened this issue 8 years ago • 1 comments

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

maciejhirsz avatar Nov 09 '16 18:11 maciejhirsz

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

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

kdy1 avatar Dec 16 '18 04:12 kdy1