mirror of
https://github.com/apple/sourcekit-lsp.git
synced 2026-03-02 18:23:24 +01:00
explicitly import TSCBasic types
Explicitly import interfaces from TSCBasic which now allows us to identify all the swift-tools-support-core interfaces which are in use in SourceKit-LSP.
This commit is contained in:
@@ -14,10 +14,13 @@ import BuildServerProtocol
|
||||
import LanguageServerProtocol
|
||||
import LSPLogging
|
||||
import SKSupport
|
||||
import TSCBasic
|
||||
import Dispatch
|
||||
import struct Foundation.URL
|
||||
|
||||
import protocol TSCBasic.FileSystem
|
||||
import struct TSCBasic.AbsolutePath
|
||||
import var TSCBasic.localFileSystem
|
||||
|
||||
/// A `BuildSystem` based on loading clang-compatible compilation database(s).
|
||||
///
|
||||
/// Provides build settings from a `CompilationDatabase` found by searching a project. For now, only
|
||||
|
||||
Reference in New Issue
Block a user