Function swc_ecma_visit::fold_stmts

source ·
pub fn fold_stmts<V: ?Sized + Fold>(_visitor: &mut V, n: Vec<Stmt>) -> Vec<Stmt>
Expand description

Visits children of the nodes with the given visitor.

This is the default implementation of a method of Fold.