We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 540001c commit d989290Copy full SHA for d989290
Sources/SyntaxSparrow/Public/Utilities/SyntaxSourceDetails.swift
@@ -8,7 +8,7 @@
8
import Foundation
9
10
/// Struct representing the raw source for a supporting ``SyntaxSparrow/Declaration` conforming instance
11
-public struct SyntaxSourceDetails {
+public struct SyntaxSourceDetails: Equatable {
12
/// The start and end bounds of the source.
13
public let location: SyntaxSourceLocation
14
0 commit comments