Packages

LiveView-style runtime for Gleam.

Current section

Files

Jump to
lightspeed include lightspeed@tooling@developer_productivity_EditorDiagnosticContract.hrl
Raw

include/lightspeed@tooling@developer_productivity_EditorDiagnosticContract.hrl

-record(editor_diagnostic_contract, {
code :: binary(),
severity :: binary(),
source_module :: binary(),
quick_fix :: binary(),
symbol :: binary()
}).