Commit Graph
2 Commits
Author SHA1 Message Date
Mahdi Bahrami a1a163bad1 Fix retroactive conformances in tests (#39)
* Fix retroactive conformances in tests

* conformances use a shared logic

* Use `hasFeature(RetroactiveAttribute)` instead of `compiler(>=6.0)`

* even better use of shared logic
2024-07-14 12:49:35 +01:00
Mahdi BahramiandAdam Fowler 58b9c3b00c Implement Recursive Transforms (#37)
* Implement Recursive Transforms

* Correct test names

* apply suggestions

* format

* add comments

* move the parse function

* refine `parseTransforms()` function

* refinements

* format

* Swift Format again

---------

Co-authored-by: Adam Fowler <adamfowler71@gmail.com>
2024-07-14 12:49:16 +01:00