remora-monorepo / lib / Diagnostic
Interface: Diagnostic
Defined in: packages/core/src/compiler/types.ts:60
A structured compiler diagnostic with a severity, location, human-readable message, and machine-readable code. Emitted during compilation to report errors and warnings.
Properties
code
code:
DiagnosticCode
Defined in: packages/core/src/compiler/types.ts:65
location
location:
DiagnosticLocation
Defined in: packages/core/src/compiler/types.ts:62
message
message:
string
Defined in: packages/core/src/compiler/types.ts:64
A human-readable description of the issue.
severity
severity:
DiagnosticSeverity
Defined in: packages/core/src/compiler/types.ts:61