Skip to content

[interop] Add Support for JSDoc Documentation #435

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

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

nikeokoronkwo
Copy link
Collaborator

@nikeokoronkwo nikeokoronkwo commented Aug 2, 2025

Fixes #413

This PR adds support for parsing documentation for nodes/declarations in JSDoc and rewriting/providing them in a Dart-styled format, with support for @link references, annotations (@experimental and @deprecated for now), and more.

Documentation is generated for all declarations where documentation is provided.

There is currently no way to get library-level documentation via the TypeScript API

@nikeokoronkwo nikeokoronkwo marked this pull request as ready for review August 2, 2025 06:44
@nikeokoronkwo nikeokoronkwo requested a review from srujzs August 2, 2025 06:44
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

Successfully merging this pull request may close these issues.

Interop Gen: Support Documentation
2 participants