Function preprocess_nodes

Source
pub fn preprocess_nodes(
    nodes: &mut Vec<Proxy>,
    extra: &ExtraSettings,
    rename_patterns: &RegexMatchConfigs,
    emoji_patterns: &RegexMatchConfigs,
)
Expand description

Preprocesses nodes before conversion Based on the C++ preprocessNodes function