Function swc_ecma_utils::find_ids[][src]

pub fn find_ids<T, I: IdentLike>(node: &T) -> Vec<I> where
    T: for<'any> VisitWith<DestructuringFinder<'any, I>>,