{"ScriptPreparationCode":null,"TestCases":[{"Name":"??","Code":"\r\nfunction translateByLodash (a) {\r\n const b = {\r\n id: a.id ?? {},\r\n foo: a.foo ?? {}\r\n }\r\n return b;\r\n}","IsDeferred":false},{"Name":"spread","Code":"function translateBySpread (a) {\r\n const b = {\r\n ...(a.id ? { id: a.id } : {}),\r\n ...(a.foo ? { foo: a.foo} : {})\r\n }\r\n return b;\r\n}","IsDeferred":false}]}