Skip to main content

has_let_nodes

Function has_let_nodes 

Source
pub fn has_let_nodes(node: &Ast) -> bool
Expand description

Returns true if the AST contains any Let or VariableRef nodes.

Used by strict mode to reject JEP-18 let expressions, which are not part of the standard JMESPath specification.