-
Notifications
You must be signed in to change notification settings - Fork 637
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Flow types: strengthen change event guarantee, fix missing type coverage
Summary: `metadata` on file change events out of metro-file-map is typed as optional and nullable, but in fact is always set within metro-file-map, and DeltaCalculator would throw if it wasn’t - Flow didn’t pick that up only because a $FlowFixMe hid the problem. This is a Flow-only change to reflect that and improve coverage. Changelog: Internal Reviewed By: huntie Differential Revision: D67259536
- Loading branch information
1 parent
91e5dfc
commit 250e344
Showing
2 changed files
with
4 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters