Still
v0.1.1
Pages
Modules
Mix Tasks
Still.Preprocessor.Renderer
behaviour
(Still v0.1.1)
View Source
Link to this section
Summary
Types
ast()
Callbacks
ast()
compile(arg1, list)
Link to this section
Types
Link to this type
ast()
View Source
Specs
ast() :: {
atom
(),
keyword
(),
list
()}
Link to this section
Callbacks
Link to this callback
ast()
View Source
(optional)
Specs
ast() ::
ast
()
Link to this callback
compile(arg1, list)
View Source
Specs
compile(
String.t
(), [{
atom
(),
any
()}]) ::
ast
()