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
Good find. I think this is happening because processCompact() calls findVariableScope() which has a special case for arrow function variables but needs the name of the variable itself, and we don't pass that (there could be many). Working on how to handle that case.
Here's a simple example that generates UndefinedVariable for using the Arrow Functions and compact method.
I am using v2.11.19.
Thank you.
The text was updated successfully, but these errors were encountered: