Skip to content

Commit cca42d0

Browse files
authored
Merge pull request #1956 from ahoppen/ahoppen/documentation-for-SwiftSyntaxMacroExpansion
Generate documentation for the SwiftSyntaxMacroExpansion module on swiftpackageindex.com
2 parents be8dc65 + 6b711eb commit cca42d0

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.spi.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,5 @@ builder:
1919
- SwiftRefactor
2020
- SwiftSyntaxBuilder
2121
- SwiftSyntaxMacros
22+
- SwiftSyntaxMacroExpansion
2223
- SwiftSyntaxMacrosTestSupport

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,7 @@ let package = Package(
284284
.testTarget(
285285
name: "PerformanceTest",
286286
dependencies: ["_InstructionCounter", "SwiftIDEUtils", "SwiftParser", "SwiftSyntax"],
287-
exclude: ["Inputs", "ci-baselines.json"]
287+
exclude: ["Inputs"]
288288
),
289289
]
290290
)

0 commit comments

Comments
 (0)