Skip to content

Commit 32c4757

Browse files
author
Sky Lan
authored
Remove dependency on SourceKitten (#29)
* Remove dependency on SourceKitten * Fix missing imports
1 parent 0e99616 commit 32c4757

File tree

4 files changed

+0
-296
lines changed

4 files changed

+0
-296
lines changed

Package.swift

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ let package = Package(
88
.library(name: "CommandFramework", targets: ["CommandFramework"]),
99
],
1010
dependencies: [
11-
.package(url: "https://github.com/jpsim/SourceKitten.git", from: "0.23.1"),
1211
.package(url: "https://github.com/apple/swift-tools-support-core.git", .upToNextMajor(from: "0.0.1")),
1312
.package(url: "https://github.com/uber/swift-concurrency.git", .upToNextMajor(from: "0.6.5")),
1413
],
@@ -18,7 +17,6 @@ let package = Package(
1817
dependencies: [
1918
"SwiftToolsSupport-auto",
2019
"Concurrency",
21-
"SourceKittenFramework",
2220
]),
2321
.testTarget(
2422
name: "SourceParsingFrameworkTests",

Sources/SourceParsingFramework/Utilities/ASTUtils.swift

Lines changed: 0 additions & 182 deletions
This file was deleted.

Tests/SourceParsingFrameworkTests/Utilities/ASTUtilsTests.swift

Lines changed: 0 additions & 111 deletions
This file was deleted.

Tests/SourceParsingFrameworkTests/Utilities/ExtensionsTests.swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
//
1616

1717
import XCTest
18-
@testable import SourceKittenFramework
1918

2019
class ExtensionsTests: AbstractSourceParsingTests {
2120

0 commit comments

Comments
 (0)