Skip to content

Fix hidden interface implementation links - #3129

Open
deepakganesh78 wants to merge 1 commit into
TypeStrong:masterfrom
deepakganesh78:fix-hidden-internal-heritage-3099
Open

Fix hidden interface implementation links#3129
deepakganesh78 wants to merge 1 commit into
TypeStrong:masterfrom
deepakganesh78:fix-hidden-internal-heritage-3099

Conversation

@deepakganesh78

Copy link
Copy Markdown

Summary

  • remove heritage references to interfaces hidden after conversion
  • scrub member and signature implementationOf links targeting removed interfaces
  • cover both @internal with excludeInternal and @hidden

Validation

  • pnpm@10 test --grep 3099
  • pnpm@10 lint
  • pnpm@10 test (1059 passing, 2 pending)
  • pnpm@10 exec tsc --build
  • generated browser translations and options schema

Closes #3099

Remove implementation links that target heritage types excluded by internal or hidden filtering.

Closes TypeStrong#3099

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
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.

@internal interface still shown in 'Implements' panel and 'Implementation of' footers of implementing class

1 participant