Skip to content

Adds support for marking components as internal#1488

Merged
david-poindexter merged 1 commit intoDNNCommunity:developfrom
valadas:internal
Mar 24, 2026
Merged

Adds support for marking components as internal#1488
david-poindexter merged 1 commit intoDNNCommunity:developfrom
valadas:internal

Conversation

@valadas
Copy link
Copy Markdown
Member

@valadas valadas commented Mar 13, 2026

We sometimes need to create components that we don't want consumers to use directly:

  • The component is an example
  • The component is only used internally as part of a larger complex component

With this change we can exclude such components with @internal jsdoc attribute which will skip it from types and vscode docs to reduce their discoverability.

We sometimes need to create components that we don't want consumers to use directly:
- The component is an example
- The component is only used internally as part of a larger complex component

With this change we can exclude such components with @internal jsdoc attribute which will skip it from types and vscode docs to reduce their discoverability.
@valadas valadas added this to the 0.29.3 milestone Mar 13, 2026
@valadas valadas added the enhancement New feature or request label Mar 13, 2026
@david-poindexter david-poindexter merged commit d2ad845 into DNNCommunity:develop Mar 24, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants