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
I believe I'm looking at the same obfuscation as referenced in #94 however I'd like to mention I'm also running into: TypeError: Property right of AssignmentExpression expected node to be of a type ["Expression"] but instead got undefined at Object.validate
It seems like inlineVariable is failing to handle for assignments such as g0 = J0 = "GrFC".
Expected Behaviour
Assignment expressions that reference assignment expressions should reference their right most value.
Describe the bug
I believe I'm looking at the same obfuscation as referenced in #94 however I'd like to mention I'm also running into:
TypeError: Property right of AssignmentExpression expected node to be of a type ["Expression"] but instead got undefined at Object.validate
It seems like
inlineVariable
is failing to handle for assignments such asg0 = J0 = "GrFC"
.Expected Behaviour
Assignment expressions that reference assignment expressions should reference their right most value.
Code
https://pst.innomi.net/paste/ynyugusgwq7tvg655gmevjxn
Logs
No response
The text was updated successfully, but these errors were encountered: