inch-ci / inch_ci-web

Web frontend for Inch CI
http://inch-ci.org/
MIT License
139 stars 20 forks source link

Add support for TypeScript #177

Open huan opened 7 years ago

huan commented 7 years ago

Thanks!

ssokolow commented 7 years ago

For TypeScript, the documentation situation seems to be "you can mash JSDoc into it... but you really want TypeDoc so you don't have to duplicate your type declarations".

Judging by the conversation in this issue and a few others, it already produces JSON output alongside the HTML which may or may not be suitable for Inch CI.

another-guy commented 6 years ago

@ssokolow have you got an example of the paired usage by chance?

ssokolow commented 6 years ago

Unfortunately not. At the time I posted that, I was making preparations for my first use of TypeScript and I came across this while accumulating a list of resources.

Before I could produce anything, more important things came up and I haven't had time to do anything beyond maintenance work on the codebases I want to retrofit with TypeScript. (Ironic, considering that the whole goal was to ease maintainability.)