Reorganize the repository into a set of bare LSP modules and SourceKit modules

We will be able to split the LSP modules off later. These LSP modules
will provide the ability to write custom LSP servers and clients in
Swift. The sourcekit-lsp repository will build on top of this new
package to provide an LSP implementation that creates a language server
for Swift and C-based-languages.
This commit is contained in:
Alex Hoppen
2019-11-13 12:37:04 -08:00
parent 5c39fc9f92
commit 05ecd26d08
53 changed files with 541 additions and 411 deletions

View File

@@ -10,10 +10,11 @@
//
//===----------------------------------------------------------------------===//
import SKSupport
import TSCBasic
import BuildServerProtocol
import LanguageServerProtocol
import LSPSupport
import SKSupport
import TSCBasic
/// A `BuildSystem` based on loading clang-compatible compilation database(s).
///