rspack icon indicating copy to clipboard operation
rspack copied to clipboard

fix: check SuperProp in walk_call_expression

Open CPunisher opened this issue 1 year 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

Deploy Preview for rspack canceled.

Built without sensitive environment variables

Name Link
Latest commit 1c3d9306ba94422a008b39f62b4a854a71dec9ea
Latest deploy log https://app.netlify.com/sites/rspack/deploys/66b9c6d7ce1c5c00074d8b37

netlify[bot] avatar Aug 11 '24 16:08 netlify[bot]

Thanks 🥺

JSerFeng avatar Aug 12 '24 08:08 JSerFeng