rspack
rspack copied to clipboard
fix: check SuperProp in walk_call_expression
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).