Let's release on Friday!
Be aware that:
{ foo = 42 } = {}; // foo = 42
But:
{ foo = 42 } = { foo: null }; // foo = null