var A = function A() { "use strict"; babelHelpers.classCallCheck(this, A); }; var B = /*#__PURE__*/ function (_A) { "use strict"; babelHelpers.inherits(B, _A); function B() { var _this; babelHelpers.classCallCheck(this, B); return babelHelpers.possibleConstructorReturn(_this, _this = babelHelpers.possibleConstructorReturn(this, babelHelpers.getPrototypeOf(B).call(this))); } return B; }(A);