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.
2 parents b9b92fe + 1c71476 commit 74da814Copy full SHA for 74da814
Sources/IndexStoreDB/IndexStoreDB.swift
@@ -27,10 +27,10 @@ import Darwin.POSIX
27
28
public struct PathMapping: Equatable {
29
/// Path prefix to be replaced, typically the canonical or hermetic path.
30
- let original: String
+ public let original: String
31
32
/// Replacement path prefix, typically the path on the local machine.
33
- let replacement: String
+ public let replacement: String
34
35
public init(original: String, replacement: String) {
36
self.original = original
0 commit comments