swc_core::ecma::transforms::base::rename

Function remap

pub fn remap(
    map: &HashMap<(Atom, SyntaxContext), (Atom, SyntaxContext), BuildHasherDefault<FxHasher>>,
    config: Config,
) -> impl Pass + VisitMut
Available on crate feature __ecma and (crate features __ecma_transforms or __testing_transform) only.