Currently, compileObjectLiteral in compiler.ts it is missing to check which fields are not present, and either error if that's non-null and has no initializer, pick the initializer or make it 0.
This was found, and discussed in a Slack discussion. @dcodeIO has context on this as well 😄 👍