dillon1000/react

Commit

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 `{ }`.
Browse files
Changed paths1 file
First-parent comparison
M scripts/flow/config/flowconfig Modified
Patch

Files changed

Rendering syntax-highlighted changes…