Skip to content
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

Wildcard re-export makes elements not appear as references anymore #1551

Closed
letmaik opened this issue Mar 24, 2021 · 0 comments
Closed

Wildcard re-export makes elements not appear as references anymore #1551

letmaik opened this issue Mar 24, 2021 · 0 comments
Labels
bug Functionality does not match expectation

Comments

@letmaik
Copy link

letmaik commented Mar 24, 2021

Search terms

re-export wildcard references modules

Expected Behavior

The appearance in the doc should be identical whether I use export * from "./foo" or export { bar } from "./foo".

Actual Behavior

If index.ts has export * from "./foo" then the members in the "index" module page do not appear as references (re-exported).

Steps to reproduce the bug

index.ts:

export * from "./foo"

foo.ts:

export const bar = 42;

Environment

  • Typedoc version: 0.20.33
  • TypeScript version: 4.2.3
@letmaik letmaik added the bug Functionality does not match expectation label Mar 24, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Functionality does not match expectation
Projects
None yet
Development

No branches or pull requests

1 participant