Function swc_core::ecma::utils::collect_decls

pub fn collect_decls<I, N>(n: &N) -> HashSet<I, RandomState>
where I: IdentLike + Eq + Hash + Send + Sync, N: VisitWith<BindingCollector<I>>,
Available on crate features __ecma and __utils only.
Expand description

Collects binding identifiers.