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 syntax "@_exported" #1

Merged
merged 2 commits into from
Sep 6, 2024
Merged

Add syntax "@_exported" #1

merged 2 commits into from
Sep 6, 2024

Conversation

MykolaVasyk
Copy link
Contributor

@MykolaVasyk MykolaVasyk commented Sep 6, 2024

Title

Add syntax "@_exported"

Motivation

The goal of this change is to simplify the import process of the Contacts framework across different files within the ContactStore library, by using @_exported import Contacts.

Modifications

Added "@_exported import Contacts" to the class ContactStore of the main library module.

Result

After this change, any file within the ContactStore library that imports the ContactStore module will automatically have access to the Contacts framework.

Copy link

codecov bot commented Sep 6, 2024

Welcome to Codecov 🎉

Once you merge this PR into your default branch, you're all set! Codecov will compare coverage reports and display results in all future pull requests.

Thanks for integrating Codecov - We've got you covered ☂️

@mcmikius mcmikius self-requested a review September 6, 2024 11:24
@mcmikius mcmikius merged commit 4288a0e into main Sep 6, 2024
6 checks passed
@mcmikius mcmikius deleted the add-syntax-exported branch September 6, 2024 11:25
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