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
I am so close to saying I don't care about the horrible thing that is module.exports.
I removed o1 from your demo, and see the same behavior, with a single export= member having two function properties... which indicates this might be a dupe of #1422.
Having spent more time looking into this, I've decided that there's no good way to fix this with the existing implementation of converters. TypeDoc relies on TypeScript's symbol organization to figure out how to document code, and TypeScript's symbol flags are set in such a way here that documenting module.exports as an object is the way to go. Trying to detect this edge case is proving too hacky.
Uh oh!
There was an error while loading. Please reload this page.
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/classSteps to reproduce the bug
https://codesandbox.io/s/typedoc-test-w69ry?file=/src/index.js
Environment
The text was updated successfully, but these errors were encountered: