swc_estree_visit-0.1.0 doesn't have any documentation.
Visitor pattern implementation for Babel AST.
Example
// Visit all Identifier nodes in the Babel AST and change the optional field to
// Some(true) for each of them.
use ;
use ;
;
let ast: File = get_babel_ast;
let mut v = Visitor ;
ast.visit_mut_with;