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
/**
* Provide a writable store to maintain list selection.
* @type { Writable<T> | Writable<T[]> }
* @default undefined
*
*/
//@ts-ignore
export let selected: Writable<T> = getContext('selected');
This results in the following JSON coming through to us from site-plugin-sveld.
Removing the //@ts-ignore brings back the description.
It would be great if we could still get the @type emitted even if it's not used for creating the types. Obviously related to #49 though.
The text was updated successfully, but these errors were encountered:
This results in the following JSON coming through to us from site-plugin-sveld.
Removing the //@ts-ignore brings back the description.
It would be great if we could still get the @type emitted even if it's not used for creating the types. Obviously related to #49 though.
The text was updated successfully, but these errors were encountered: