Merged
Conversation
Replaced invalid @ignore tags with @internal and added missing release tags (@public, @internal) to exported symbols. This resolves all api-extractor warnings when running npm run docs. Changes: - extension-registry.ts: Added @internal to internal interfaces and @public to fetchExtensionsFromRegistry - ExtensionManagerProvider.ts: Replaced @ignore with @internal for helpers, added @public/@internal tags to all exported types - UrlExtensionProvider.ts: Replaced @ignore with @internal, added @public to ExtUrlParams and isValidHttpUrl - ExtensibleWrapper.tsx: Added @public documentation to ExtensibleWrapper component Co-authored-by: Claude <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
@ignoreTSDoc tags with@internal(17 occurrences across 2 files)@public,@internal) to all exported symbols flagged by api-extractornpm run docsChanges
packages/uix-host/src/extensions-provider/extension-registry.ts@internalto internal interfaces:EndpointDefinition,ExtensionInfo,OperationDefinition,OperationMetadata,OperationProfile@publictofetchExtensionsFromRegistryfunctionpackages/uix-host-react/src/components/ExtensibleWrapper/ExtensionManagerProvider.ts@ignoretags with@internalfor helper functions@internaltags to:ExtensionPoint,AuthEMConfig,getExtensionRegistryBaseUrl,getExtensionManagerBaseUrl@publictags to:ExtensionManagerExtension,ExtensionManagerConfig,AuthConfig,DiscoveryConfig,ExtensionPointId,ExtensionsProviderConfig,ExtensionProviderConfigpackages/uix-host-react/src/components/ExtensibleWrapper/UrlExtensionProvider.ts@ignoretags with@internalfor helper functions@publictags to:ExtUrlParams,isValidHttpUrlpackages/uix-host-react/src/components/ExtensibleWrapper/ExtensibleWrapper.tsx@publicdocumentation toExtensibleWrappercomponentTest plan
npm run docscompletes with no TSDoc warningsnpm run lintpassesnpm testpasses (all 60 tests passing)🤖 Generated with Claude Code