strothj / react-docgen-typescript-loader

Webpack loader to generate docgen information from Typescript React components.
Other
360 stars 47 forks source link

Add support for componentNameResolver option. #72

Closed folz closed 4 years ago

folz commented 4 years ago

I primarily copied how propFilter support was written. After yarn linking this change against my repo which uses react-docgen-typescript-loader, I was able to get componentNameResolver to work successfully.

Closes #71.

strothj commented 4 years ago

Thanks for the pull request! Pushed it as v3.5

folz commented 4 years ago

You're welcome! And thank you for the quick turnaround.