https://github.com/amilajack/typedoc-bug
https://github.com/amilajack/typedoc-bug
Last synced: 20 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/amilajack/typedoc-bug
- Owner: amilajack
- Created: 2021-01-12T21:54:28.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-01-24T22:55:26.000Z (about 4 years ago)
- Last Synced: 2025-02-08T08:47:23.935Z (2 months ago)
- Language: TypeScript
- Homepage:
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# typedoc-bug
This is a repo which reproduces how packageDocumentation is broken in the latest version of `typedoc`.
## Setup
```bash
git clone https://github.com/amilajack/typedoc-bug
cd typedoc-bug
npm i
npx typedoc index.ts --json foo.json
# Notice how foo.json doesn't contain the @packageDocumentation comment
```