-
-
Notifications
You must be signed in to change notification settings - Fork 737
Typedoc is broken #785
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
Comments
I expect this to be a Typescript version issue. TypeDoc is on version 2.7 right now |
Yes, same problem, heads up for accepting PR with typescript version update |
Typedoc shouldn't prevent people from upgrading Typescript. Documentation reacts to development, it shouldn't dictate development. This is an anti-pattern. |
@dskvr, please bear in mind everyone working on this project is doing so out of good will. The original project was written before public APIs were available in TypeScript to make it feasible for this library to work across versions. Updating the project to use the new API is a substantial effort. cf #378 |
Moving to a peer dependency is under consideration for a 1.0.0 release. Until then typedoc will continue to include typescript as a direct dependency. Since TypeDoc is currently released with TypeScript 3.1 I believe this issue should be resolved. If you have an immediate issue, please see the Updating guide for a workaround to TypeScript upgrades. |
I can't compile my project's documentation.
Here's the log:
Node version: 8.11.2
Typescript version: 2.9.1
The text was updated successfully, but these errors were encountered: