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

Remove types_first from .flowconfig and fix flow errors #35

Closed
wants to merge 1 commit into from

Conversation

supasate
Copy link
Contributor

@supasate supasate commented Nov 3, 2021

Summary:

  1. types_first has been deprecated (https://flow.org/en/docs/config/options/). It produces an error ".flowconfig: Unsupported option specified! (types_first)". So, this diff removes it from .flowconfig

  2. After removing it, there are a lot of flow errors, so, this diff fixes those flow errors.

Reviewed By: jingping2015

Differential Revision: D32056933

Summary:
1. `types_first` has been deprecated (https://flow.org/en/docs/config/options/). It produces an error `".flowconfig: Unsupported option specified! (types_first)"`. So, this diff removes it from `.flowconfig`

2. After removing it, there are a lot of flow errors, so, this diff fixes those flow errors.

Reviewed By: jingping2015

Differential Revision: D32056933

fbshipit-source-id: 5128935ca989da066ffa08fd54de84f63c3dc7b8
@facebook-github-bot facebook-github-bot added CLA Signed Do not delete this pull request or issue due to inactivity. fb-exported labels Nov 3, 2021
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D32056933

supasate added a commit to supasate/facebook-nodejs-ads-sdk that referenced this pull request Nov 3, 2021
Summary:
Pull Request resolved: facebook/facebook-business-sdk-codegen#35

1. `types_first` has been deprecated (https://flow.org/en/docs/config/options/). It produces an error `".flowconfig: Unsupported option specified! (types_first)"`. So, this diff removes it from `.flowconfig`

2. After removing it, there are a lot of flow errors, so, this diff fixes those flow errors.

Reviewed By: jingping2015

Differential Revision: D32056933

fbshipit-source-id: 24f3f2f1c68a1572cd2bcc0972b5b49b73372879
facebook-github-bot pushed a commit that referenced this pull request Nov 3, 2021
Summary:
Pull Request resolved: facebook/facebook-nodejs-business-sdk#212

Pull Request resolved: #35

1. `types_first` has been deprecated (https://flow.org/en/docs/config/options/). It produces an error `".flowconfig: Unsupported option specified! (types_first)"`. So, this diff removes it from `.flowconfig`

2. After removing it, there are a lot of flow errors, so, this diff fixes those flow errors.

Reviewed By: jingping2015

Differential Revision: D32056933

fbshipit-source-id: d26598ee
MihaelKonjevi added a commit to MihaelKonjevi/facebook-nodejs-business-sdk that referenced this pull request Jan 31, 2024
Summary:
Pull Request resolved: facebook/facebook-nodejs-business-sdk#212

Pull Request resolved: facebook/facebook-business-sdk-codegen#35

1. `types_first` has been deprecated (https://flow.org/en/docs/config/options/). It produces an error `".flowconfig: Unsupported option specified! (types_first)"`. So, this diff removes it from `.flowconfig`

2. After removing it, there are a lot of flow errors, so, this diff fixes those flow errors.

Reviewed By: jingping2015

Differential Revision: D32056933

fbshipit-source-id: d26598ee
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CLA Signed Do not delete this pull request or issue due to inactivity. fb-exported
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants