Module Vscode_languageclient.StaticFeature

include Interop.Js.T
type t
val t_of_js : Ojs.t -> t
val t_to_js : t -> Ojs.t
val make : ?fillInitializeParams:(params:InitializeParams.t -> unit) -> fillClientCapabilities:(capabilities:ClientCapabilities.t -> unit) -> initialize: (capabilities:ServerCapabilities.t -> documentSelector:DocumentSelector.t Interop.or_undefined -> unit) -> dispose:(unit -> unit) -> unit -> t