Allow extending untranspiled classes (#8656)
This commit is contained in:
@@ -1,9 +1,11 @@
|
||||
var _default = /*#__PURE__*/function (_A) {
|
||||
babelHelpers.inherits(_default, _A);
|
||||
|
||||
var _super = babelHelpers.createSuper(_default);
|
||||
|
||||
function _default() {
|
||||
babelHelpers.classCallCheck(this, _default);
|
||||
return babelHelpers.possibleConstructorReturn(this, babelHelpers.getPrototypeOf(_default).apply(this, arguments));
|
||||
return _super.apply(this, arguments);
|
||||
}
|
||||
|
||||
return _default;
|
||||
|
||||
Reference in New Issue
Block a user