babel-runtime
Advanced tools
Comparing version 7.0.0-alpha.12 to 7.0.0-alpha.14
import _typeof from "../../../helpers/builtin/es6/typeof"; | ||
export default function (self, call) { | ||
if (call && ((typeof call === "undefined" ? "undefined" : _typeof(call)) === "object" || typeof call === "function")) { | ||
return call; | ||
} | ||
if (!self) { | ||
@@ -7,3 +11,3 @@ throw new ReferenceError("this hasn't been initialised - super() hasn't been called"); | ||
return call && ((typeof call === "undefined" ? "undefined" : _typeof(call)) === "object" || typeof call === "function") ? call : self; | ||
return self; | ||
} |
@@ -8,2 +8,6 @@ exports.__esModule = true; | ||
exports.default = function (self, call) { | ||
if (call && ((typeof call === "undefined" ? "undefined" : (0, _typeof3.default)(call)) === "object" || typeof call === "function")) { | ||
return call; | ||
} | ||
if (!self) { | ||
@@ -13,5 +17,5 @@ throw new ReferenceError("this hasn't been initialised - super() hasn't been called"); | ||
return call && ((typeof call === "undefined" ? "undefined" : (0, _typeof3.default)(call)) === "object" || typeof call === "function") ? call : self; | ||
return self; | ||
}; | ||
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } |
import _typeof from "../../helpers/es6/typeof"; | ||
export default function (self, call) { | ||
if (call && ((typeof call === "undefined" ? "undefined" : _typeof(call)) === "object" || typeof call === "function")) { | ||
return call; | ||
} | ||
if (!self) { | ||
@@ -7,3 +11,3 @@ throw new ReferenceError("this hasn't been initialised - super() hasn't been called"); | ||
return call && ((typeof call === "undefined" ? "undefined" : _typeof(call)) === "object" || typeof call === "function") ? call : self; | ||
return self; | ||
} |
@@ -8,2 +8,6 @@ exports.__esModule = true; | ||
exports.default = function (self, call) { | ||
if (call && ((typeof call === "undefined" ? "undefined" : (0, _typeof3.default)(call)) === "object" || typeof call === "function")) { | ||
return call; | ||
} | ||
if (!self) { | ||
@@ -13,5 +17,5 @@ throw new ReferenceError("this hasn't been initialised - super() hasn't been called"); | ||
return call && ((typeof call === "undefined" ? "undefined" : (0, _typeof3.default)(call)) === "object" || typeof call === "function") ? call : self; | ||
return self; | ||
}; | ||
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } |
{ | ||
"name": "babel-runtime", | ||
"version": "7.0.0-alpha.12", | ||
"version": "7.0.0-alpha.14", | ||
"description": "babel selfContained runtime", | ||
@@ -13,5 +13,5 @@ "license": "MIT", | ||
"devDependencies": { | ||
"babel-helpers": "7.0.0-alpha.12", | ||
"babel-plugin-transform-runtime": "7.0.0-alpha.12" | ||
"babel-helpers": "7.0.0-alpha.14", | ||
"babel-plugin-transform-runtime": "7.0.0-alpha.14" | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
79385
270
1989