remora-monorepo / lib / Diagnostic
Interface: Diagnostic
Defined in: packages/core/src/compiler/types.ts:62
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:67
location
location:
DiagnosticLocation
Defined in: packages/core/src/compiler/types.ts:64
message
message:
string
Defined in: packages/core/src/compiler/types.ts:66
A human-readable description of the issue.
severity
severity:
DiagnosticSeverity
Defined in: packages/core/src/compiler/types.ts:63