var Foo = function Foo() { babelHelpers.classCallCheck(this, Foo); Object.defineProperty(this, "bar", { configurable: true, enumerable: true, writable: true, value: "foo" }); };