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've tried using both @template (JSDoc) and @typeParam (TSDoc) and neither seem to add labels to the generic types declared Result, Option or EventualResult.
The result of this is that the documentation seems like it's missing something it should be able to render
I've tried using both
@template
(JSDoc) and@typeParam
(TSDoc) and neither seem to add labels to the generic types declaredResult
,Option
orEventualResult
.The result of this is that the documentation seems like it's missing something it should be able to render
Example: https://doc.deno.land/https://raw.githubusercontent.com/alexlafroscia/eventual-result/3f78bede370c43b3981dffd7ea302544871374a9/lib/result/result.ts/~/Result#Type_Parameters
The text was updated successfully, but these errors were encountered: