// blabla.js const a = {a: 1, b: 2}; const b = {...a, c: 3}; node r.js -o blabla.js output error: Error: Line 2: Unexpected token ...