AshTypst.Diagnostic (ash_typst v0.2.0)

Copy Markdown View Source

A diagnostic message from the Typst compiler.

Summary

Types

t()

@type t() :: %AshTypst.Diagnostic{
  hints: [String.t()],
  message: String.t(),
  severity: :error | :warning,
  span: AshTypst.Span.t() | nil,
  trace: [AshTypst.TraceItem.t()]
}