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 likeinlineVariable
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
Logs
No response