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.
original
replacement
PathMapping
1 parent 5fb240e commit 1c71476Copy full SHA for 1c71476
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