Function swc_ecma_utils::collect_decls
source · [−]pub fn collect_decls<I, N>(n: &N) -> AHashSet<I>where
I: IdentLike + Eq + Hash + Send + Sync,
N: VisitWith<BindingCollector<I>>,
Expand description
Collects binding identifiers.