A reproduction of tsdoc-markdown treating private identifiers as public identifiers.
To reproduce the issue:
git clone https://github.com/bryan-hoang/repro-tsdoc-markdown-private-identifiers.git
cd repro-tsdoc-markdown-private-identifiers
npm clean-install
npm run reprowhich generates the following documentation:
Private identifier method.
| Method | Type |
|---|---|
#shouldNoBeDocumented |
() => void |