Module Workspace.TextEditSource

Sourcetype t = {
  1. range : Lang.Range.t;
  2. newText : string;
}
Sourceval to_yojson : t -> Yojson.Safe.t