Simplify IIdentifiedSingleEditOperation

This commit is contained in:
Alex Dima
2018-01-05 11:10:41 +02:00
parent 2f5839604f
commit 45fee5691b
18 changed files with 37 additions and 78 deletions

View File

@@ -355,7 +355,6 @@ export class MainThreadTextEditor {
let transformedEdits = edits.map((edit): IIdentifiedSingleEditOperation => {
return {
identifier: null,
range: Range.lift(edit.range),
text: edit.text,
forceMoveMarkers: edit.forceMoveMarkers