Module Linol_lwt.FileSystemWatcher

type t = {
  1. globPattern : [ `Pattern of string | `RelativePattern of Linol_lsp__Types.RelativePattern.t ];
  2. kind : Linol_lsp__Types.WatchKind.t option;
}
val create : globPattern: [ `Pattern of string | `RelativePattern of Linol_lsp__Types.RelativePattern.t ] -> ?kind:Linol_lsp__Types.WatchKind.t -> unit -> t
include Linol_lsp.Import.Json.Jsonable.S with type t := t
val t_of_yojson : Yojson.Safe.t -> t
val yojson_of_t : t -> Yojson.Safe.t