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
Some of the API request and result types shown in lemmy-js-client, have some comments. example
But now that we are auto-generating the typescript types using ts-rs, these comments will be wiped out. This is an issue for me to copy over the existing ones to rustdoc, as well as add any that seem necessary.
Unfortunately, ts-rs doesn't support rustdoc -> typedoc yet, but likely will in the future:
Some of the API request and result types shown in lemmy-js-client, have some comments. example
But now that we are auto-generating the typescript types using ts-rs, these comments will be wiped out. This is an issue for me to copy over the existing ones to rustdoc, as well as add any that seem necessary.
Unfortunately, ts-rs doesn't support rustdoc -> typedoc yet, but likely will in the future:
Aleph-Alpha/ts-rs#52
These comments will benefit both people who use the Rust API types, and eventually, the typescript types.
The text was updated successfully, but these errors were encountered: