The react-docgen-typescript library passes tags from JSDocs which react-docgen-typescript-plugin ignores. This pull request amends this so that tags metadata is passed appropriately into the generated code.
Please release it so that it's working also (or predominantly) with webpack@4 [no problems here I guess] and react-docgen-typescript@1 [I’ve noticed there’re plans to bump to @2] as those are versions I am bound for now in code I maintain. Thanks in advance!
The
react-docgen-typescript
library passes tags from JSDocs whichreact-docgen-typescript-plugin
ignores. This pull request amends this so thattags
metadata is passed appropriately into the generated code.Please release it so that it's working also (or predominantly) with
webpack@4
[no problems here I guess] andreact-docgen-typescript@1
[I’ve noticed there’re plans to bump to@2
] as those are versions I am bound for now in code I maintain. Thanks in advance!