compiler/ast/reports_external

  Source   Edit

module with external legacy reports definitions

TODO: even though it's legacy external reports should not be in the ast
package.

Types

ExternalReport = object of ReportBase
  msg*: string
  kind*: ReportKind
Report about external environment reads, passed configuration options etc.   Source   Edit

Procs

func severity(report: ExternalReport): ReportSeverity {....raises: [], tags: [].}
  Source   Edit