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
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 git@github.com: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
The text was updated successfully, but these errors were encountered:
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 ofRefusing to recurse when converting type:
errors.Produce documentation
Steps to reproduce the bug
Environment
The text was updated successfully, but these errors were encountered: