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

17 lines
229 B
JavaScript

var foo = "bar";
var _bar = /*#__PURE__*/new WeakMap();
var Foo = function Foo() {
"use strict";
babelHelpers.classCallCheck(this, Foo);
_bar.set(this, {
writable: true,
value: foo
});
var _foo = "foo";
};