hermes icon indicating copy to clipboard operation
hermes copied to clipboard

Allow serializing undefined in object literals

Open neildhar opened this issue 4 months ago • 1 comments

Summary: Optional fields and fields that refer to other classes are initialised to undefined, which means that we often end up with undefined in literals now.

To address this, add the ability to serialize undefined, at the expense of eliminating the ByteString tag.

Differential Revision: D45014095

neildhar avatar Feb 16 '24 03:02 neildhar