Function swc_ecma_utils::find_pat_ids

source ·
pub fn find_pat_ids<T, I: IdentLike>(node: &T) -> Vec<I>
where T: VisitWith<DestructuringFinder<I>>,
Expand description

Finds all binding idents of node.