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 visibility control of top level items #515

Merged
merged 1 commit into from
Feb 28, 2024
Merged

Add visibility control of top level items #515

merged 1 commit into from
Feb 28, 2024

Conversation

dalance
Copy link
Collaborator

@dalance dalance commented Feb 28, 2024

Closes #486

Migration guide

Add pub to modules/interfaces/packages which should be published.

  • From
module ModuleA {
}

interface InterfaceA {
}

package PackageA {
}
  • To
pub module ModuleA {
}

pub interface InterfaceA {
}

pub package PackageA {
}

@dalance dalance merged commit 2e03572 into master Feb 28, 2024
7 checks passed
@dalance dalance deleted the visibility branch May 2, 2024 11:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Visibility control of top level items
1 participant