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
When there is one module containing at least 2 files and one of those files contains a function, the module's description won't show up in the module's docs.
TLDR:
When there is one module containing at least 2 files and one of those files contains a function, the module's description won't show up in the module's docs.
Setup
Lets say we have three files:
collections-helpers.ts
:subscribers-set.ts
:time-helpers.ts
:When problem happens
When I'll add the
collections-helpers.ts
to the module with any other file, the module description won't show up.A module containing:
collections-helpers.ts
- will display the descriptionsubscribers-set.ts
- will display the descriptiontime-helpers.ts
- will display the descriptioncollections-helpers.ts
andsubscribers-set.ts
- WON'T display the descriptioncollections-helpers.ts
andtime-helpers.ts
- WON'T display the descriptionsubscribers-set.ts
andtime-helpers.ts
- WON'T display the descriptionI have other module that doesn't have this functions only file problem and then the module description is displayed just fine.
Environment:
package.json:
tsconfig.json:
The text was updated successfully, but these errors were encountered: