Diesel.Tag.Dsl (diesel v0.7.0)

The meta-dsl that allow developers to design structured tags

Summary

Functions

Link to this macro

attribute()

(macro)
Link to this macro

attribute(attrs)

(macro)
Link to this macro

attribute(attrs, attrs)

(macro)
Link to this macro

attribute(name, attrs, list)

(macro)
Link to this macro

child()

(macro)
Link to this macro

child(attrs)

(macro)
Link to this macro

child(attrs, attrs)

(macro)
Link to this macro

child(name, attrs, list)

(macro)
Link to this function

locals_without_parens()

@spec locals_without_parens() :: keyword()

Returns the list of locals without parens function signatures, so that they can be easily included in .formatter.exs files

Link to this macro

tag(list)

(macro)
Link to this macro

tag(attrs, child)

(macro)
Link to this macro

tag(name, attrs, list)

(macro)