Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: remove old TypeScript default config #11172

Closed
wants to merge 1 commit into from

Conversation

mrmckeb
Copy link
Member

@mrmckeb mrmckeb commented Jun 15, 2020

These defaults are no longer used as of #11106.

@github-actions
Copy link
Contributor

Fails
🚫

PR is not labeled with one of: ["cleanup","doc-dependencies:update","BREAKING CHANGE","feature request","bug","documentation","maintenance","dependencies:update","dependencies","other"]

Generated by 🚫 dangerJS against 010a4bc

@mrmckeb mrmckeb added react core maintenance User-facing maintenance tasks labels Jun 15, 2020
shouldExtractLiteralValuesFromEnum: true,
propFilter: (prop) => (prop.parent ? !/node_modules/.test(prop.parent.fileName) : true),
},
reactDocgenTypescriptOptions: {},
Copy link
Member

@shilman shilman Jun 15, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Which change removes these? I looked through the PR but it wasn't obvious to me

@mrmckeb mrmckeb closed this Jun 15, 2020
@mrmckeb
Copy link
Member Author

mrmckeb commented Jun 15, 2020

I missed the line that says that the plugin passes these through to the underlying implementation of react-docgen-typescript-loader.

https://www.npmjs.com/package/react-docgen-typescript-plugin#options

@mrmckeb mrmckeb deleted the feature/fix-ts-defaults branch June 15, 2020 08:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
core maintenance User-facing maintenance tasks react
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants