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>>,
pub fn replace_ident<N>(node: &mut N, from: &str, to: &str)where
N: for<'aa> VisitMutWith<IdentReplacer<'aa>>,