19 lines
		
	
	
		
			868 B
		
	
	
	
		
			JavaScript
		
	
	
	
			
		
		
	
	
			19 lines
		
	
	
		
			868 B
		
	
	
	
		
			JavaScript
		
	
	
	
| var _Reflect$construct = require("@babel/runtime-corejs2/core-js/reflect/construct");
 | |
| var getPrototypeOf = require("./getPrototypeOf.js");
 | |
| var isNativeReflectConstruct = require("./isNativeReflectConstruct.js");
 | |
| var possibleConstructorReturn = require("./possibleConstructorReturn.js");
 | |
| function _createSuper(Derived) {
 | |
|   var hasNativeReflectConstruct = isNativeReflectConstruct();
 | |
|   return function _createSuperInternal() {
 | |
|     var Super = getPrototypeOf(Derived),
 | |
|       result;
 | |
|     if (hasNativeReflectConstruct) {
 | |
|       var NewTarget = getPrototypeOf(this).constructor;
 | |
|       result = _Reflect$construct(Super, arguments, NewTarget);
 | |
|     } else {
 | |
|       result = Super.apply(this, arguments);
 | |
|     }
 | |
|     return possibleConstructorReturn(this, result);
 | |
|   };
 | |
| }
 | |
| module.exports = _createSuper, module.exports.__esModule = true, module.exports["default"] = module.exports; |