https://linear.app/comm/issue/ENG-10205/update-flow-to-02691
v0.238.0: We now infer the type for Object.freeze({ A: "a", B: "b" }) as {+A: "a", +B: "b"}, ie we use readonly properties and singleton types for literal initializers.
Depends on D15011
Flow
Rebase
Rebase & review changes