vxml_pipeline/desugarers/fold_contents_into_text_if

Values

pub fn constructor(
  param: #(String, fn(vxml.VXML) -> Bool),
) -> core.Desugarer

Replaces matching elements satisfying the predicate with their sole text child, joining adjacent text nodes.

pub const name: String
Search Document