Skip to content

Commit 0566b19

Browse files
committed
[SwiftSyntaxCodeActions] Move SwiftRefactor code actions out to sourcekit-lsp
1 parent 996efe5 commit 0566b19

23 files changed

Lines changed: 0 additions & 3266 deletions

Sources/SwiftRefactor/AddSeparatorsToIntegerLiteral.swift

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

Sources/SwiftRefactor/CMakeLists.txt

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -7,22 +7,10 @@
77
# See http://swift.org/CONTRIBUTORS.txt for Swift project authors
88

99
add_swift_syntax_library(SwiftRefactor
10-
AddSeparatorsToIntegerLiteral.swift
1110
CallLikeSyntax.swift
1211
CallToTrailingClosures.swift
13-
ConvertComputedPropertyToStored.swift
14-
ConvertComputedPropertyToZeroParameterFunction.swift
15-
ConvertStoredPropertyToComputed.swift
16-
ConvertZeroParameterFunctionToComputedProperty.swift
17-
DeclModifierRemover.swift
1812
ExpandEditorPlaceholder.swift
19-
FormatRawStringLiteral.swift
20-
IntegerLiteralUtilities.swift
21-
MigrateToNewIfLetSyntax.swift
22-
OpaqueParameterToGeneric.swift
2313
RefactoringProvider.swift
24-
RemoveRedundantParentheses.swift
25-
RemoveSeparatorsFromIntegerLiteral.swift
2614
SyntaxUtils.swift
2715

2816
PackageManifest/AddPackageDependency.swift

Sources/SwiftRefactor/ConvertComputedPropertyToStored.swift

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

Sources/SwiftRefactor/ConvertComputedPropertyToZeroParameterFunction.swift

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

Sources/SwiftRefactor/ConvertStoredPropertyToComputed.swift

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

0 commit comments

Comments
 (0)