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

20 lines
488 B
JavaScript

var _client = /*#__PURE__*/new WeakMap();
var Foo = function Foo(props) {
"use strict";
babelHelpers.classCallCheck(this, Foo);
_client.set(this, {
writable: true,
value: void 0
});
babelHelpers.classPrivateFieldSet(this, _client, 'foo');
({
x: this.x = babelHelpers.classPrivateFieldGet(this, _client),
y: babelHelpers.classPrivateFieldDestructureSet(this, _client).value,
z: this.z = babelHelpers.classPrivateFieldGet(this, _client)
} = props);
};