Variable: eglot--streamed-diagnostics
eglot--streamed-diagnostics is a buffer-local variable defined in
eglot.el.gz.
Documentation
A (VERSION MAP PREV-MAP) description of "streamed" diagnostics.
MAP and PREV-MAP are alists of (TOKEN . DIAGS) entries. DIAGS is a sequence of LSP/Flymake diagnostics objects. TOKEN identifies the source of a partial report. VERSION is the LSP Document version reported for diagnostics in MAP. PREV-MAP contains the diagnostics of the previous reports for TOKEN.
Source Code
;; Defined in /usr/src/emacs/lisp/progmodes/eglot.el.gz
(defvar-local eglot--streamed-diagnostics nil
"A (VERSION MAP PREV-MAP) description of \"streamed\" diagnostics.
MAP and PREV-MAP are alists of (TOKEN . DIAGS) entries. DIAGS is a
sequence of LSP/Flymake diagnostics objects. TOKEN identifies the
source of a partial report. VERSION is the LSP Document version
reported for diagnostics in MAP. PREV-MAP contains the diagnostics of
the previous reports for TOKEN.")