Arrow functions not being included when excludeNotDocumented
is true
#2156
Labels
bug
Functionality does not match expectation
good first issue
Easier issue for first time contributors
help wanted
Contributions are especially encouraged
Search terms
arrow, function, const
Expected Behavior
Arrow functions (like
const foo = () => {}
) should be documented correctly whenexcludeNotDocumented
is true.Actual Behavior
They are being incorrectly excluded from the generated docs, even when they have JSDoc comments on them.
Steps to reproduce the bug
See repro: https://github.com/jonathanchaffer/typedoc-repros
Environment
The text was updated successfully, but these errors were encountered: