swc_ecma_utils

Function for_each_binding_ident

source
pub fn for_each_binding_ident<T, F>(node: &T, op: F)
where T: VisitWith<BindingIdentifierVisitor<F>>, F: for<'a> FnMut(&'a BindingIdent),
Expand description

Finds all binding idents of node. Any nested identifiers in expressions are ignored.