Skip to content

Default exports documented as Class default #111

Closed
@aciccarello

Description

@aciccarello

I am using ES6 classes with default exports such as

export default 'testApp';
// or
export default class DataService {
  ... 
}

But when the documentation is generated, all of the objects, functions, classes, ect. that were exported as the default export from a file are all showing up as a class called default

Metadata

Metadata

Assignees

No one assigned

    Labels

    questionQuestion about functionality

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions