# Functions

NewNotifier creates a new Notifier instance for running a goroutine that sends out diagnostics to all documents in the channel.

# Structs

DocumentContext contains data about the document on which we have performed the diagnostics on.
Notifier contains a channel representing TSC documents with diagnostics, as well as methods for publishing new diagnostics.