[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
-
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:
![image](https://user-images.githubusercontent.com/9644867/147509038-c0313968-797f-47d2-b8b1-5f939d895385.png)
Beta Was this translation helpful? Give feedback.
All reactions