Some checks failed
Build & Deploy / 🔍 Prepare (push) Successful in 20s
Build & Deploy / 🧪 QA (push) Failing after 34s
Build & Deploy / 🏗️ Build (push) Has started running
Build & Deploy / 🚀 Deploy (push) Has been cancelled
Build & Deploy / 🧪 Smoke Test (push) Has been cancelled
Build & Deploy / ⚡ Lighthouse (push) Has been cancelled
Build & Deploy / 🔔 Notify (push) Has been cancelled
16 lines
668 B
Plaintext
16 lines
668 B
Plaintext
"use strict";
|
|
|
|
Object.defineProperty(exports, "__esModule", {
|
|
value: true
|
|
});
|
|
exports.default = _callSuper;
|
|
var _getPrototypeOf = require("./getPrototypeOf.js");
|
|
var _isNativeReflectConstruct = require("./isNativeReflectConstruct.js");
|
|
var _possibleConstructorReturn = require("./possibleConstructorReturn.js");
|
|
function _callSuper(_this, derived, args) {
|
|
derived = (0, _getPrototypeOf.default)(derived);
|
|
return (0, _possibleConstructorReturn.default)(_this, (0, _isNativeReflectConstruct.default)() ? Reflect.construct(derived, args || [], (0, _getPrototypeOf.default)(_this).constructor) : derived.apply(_this, args));
|
|
}
|
|
|
|
//# sourceMappingURL=callSuper.js.map
|