2020-04-25 18:34:07 +02:00

18 lines
467 B
JavaScript

var Foo = /*#__PURE__*/function (_Bar) {
"use strict";
babelHelpers.inherits(Foo, _Bar);
var _super = babelHelpers.createSuper(Foo);
function Foo() {
var _thisSuper, _this;
babelHelpers.classCallCheck(this, Foo);
babelHelpers.get((_thisSuper = babelHelpers.assertThisInitialized(_this), babelHelpers.getPrototypeOf(Foo.prototype)), (_this = _super.call(this)).method, _thisSuper).call(_thisSuper);
return _this;
}
return Foo;
}(Bar);