var obj = function (_ref) { Object.defineProperties(_ref, { foo: { get: function () { return 5 + 5; } } }); return _ref; }({});