vxml_pipeline/desugarers/sigil_counters_prepend_incrementing_attribute_if_fancy

Values

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

Prepends a temporary counter-increment instruction attr when a contextual condition is satisfied. The named counter must already be in scope. Run sigil_counters_substitute__outside afterward, then delete the temporary _ attr when it is no longer useful.

pub const name: String
Search Document