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
Added handling for TypeScript type parameters and type bounds.
(pyodide#25)
Only monkeypatch Sphinx classes when sphinx_js extension is used
(pyodide#27)
Allow using installation of typedoc or jsdoc from node_modules
instead of requiring global install. (pyodide#33)
Handle markdown style codepens correctly in typedoc comments.
(pyodide#47)
Added support for destructuring the documentation of keyword arguments in
TypeScript using the @destructure tag or the shouldDestructureArg hook.
(pyodide#48, pyodide#74, pyodide#75, pyodide#101, pyodide#128)