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
Reason: functionExpression expects a valueExpression inside, but here it receives a booleanExpression
Simplified the issue can be brought back to this minimal test case: node[eval(5 >= 5)] (however see also below)
Hence, crashing with the error: no viable alternative at input
Since this doesn't affect active rules, just filing it 'for reference' for now.
For actual support, we also need to implement the boolean ? value : value method, e.g.