Source span metadata used by lowered plugin AST and Reach IR nodes.
Summary
Types
@type t() :: %Reach.Source.Span{ end_col: pos_integer() | nil, end_line: pos_integer() | nil, file: String.t() | nil, start_col: pos_integer() | nil, start_line: pos_integer() | nil }