Skip to content

Commit f996c44

Browse files
committed
Remove the vendored copy of TSC
1 parent 2ecc5e8 commit f996c44

File tree

215 files changed

+2
-26170
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

215 files changed

+2
-26170
lines changed

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -286,7 +286,7 @@ if ProcessInfo.processInfo.environment["SWIFTCI_USE_LOCAL_DEPS"] == nil {
286286
]
287287
} else {
288288
package.dependencies += [
289-
.package(path: "./swift-tools-support-core"),
289+
.package(path: "../swift-tools-support-core"),
290290
.package(path: "../swift-argument-parser"),
291291
.package(path: "../swift-driver"),
292292
]

Utilities/bootstrap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ def parse_global_args(args):
163163
"""Parses and cleans arguments necessary for all actions."""
164164
args.build_dir = os.path.abspath(args.build_dir)
165165
args.project_root = os.path.dirname(os.path.dirname(os.path.abspath(__file__)))
166-
args.tsc_source_dir = os.path.join(args.project_root, "swift-tools-support-core")
166+
args.tsc_source_dir = os.path.join(args.project_root, "..", "swift-tools-support-core")
167167
args.yams_source_dir = os.path.join(args.project_root, "..", "yams")
168168
args.swift_argument_parser_source_dir = os.path.join(args.project_root, "..", "swift-argument-parser")
169169
args.swift_driver_source_dir = os.path.join(args.project_root, "..", "swift-driver")

swift-tools-support-core/.gitignore

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

swift-tools-support-core/CMakeLists.txt

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

swift-tools-support-core/CODEOWNERS

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

swift-tools-support-core/CODE_OF_CONDUCT.md

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

swift-tools-support-core/LICENSE.txt

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

0 commit comments

Comments
 (0)