2021-04-28 18:25:17 +02:00

20 lines
321 B
JavaScript

var _x = /*#__PURE__*/new WeakMap();
var _y = /*#__PURE__*/new WeakMap();
var Foo = function Foo() {
"use strict";
babelHelpers.classCallCheck(this, Foo);
_x.set(this, {
writable: true,
value: 0
});
_y.set(this, {
writable: true,
value: babelHelpers.classPrivateFieldGet(this, _x)
});
};