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
currently, the renderer considers both ()=>{throw "lalala";})() and i am invalid*t invalid expressions. an obvious workaround is just... removing throws from the expression manually, but it's better to consider people's laziness
currently, the renderer considers both
()=>{throw "lalala";})()andi am invalid*tinvalid expressions. an obvious workaround is just... removingthrows from the expression manually, but it's better to consider people's laziness