Files
Florian Rival dced8eaeba Fix Flow errors after formatting (#8243)
Integrate `npm run format` into the Flow codemod script and fix
resulting Flow errors to ensure clean `npm run flow` and `npm run
format` runs.

Running `npm run format` after the Flow codemod introduced Flow errors
due to `$FlowFixMe` comments being displaced by reformatting, Prettier
1.15 failing to parse certain type syntaxes (indexed access types,
multi-line arrow function return types), and a persistent untyped
object. This PR updates the script to run formatting at appropriate
stages, adds specific fixes for Prettier parsing issues, and types a
problematic object to ensure `npm run flow` and `npm run format` pass
cleanly.
2026-02-11 11:16:15 +01:00
..