Description
Actually, this is my mistake. In the current logic, I am directly returning true
in traverse
for MemberExpression
but it actually requires further checks.

Related Issues
Related issues #2073
Questions
No.
Demo
No response
Reproduction
in repl type `tutorial().something`
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