SIGN IN SIGN UP

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 `{ }`.
J
Jan Kassens committed
bbd56b278cea8ab46f1d0439d20ad521381c36af
Parent: 425f9fb
Committed by GitHub <noreply@github.com> on 9/9/2022, 4:16:40 PM