Function swc_css_utils::replace_function_name

source ·
pub fn replace_function_name<N>(node: &mut N, from: &str, to: &str)
where N: for<'aa> VisitMutWith<FunctionNameReplacer<'aa>>,