-
Notifications
You must be signed in to change notification settings - Fork 709
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hangs indefinitely #2438
Comments
Full logs:
|
Can't do anything for this without a reproduction |
I found the issue, the export interface caused the hang
|
i know have a different scenario that im investigating where its hanging indefinetly |
Declaration files are the root of all evil. TypeDoc got stuck because I made the assumption that if a symbol has In normal TS code this is totally fine. ( In declaration files, this is also an error, unless the worst compiler option, Aborting after some time is something that can't be reasonably implemented in TypeDoc without re-implementing every loop anywhere to introduce a yield, which is not something I'm going to do. Your CI system is already equipped to deal with this, there is a |
Search terms
typedoc hangs and no documentation produced
Expected Behavior
Documentation gets produced
Actual Behavior
No documentation produced
Steps to reproduce the bug
yarn typedoc --options typedoc.json --logLevel Verbose
The last line of the logs is:
[debug] Begin readme.md/package.json search at ./packages/core
after which nothing happens (left it running for > 4 hrs)
The repository is a mono repo, the config is:
typedoc.json
typedoc.base.json
and the config file inside the package:
Environment
The text was updated successfully, but these errors were encountered: