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

Mark internal classes and functions as @internal #4060

Merged
merged 4 commits into from
Aug 10, 2023
Merged

Conversation

colinrotherham
Copy link
Contributor

Closes #4017

Since we mock `.hasIntlPluralRulesSupport()` and call `.getPluralSuffix()` in tests (and others) we can’t mark them as `@private` without compiler warnings

Ideally we should only test public interfaces
@govuk-design-system-ci govuk-design-system-ci temporarily deployed to govuk-frontend-pr-4060 August 8, 2023 14:36 Inactive
Copy link
Member

@romaricpascal romaricpascal left a comment

Choose a reason for hiding this comment

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

Nice thorough tidy up, thanks 🙌🏻

@colinrotherham colinrotherham merged commit 46dce97 into main Aug 10, 2023
@colinrotherham colinrotherham deleted the internal-tag branch August 10, 2023 16:13
colinrotherham added a commit that referenced this pull request Aug 22, 2023
Mark internal classes and functions as `@internal`
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.

Mark internal classes and functions as @internal
3 participants