Closed
Description
I started looking into Svelte 5 conversion (#255) of components and noted that doctrine can't handle arrow functions (the previously used Function
works).
/** @type {(d: any) => string} [format=d => d] - A function that passes the current tick value and expects a nicely formatted value in return. */
export let format = d => d;
For example on https://layercake.graphics/components/AxisX.svelte the properties are currently not displayed completely, everything after format
is missing.
These might be alternatives:
https://github.com/syavorsky/comment-parser
https://github.com/jsdoctypeparser/jsdoctypeparser
I look into that while I look into the Svelte 5 conversion.
Metadata
Metadata
Assignees
Labels
No labels