Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Access Levels with Tests #2

Merged
merged 3 commits into from
Oct 18, 2023
Merged

Conversation

hi2gage
Copy link
Contributor

@hi2gage hi2gage commented Oct 18, 2023

Hello I was attempting to use this macro inside of a local package and I was unable to access the properties from my project since they are set as internal by default. Swift Access Control

I added a accessLevel for the following access types:

  • public
  • internal
  • fileprivate
  • private

Also added tests for all 4 new cases

Copy link
Owner

@lukepistrol lukepistrol left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good idea! Thanks for contributing 👍

@lukepistrol lukepistrol merged commit 728ac4c into lukepistrol:main Oct 18, 2023
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants