jsr icon indicating copy to clipboard operation
jsr copied to clipboard

JSDoc deprecated message not shown in overview symbol page

Open marvinhagemeister opened this issue 1 year ago • 1 comments

/**
 * @deprecated Use {@link FreshContext} instead
 */
export type PageProps<Data = unknown, T = unknown> = FreshContext<T, Data>;

From https://jsr.io/@marvinh-test/[email protected]/doc/compat/~

Screenshot 2024-03-25 at 11 13 25

Going to the symbol directly shows the deprecated message:

Screenshot 2024-03-25 at 11 13 30

marvinhagemeister avatar Mar 25 '24 10:03 marvinhagemeister

suggested solution: the jsdoc content in the overview (which the in the screenshot says no documentation available) should show the depecreated message instead if that is available.

crowlKats avatar May 15 '25 16:05 crowlKats