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
There's some additional parsing that happens in Gibber to help isolate errors and do the various code annotations. I'll try updating the parser and hopefully that will fix this problem.
I cannot evaluate this kind of expressions.
[1,2,3].find(x => x > 1);
if i wrap them inside an "evil" eval, it works...
eval("[1,2,3].find(x => x > 1);")
The text was updated successfully, but these errors were encountered: