A source comment with line/column metadata.
Summary
Types
@type t() :: %ExAST.Comment{ column: pos_integer() | nil, line: pos_integer() | nil, next_eol_count: non_neg_integer() | nil, previous_eol_count: non_neg_integer() | nil, text: String.t() }
A source comment with line/column metadata.
@type t() :: %ExAST.Comment{ column: pos_integer() | nil, line: pos_integer() | nil, next_eol_count: non_neg_integer() | nil, previous_eol_count: non_neg_integer() | nil, text: String.t() }