-
Notifications
You must be signed in to change notification settings - Fork 623
[api-extractor] Re-exported namespace members not included in the report #2145
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
Comments
Seeing the same problem with symbol re-exports from inside a namespace. Input:
Generated report: // @public (undocumented)
export namespace admin {
{ credential }
}
// (No @packageDocumentation comment for this package) |
Hi, is this a known limitation, not considered best practice? hmm I guess one can omit the |
`
|
Is this a feature or a bug?
Please describe the actual behavior.
Consider the following entrypoint implementation:
Note that the
auth
namespace re-exports several types from another module. I expect definitions ofAuth
andUserRecord
to be included in the generated API report. But this is all I get:If this is a bug, please provide the tool version, Node.js version, and OS.
The text was updated successfully, but these errors were encountered: