Adopt InternalImportsByDefault

This commit is contained in:
Alex Hoppen
2024-09-24 17:00:03 -07:00
parent 5f6e58aebf
commit 8cd831b55d
126 changed files with 971 additions and 34 deletions

View File

@@ -10,12 +10,21 @@
//
//===----------------------------------------------------------------------===//
#if compiler(>=6)
package import LanguageServerProtocol
import SKLogging
package import SKOptions
import ToolchainRegistry
import struct TSCBasic.AbsolutePath
#else
import LanguageServerProtocol
import SKLogging
import SKOptions
import ToolchainRegistry
import struct TSCBasic.AbsolutePath
#endif
/// Determine which build system should be started to handle the given workspace folder and at which folder that build
/// system's project root is (see `BuiltInBuildSystem.projectRoot(for:options:)`).