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
Actually, this is my mistake. In the current logic, I am directly returning true in traverse for MemberExpression but it actually requires further checks.
Description
Actually, this is my mistake. In the current logic, I am directly returning
true
intraverse
forMemberExpression
but it actually requires further checks.Related Issues
Related issues #2073
Questions
No.
Demo
No response
Reproduction
Expected Results
Eager evaluation on `MemberExpression` code require check
Actual Results
See the image above for reference.
Version
No response
Environments
Node.js
Browser Version
No response
Node.js / npm Version
No response
Platform
No response
Checklist
The text was updated successfully, but these errors were encountered: