Skip to content

Re-exported individual named modules don't show up #2811

Closed
@aayla-secura

Description

@aayla-secura

Search terms

re-export

Question

Not sure if that's a bug, or I'm misunderstanding something.

If a module re-exports everything from another using export * from "some-module", then all of some-module's exports will show as re-exports in the doc for that module. However if I do export { something } from "some-module", nothing shows up. Why is that? How can I include in the doc a particular named re-export?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions