Function swc_css_utils::replace_ident

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