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

Function rename_with_config

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