Co-authored-by: Nicolò Ribaudo <nicolo.ribaudo@gmail.com> Co-authored-by: Justin Ridgewell <justin@ridgewell.name>
13 lines
324 B
JavaScript
13 lines
324 B
JavaScript
var _client = /*#__PURE__*/new WeakMap();
|
|
|
|
var Foo = function Foo(props) {
|
|
"use strict";
|
|
|
|
babelHelpers.classCallCheck(this, Foo);
|
|
babelHelpers.classPrivateFieldInitSpec(this, _client, {
|
|
writable: true,
|
|
value: void 0
|
|
});
|
|
[x, ...babelHelpers.classPrivateFieldDestructureSet(this, _client).value] = props;
|
|
};
|