Skip to content

TypeDoc renders main entry point containing only exports default and reexport declarations as empty #596

Closed
@octatone

Description

@octatone

I have an entry point index.ts for my library that contains only an export default and export declarations:

import Main from './Main'
export default Main

export { default as State } from './state'
export { default as ThingModel } from './state/Thing/Model'
export { default as ThingCollection } from './state/Thing/Collection'

// etc ...

When I generate docs via TypeDoc it is an empty file. I would expect it to list what is exported from this module:

empty

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions