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 issue is with the use of J$ as a lot of Javascript/JQuery code assumes J$ to be Jquery however Jalangi identifies it as Jalangi construct. Manual/through script replace J$ with a different way of the recognizer
expression
const lambda = (a,b) => a+b;
will be instrumented towhich causes the unexpected token error...
The text was updated successfully, but these errors were encountered: