ikhvorost / ReactBridge

Swift Macros for React Native
MIT License
38 stars 4 forks source link

Feature: Swift 5.10 • SwiftSyntax #6

Closed Brett-Best closed 6 months ago

Brett-Best commented 6 months ago

Note that one of the tests now fails, the error reads to me like removed functionality for Swift macros?

ReactPropertyTests.test_multiple()

failed - message does not match - Actual output (+) differed from expected output (-): –ReactBridge: @ReactProperty can only be applied to a single var +peer macro can only be applied to a single variable

You should be able to push to my branch too to make modifications 🙏🏻

ikhvorost commented 6 months ago

Swift 5.10 is already supported. New version of SwiftSyntax should be pinned and tested so I'll look at. Thanks.

Brett-Best commented 6 months ago

Thanks, renamed the PR to be more clear!

ikhvorost commented 6 months ago

SwiftSyntax 510.0.1 is included to 1.1.0. Thanks.