output.js 206 B

123456789101112
  1. var _bar;
  2. var Foo = function Foo() {
  3. babelHelpers.classCallCheck(this, Foo);
  4. };
  5. _bar = babelHelpers.classPrivateFieldKey("bar");
  6. Object.defineProperty(Foo, _bar, {
  7. writable: true,
  8. value: void 0
  9. });