-
Notifications
You must be signed in to change notification settings - Fork 712
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
After migrating from 0.19.2 to 0.20.5 typedoc is throwing error #1439
Comments
The same issue also exists in 0.20.6 which has just been tested |
Semi-fix for #1439. Really need a test case.
I really wish I could reproduce it... fixing it isn't that difficult (0.20.7), but I played around for a while and wasn't able to get the issue to show up. Is there any chance you have seen this in an open source project that I could debug? |
Oh... I feel dumb now. The cause of this was the old TS version. |
this is necessary to build doc with the latest ini. TypeStrong/typedoc#1439 also addeed missing pretty-quick command required by the pre-commit hook
* fix(deps): [security] bump ini from 1.3.5 to 1.3.8 Bumps [ini](https://github.com/isaacs/ini) from 1.3.5 to 1.3.8. **This update includes security fixes.** - [Release notes](https://github.com/isaacs/ini/releases) - [Commits](npm/ini@v1.3.5...v1.3.8) Signed-off-by: dependabot-preview[bot] <[email protected]> * chore: bump up typedoc to the latest this is necessary to build doc with the latest ini. TypeStrong/typedoc#1439 also addeed missing pretty-quick command required by the pre-commit hook Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> Co-authored-by: Kengo TODA <[email protected]>
Typedoc failed to generate documentation using 0.20.5 while it is working with 0.19.2
Error:
Environment
The text was updated successfully, but these errors were encountered: