Closed
Description
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