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
In evaluate in checker.ts, there is a cast (argument as LiteralExpression).text as __String;. This is probably wrong as literal expressions store raw text, not escaped text.