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
it should support the same operators as js interpreter from @ucast/js
it should allow to pass custom operators
it should use createInterpreter function from @ucast/core to create interpret function
the return value of interpret function is an object, mongo query
This may be useful if we want to convert custom mongo query operators into regular mongo query or if we need to convert custom parser ast to mongo query
The text was updated successfully, but these errors were encountered:
@ucast/mongo
@ucast/js
createInterpreter
function from@ucast/core
to createinterpret
functioninterpret
function is an object, mongo queryThis may be useful if we want to convert custom mongo query operators into regular mongo query or if we need to convert custom parser ast to mongo query
The text was updated successfully, but these errors were encountered: