sig/steep/server/change_buffer.rbs in steep-1.5.3 vs sig/steep/server/change_buffer.rbs in steep-1.6.0.pre.1
- old
+ new
@@ -25,8 +25,12 @@
def load_files: (project: Project, commandline_args: Array[String]) -> void
# Load changes from a request with `DidChangeTextDocumentParams` into `buffered_changes`
#
def collect_changes: (untyped request) -> void
+
+ # Reset the content of `uri` to `text`
+ #
+ def reset_change: (uri: String, text: String) -> void
end
end
end