Solid.Tag behaviour (solid v1.0.0-rc.0)
View SourceSummary
Callbacks
@callback parse( tag_name :: binary(), Solid.Parser.Loc.t(), Solid.ParserContext.t() ) :: {:ok, Solid.Renderable.t(), Solid.ParserContext.t()} | {:error, reason :: binary(), Solid.Lexer.loc()}
Functions
@spec parse(tag_name :: binary(), Solid.Parser.Loc.t(), Solid.ParserContext.t()) :: {:ok, Solid.Renderable.t(), Solid.ParserContext.t()} | {:error, reason :: binary(), Solid.Lexer.loc()}