You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Named exports introduce a new symbol, so TypeDoc's exclude check checks based on public-api.ts rather than the original symbol... it seems reasonable to me to resolve aliased symbols before performing this check.
Search terms
exclude, glob negation, named export
Expected Behavior
Using
exclude
option involving a glob negation pattern should generate documentation for named exports.Actual Behavior
Using this script :
and this
public-api.ts
entry point:Documentation not generated for
Foo
Steps to reproduce the bug
Environment
The text was updated successfully, but these errors were encountered: