Skip to content

Commit 53c086c

Browse files
authored
Remove the vendored copy of TSC (#2991)
1 parent 7139eae commit 53c086c

File tree

219 files changed

+2
-27278
lines changed

Some content is hidden

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

219 files changed

+2
-27278
lines changed

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -306,7 +306,7 @@ if ProcessInfo.processInfo.environment["SWIFTCI_USE_LOCAL_DEPS"] == nil {
306306
]
307307
} else {
308308
package.dependencies += [
309-
.package(path: "./swift-tools-support-core"),
309+
.package(path: "../swift-tools-support-core"),
310310
.package(path: "../swift-argument-parser"),
311311
.package(path: "../swift-driver"),
312312
]

Utilities/bootstrap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ def parse_global_args(args):
167167
"""Parses and cleans arguments necessary for all actions."""
168168
args.build_dir = os.path.abspath(args.build_dir)
169169
args.project_root = os.path.dirname(os.path.dirname(os.path.abspath(__file__)))
170-
args.tsc_source_dir = os.path.join(args.project_root, "swift-tools-support-core")
170+
args.tsc_source_dir = os.path.join(args.project_root, "..", "swift-tools-support-core")
171171
args.yams_source_dir = os.path.join(args.project_root, "..", "yams")
172172
args.swift_argument_parser_source_dir = os.path.join(args.project_root, "..", "swift-argument-parser")
173173
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/.swiftformat

Lines changed: 0 additions & 13 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)