Co-authored-by: Nicolò Ribaudo <nicolo.ribaudo@gmail.com> Co-authored-by: Justin Ridgewell <justin@ridgewell.name>
17 lines
342 B
JavaScript
17 lines
342 B
JavaScript
var exfiltrated;
|
|
|
|
var _privateMethod = /*#__PURE__*/new WeakSet();
|
|
|
|
class Foo {
|
|
constructor() {
|
|
babelHelpers.classPrivateMethodInitSpec(this, _privateMethod);
|
|
|
|
if (exfiltrated === undefined) {
|
|
exfiltrated = babelHelpers.classPrivateMethodGet(this, _privateMethod, _privateMethod2);
|
|
}
|
|
}
|
|
|
|
}
|
|
|
|
function _privateMethod2() {}
|