ts-docs / ts-docs

A documentation generator for typescript. Generate beautiful and informative documentation with zero setup!
https://ts-docs.github.io/ts-docs/
MIT License
74 stars 2 forks source link

Support typescript 4.8.x+ #23

Open sambugj opened 1 year ago

sambugj commented 1 year ago

Installing I have the following issue:

npm WARN Found: typescript@4.7.4 npm WARN node_modules/typescript npm WARN dev typescript@"^4.8.4" from the root project npm WARN 4 more (@ts-docs/ts-docs, fork-ts-checker-webpack-plugin, ...) npm WARN npm WARN Could not resolve dependency: npm WARN peer typescript@"4.3.x || 4.4.x || 4.5.x || 4.6.x || 4.7.x" from @ts-docs/ts-docs@0.4.4 npm WARN node_modules/@ts-docs/ts-docs npm WARN dev @ts-docs/ts-docs@"^0.4.4" from the root project

GoogleFeud commented 1 year ago

Thanks for submitting an issue! At this point, I think the entire extractor needs to be rewritten, there are quite a few changes in 4.8 that break it. I'll probably rewrite it after 4.9 comes out, which should be soon!

You can try using ts-docs with 4.8, it could work for your project!

Seanitzel commented 1 year ago

Any updates on this?