code-mirror.lint
Lint.Diagnostic
code-mirror
code-mirror.autocomplete
code-mirror.stream
code-mirror.tooltip
type t
type severity =
| Info
| Warning
| Error
val severity_of_string : string -> severity
val severity_to_string : severity -> string
val create : ?source:string -> ?actions:t array -> from:int -> to_:int -> severity:severity -> message:string -> unit -> t
val severity : t -> severity
val from : t -> int
val to_ : t -> int
val source : t -> Jstr.t option
val actions : t -> Action.t array option
val message : t -> Jstr.t