You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix computed checks in acorn-optimizer. NFC (#24271)
`.computed` is a property of `MemberExpression`, but in a few cases it
was incorrectly checked on `CallExpression`s.
This doesn't cause issues in existing tests, mostly noticed as a
drive-by fix.
0 commit comments