Files
babel/packages/babel-plugin-proposal-class-properties/test/fixtures/private/instance-undefined/output.js
2021-04-28 18:25:17 +02:00

13 lines
193 B
JavaScript

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