Solid.ParserContext (solid v1.0.0-rc.0)
View SourceSummary
Types
@type t() :: %Solid.ParserContext{ column: Solid.Lexer.column(), line: Solid.Lexer.line(), mode: :normal | :liquid_tag, rest: binary(), tags: %{required(String.t()) => module()} | nil }