A diagnostic message from the Typst compiler.
Summary
Types
@type t() :: %AshTypst.Diagnostic{ hints: [String.t()], message: String.t(), severity: :error | :warning, span: AshTypst.Span.t() | nil, trace: [AshTypst.TraceItem.t()] }
A diagnostic message from the Typst compiler.
@type t() :: %AshTypst.Diagnostic{ hints: [String.t()], message: String.t(), severity: :error | :warning, span: AshTypst.Span.t() | nil, trace: [AshTypst.TraceItem.t()] }