dillon1000/react
Commit
Browse files Flow: enable exact_by_default (#25220)
With this change, a simple object type `{ }` means an exact object `{| |}` which most people assume.
Opting for inexact requires the extra `{ a: number, ... }` syntax at the end.
A followup, someone could replace all the `{| |}` with `{ }`.Changed paths1 file
First-parent comparisonscripts/flow/config/flowconfig ModifiedPatch
Files changed
Rendering syntax-highlighted changes…