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 have documented my first util with jsdoc, but re-exporting this symbol from a top level default export seems to break the jsr auto-doc detection.
It seems like exporting as a single default object results in the wrong type output too, which seems related. The type of default is {}.
The index.ts is just like this:
import{map}from'./map.ts';exportdefault{ map };
I have since changed the library to export the symbols as named to get around the issue (and I also stylistically prefer named), but this does seem like a problem worth solving nonetheless.
No description provided.
The text was updated successfully, but these errors were encountered: