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
The regex parsing engine was not handling compiled code correctly, it would extract malformed tokens when self invoked functions and compiled imported modules were introduced in the code ((0, imported)(arg)).
The regex parsing engine was not handling compiled code correctly, it would extract malformed tokens when self invoked functions and compiled imported modules were introduced in the code ((0, imported)(arg)).
I created a PR to fix the issue here:
#43
The text was updated successfully, but these errors were encountered: