Function replace_ident
pub fn replace_ident<T>(node: &mut T, from: (Atom, SyntaxContext), to: &Ident)where
T: for<'any> VisitMutWith<IdentReplacer<'any>>,
Available on crate features
__ecma
and __utils
only.pub fn replace_ident<T>(node: &mut T, from: (Atom, SyntaxContext), to: &Ident)where
T: for<'any> VisitMutWith<IdentReplacer<'any>>,
__ecma
and __utils
only.