Skip to content
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

Using sphinx-js with more recent versions of TypeScript and/or TypeScript. #225

Open
brendon-boldt opened this issue Aug 7, 2023 · 0 comments

Comments

@brendon-boldt
Copy link

I was wondering if there is a way to get sphinx-js to work with a more recent version of TypeScript and/or TypeDoc. My current project uses TypeScript 4.9 which means that the supported TypeDoc (v0.15) cannot process new language features, and TypeDoc v0.24 does not seem to work as a drop-in replacement (e.g., fails a bunch of the tox tests). Is there any way to get sphinx-js to work with my situation other than digging fully into updating sphinx-js for more recent versions of TypeDoc? Maybe transpiling TS to JSDoc type-annotated JS and then using JSDoc (a la https://github.com/futurGH/ts-to-jsdoc)?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant