Kevin Powell - CommunityKP-C
Kevin Powell - Community7mo ago
24 replies
Ganesh

Is there any disadvantage in using jsdoc for library authors?

I haven't used that many npm packages but I see that some don't use any kind of inline documentation at all.

Prisma, zod and better-sqlite3 being one of the few. React uses some but it mainly redirects to official documentation via the @see tag.

Is there a reason some of these libraries don't do inline documentation like lower performance when bundling? Or is it just preference for not cluttering the js files and instead having separate docs
Was this page helpful?