expr_simplifier
does not simplify computed MemberExpr
s with non-literal properties
#8747
Labels
Milestone
Describe the feature
expr_simplifier
does not simplify computedMemberExpr
s that have an expression as the index.These two examples are not simplified, but both resolve to
undefined
:Both of these should be simplified to
undefined
Babel plugin or link to the feature description
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: