output.js 455 B

123456789101112131415161718192021222324252627
  1. var _bar;
  2. var Foo =
  3. /*#__PURE__*/
  4. function () {
  5. function Foo() {
  6. babelHelpers.classCallCheck(this, Foo);
  7. }
  8. babelHelpers.createClass(Foo, [{
  9. key: "test",
  10. value: function test() {
  11. return babelHelpers.classPrivateFieldGet(Foo, _bar);
  12. }
  13. }], [{
  14. key: "test",
  15. value: function test() {
  16. return babelHelpers.classPrivateFieldGet(Foo, _bar);
  17. }
  18. }]);
  19. return Foo;
  20. }();
  21. _bar = new WeakMap();
  22. _bar.set(Foo, "foo");