[gatsby-transformer-documentationjs] Add Support for More jsdoc Fields? #34329
Unanswered
phil-lgr
asked this question in
Ideas / Feature Requests
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I was reading the code source of https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-transformer-documentationjs#readme
and I was wondering if we could add support for more JSDOC fields
currently, I can see problems with:
@default
-> I get alwaysnull
@todo
-> not sourced (always just ids with no values)A few links:
gatsby-transformer-documentationjs
: https://www.gatsbyjs.com/docs/reference/config-files/gatsby-node/#apisUsage example:

Beta Was this translation helpful? Give feedback.
All reactions