Skip to content

Commit a19c996

Browse files
committed
Expose SourceKitLSP library product
It's not at all stable, so underscore it, but it may be useful for experimentation.
1 parent 4ff14d2 commit a19c996

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Package.swift

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,11 @@ let package = Package(
99
name: "sourcekit-lsp",
1010
targets: ["sourcekit-lsp"]
1111
),
12+
.library(
13+
name: "_SourceKitLSP",
14+
type: .dynamic,
15+
targets: ["SourceKitLSP"]
16+
),
1217
.library(
1318
name: "LSPBindings",
1419
type: .static,

0 commit comments

Comments
 (0)