rspack icon indicating copy to clipboard operation
rspack copied to clipboard

fix: check SuperProp in walk_call_expression

Open CPunisher opened this issue 6 months ago • 1 comments

Summary

Webpack reguard super[foo]() as MemberExpression, but swc distinguishes them. So there should be an extra check.

closes https://github.com/web-infra-dev/rspack/issues/7477

Checklist

  • [ ] Tests updated (or not required).
  • [ ] Documentation updated (or not required).

CPunisher avatar Aug 11 '24 16:08 CPunisher