Closed
Description
Search terms
commonjs
named exports
module.exports
Expected Behavior
all named exports should show in the navigation
Actual Behavior
all named exports are merged into export=
when at least one of the named exports isn't a function/class
Steps to reproduce the bug
https://codesandbox.io/s/typedoc-test-w69ry?file=/src/index.js
Environment
- Typedoc version: 0.20
- TypeScript version: 4.1.3
- Node.js version: all
- OS: all