strothj / react-docgen-typescript-loader

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

Update react-docgen-typescript to latest and use newest options #108

Open yarastqt opened 3 years ago

yarastqt commented 3 years ago

What happen

Update react-docgen-typescript for using shouldExtractLiteralValuesFromEnum and shouldRemoveUndefinedFromOptional options.

Also fix links to parser options.

yarastqt commented 3 years ago

I found similar PR — https://github.com/strothj/react-docgen-typescript-loader/pull/98, but without shouldExtractLiteralValuesFromEnum option.

yarastqt commented 3 years ago

It's very important PR for me, please :)