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
Within VisitNotExpression method, populating metadata property of Lexer.Token with negation property can be added at least for MethodCallExpression token.
Then node.metadata?.negation can be used in VisitMethodCallExpression method.
I think this solution is quite suitable because the question is just whether NOT token should be inserted into a query of one of a few already processed method expressions or not.
Good day to you all!
Trying to create query from
not contains(property/path, 'value')
, I get the following log entry:I found out that its reason is missing
VisitNotExpression
method in/src/visitor.ts
.As a result, I don't get expected query.
Package version: 0.1.2
The text was updated successfully, but these errors were encountered: