pub fn has_let_nodes(node: &Ast) -> bool
Returns true if the AST contains any Let or VariableRef nodes.
true
Let
VariableRef
Used by strict mode to reject JEP-18 let expressions, which are not part of the standard JMESPath specification.