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
This is causing a crash in the CallExpression handler in no-debug. In this case, callExpressionIdentifier is null. I suspect that getDeepestIdentifierNode doesn't handle array accessors correctly, and it also can explicitly return null.
The text was updated successfully, but these errors were encountered:
Hey @epmatsw, thank you very much for your feedback on v4! This is a tricky one, but thank you very much for the detailed explanation. Added to the list of things to fix, I think this will be related to #305
We've got some code that looks like:
This is causing a crash in the CallExpression handler in
no-debug
. In this case,callExpressionIdentifier
is null. I suspect thatgetDeepestIdentifierNode
doesn't handle array accessors correctly, and it also can explicitly returnnull
.The text was updated successfully, but these errors were encountered: