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

Flow: run codemod to remove existential type #25416

Merged
merged 2 commits into from
Oct 4, 2022

Commits on Oct 4, 2022

  1. Flow: run codemod to remove existential type

    The existential type `*` was deprecated and a codemod provided to replace it. Ran that and did some manual fixups:
    
    ```sh
    node_modules/.bin/flow codemod replace-existentials --write .
    ```
    
    [ghstack-poisoned]
    kassens committed Oct 4, 2022
    Configuration menu
    Copy the full SHA
    5eac357 View commit details
    Browse the repository at this point in the history
  2. Update on "Flow: run codemod to remove existential type"

    The existential type `*` was deprecated and a codemod provided to replace it. Ran that and did some manual fixups:
    
    ```sh
    node_modules/.bin/flow codemod replace-existentials --write .
    ```
    
    [ghstack-poisoned]
    kassens committed Oct 4, 2022
    Configuration menu
    Copy the full SHA
    4ba0662 View commit details
    Browse the repository at this point in the history