You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)?
The text was updated successfully, but these errors were encountered:
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)?
The text was updated successfully, but these errors were encountered: