swiftlang/swift-syntax

Incorporate the `ExamplePlugin` target into the `MacroExamples` target

Closed this issue · 3 comments

          I'm wondering if we still need the [`ExamplePlugin` target in the `Examples` package](https://github.com/apple/swift-syntax/tree/main/Examples/Sources/ExamplePlugin) - was it mainly used for lit tests, and is it now a bit redundant with `MacroExamples`?

Originally posted by @Matejkob in #2160 (review)

Since the last lit test has been removed we don't need a separated ExamplePlugin target so we can merge macros into MacroExamples.

I'm on it 😇

Tracked in Apple’s issue tracker as rdar://115120727

Blocked by #2163