Solid.ParserContext (solid v1.0.0-rc.0)

View Source

Summary

Types

t()

@type t() :: %Solid.ParserContext{
  column: Solid.Lexer.column(),
  line: Solid.Lexer.line(),
  mode: :normal | :liquid_tag,
  rest: binary(),
  tags: %{required(String.t()) => module()} | nil
}