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'm using acorn for parsing
Input : function testing(){
var la = qr && 1 / br(new qr([, -0]))[1] == w
/okay/
return true;
}
while attaching comments using astravel, i see some exceptions
I believe code is missing some null check
if u see **[, -0]** , first element is null which is causing problem in astravel
let me know if u are planning to fix this
The text was updated successfully, but these errors were encountered:
I'm using acorn for parsing
Input : function testing(){
var la = qr && 1 / br(new qr([, -0]))[1] == w
/okay/
return true;
}
The text was updated successfully, but these errors were encountered: