A source position reported by Vize.
Summary
Types
@type input() :: %{ optional(:offset) => non_neg_integer() | nil, optional(:line) => pos_integer() | nil, optional(:column) => pos_integer() | nil }
@type t() :: %Vize.SourceLocation{ column: pos_integer() | nil, line: pos_integer() | nil, offset: non_neg_integer() | nil }