-
-
Notifications
You must be signed in to change notification settings - Fork 738
Maintainer #199
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
@sebastian-lenz seems not active on github about 4 month. Unfortunately his profile doesn't have any contact information. cc @blakeembrey |
This is a very useful project! Thumbs up for doing a fork and get the latest typescript 1.8x working. |
@Guria @sebastian-lenz Seems to have made some comments about 10 days ago, but no contributions in the last four months. |
CC also #162, where there is lots of discussion about updating to recent typescript releases. |
One of the reasons typedoc is difficult to maintain is that it uses internal private typescript constants, etc. If you're thinking of a fork, this also looks like a very promising way to extract the typing/doc information: https://github.com/Microsoft/TypeScript/wiki/Using-the-Compiler-API#using-the-type-checker. It uses an unstable, but at least public and supported API. That should make maintenance across typescript releases much easier. |
I never really looked into the code. But thinking of it I wonder why it builds all files instead of just looking into all files and check for comments, classes, interfaces, ... |
Hi everyone, I've left a comment regarding this topic in #192. I personally think it would be the best solution to move TypeDoc to TypeStrong. |
Very nice! |
Hey, just wanted to ask if there is a chance that you add other persons to help you maintain this project?
The reason for this, like you see, is that you project is liked and wants to be used. I needed it for a project work and I had to change all Map, Promise from Angular and Ionic to any in order to compile the files. The outcome is awesome, so it would be nice if this project is more maintained.
I mean look at issues like #194 and #197, the people want to use it.
Also I think looking at #192 is not a bad thing.
Have a nice day ;)
The text was updated successfully, but these errors were encountered: