17 lines
301 B
JavaScript
17 lines
301 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
|
|
});
|
|
|
|
({
|
|
x: babelHelpers.classPrivateFieldDestructureSet(this, _client).value = 5
|
|
} = props);
|
|
};
|