Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

Index

Properties

category

category: 0 | 1 | 2 | 3

Diagnostic category: warning = 0, error = 1, suggestion = 2, message = 3

code

code: number

file

file: undefined

TypeScriptWorker removes this to avoid serializing circular JSON structures.

length

length: number | undefined

messageText

messageText: string | DiagnosticMessageChain

Optional relatedInformation

relatedInformation: DiagnosticRelatedInformation[]

Optional reportsUnnecessary

reportsUnnecessary: {}

May store more in future. For now, this will simply be true to indicate when a diagnostic is an unused-identifier diagnostic.

Type declaration

Optional source

source: string

start

start: number | undefined

Generated using TypeDoc