ExAST.Comment (ExAST v0.11.0)

Copy Markdown View Source

A source comment with line/column metadata.

Summary

Types

t()

@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()
}