Lavash.SparkHeex.TemplateMacro (Lavash v0.3.0-rc.1)

Copy Markdown View Source

The template do ~H"..." end macro.

Captures the raw HEEx source string out of the ~H sigil node inside the block and stashes it on a module attribute. A Spark transformer (Lavash.SparkHeex.Transformers.IngestTemplate) later copies that string into the persistent DSL state so other transformers can analyze it.

Summary

Functions

template(list)

(macro)