Vize.SourceLocation (Vize v0.12.0)

Copy Markdown View Source

A source position reported by Vize.

Summary

Types

t()

@type t() :: %Vize.SourceLocation{
  column: pos_integer() | nil,
  line: pos_integer() | nil,
  offset: non_neg_integer() | nil
}

Functions

new(map)

@spec new(map() | nil) :: t() | nil