You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
commonjs default export could be merged with the named exports namespace and listed in the nav with some kinda of sign just to tell the users which are named and default.
Actual Behavior
commonjs default shows up has export= and any other types or exports are not resolved. Check example 1 below
Search terms
Expected Behavior
commonjs default export could be merged with the named exports namespace and listed in the nav with some kinda of sign just to tell the users which are named and default.
Actual Behavior
commonjs default shows up has
export=
and any other types or exports are not resolved. Check example 1 belowSteps to reproduce the bug
https://codesandbox.io/s/typedoc-test-w69ry?file=/src/index.js
https://codesandbox.io/s/typedoc-test-w69ry?file=/src/named.js
Environment
The text was updated successfully, but these errors were encountered: