Closed
Description
Hangs indefinitely
The latest version of typedoc 0.25.5 fails to produce documentation for sam-expand
0.25.4 works fine.
Expected Behavior
Documentation produced
Actual Behavior
Without --logLevel Verbose
nothing is logged to stdout and the process hangs, with verbose we get a lot of Refusing to recurse when converting type:
errors.
Produce documentation
Steps to reproduce the bug
git clone [email protected]:starterstack/sam-expand.git
npm install --ignore-scripts
npm run typedoc # this works
npm i typedoc@latest -D
npm run typedoc # this fails
Environment
- Typedoc version: 0.25.5
- TypeScript version: 5.3.3
- Node.js version: v20.10.0
- OS: macOS 14.2.1
Metadata
Metadata
Assignees
Labels
No labels