Skip to content

Commit aa0e372

Browse files
committed
Add a compatibility layer for the rename SourceEdit -> IncrementalEdit
1 parent 1a20c6d commit aa0e372

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Sources/SwiftSyntax/SwiftSyntaxCompatibility.swift

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,3 +42,6 @@ public extension EditorPlaceholderDeclSyntax {
4242
)
4343
}
4444
}
45+
46+
@available(*, deprecated, renamed: "IncrementalEdit")
47+
public typealias SourceEdit = IncrementalEdit

0 commit comments

Comments
 (0)