Co-authored-by: Nicolò Ribaudo <nicolo.ribaudo@gmail.com> Co-authored-by: Justin Ridgewell <justin@ridgewell.name>
18 lines
576 B
JavaScript
18 lines
576 B
JavaScript
var _m = /*#__PURE__*/new WeakMap();
|
|
|
|
class C {
|
|
constructor() {
|
|
var _babelHelpers$classPr;
|
|
|
|
babelHelpers.classPrivateFieldInitSpec(this, _m, {
|
|
writable: true,
|
|
value: void 0
|
|
});
|
|
const o = null;
|
|
const n = this;
|
|
const p = o === null || o === void 0 ? void 0 : babelHelpers.classPrivateFieldGet(o, _m).call(o, ...c, 1);
|
|
const q = n === null || n === void 0 ? void 0 : (_babelHelpers$classPr = babelHelpers.classPrivateFieldGet(n, _m)) === null || _babelHelpers$classPr === void 0 ? void 0 : _babelHelpers$classPr.call(n, ...c, 1);
|
|
}
|
|
|
|
}
|