flow-upgrade does nothing
- Dominant language
- Rust
- Stars
- 22.3k
- Forks
- 1.9k
- PR merge metrics
- No merged PRs in 30d
Description
i'm trying to upgrade to the latest flow from 0.48.0
I manually upgraded to 0.52.1 without any issues (no new issues, flow check passes)
Upgrading to 0.53.0 triggers thousands of errors, due to the extensive react changes, so I figured I should use the flow-upgrade tool
I have a large project, with several hundred files. Mostly react code. I am using .js as my extension, and I globalize some of my imports (like React, for instance)
Running flow-upgrade inside my project dir produces this output:
```
Processing 300 files...
Spawning 3 workers...
Sending 50 files to free worker...
Sending 50 files to free worker...
Sending 50 files to free worker...
Sending 50 files to free worker...
Sending 50 files to free worker...
Sending 50 files to free worker...
All done.
Results:
0 errors
300 unmodified
0 skipped
0 ok
Time elapsed: 6.780seconds
```
No files were modified. Still thousands of flow errors. Am I missing something?
Contributor guide
Assessment
This issue has not been assessed yet.