pub fn resolve_patch_ops( file: &File, source: &str, ) -> Result<Vec<PatchOp>, PatchTextError>
Resolves textual patch ops against the current file into ordinary PatchOps.
PatchOp