Allow extending untranspiled classes (#8656)

This commit is contained in:
Nicolò Ribaudo
2020-03-16 23:59:15 +01:00
committed by GitHub
parent a875560c31
commit f6c7bf36ce
152 changed files with 1013 additions and 265 deletions

View File

@@ -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;