@babel/runtime-corejs2
Advanced tools
Comparing version 7.23.8 to 7.23.9
@@ -5,3 +5,3 @@ var _Object$create = require("core-js/library/fn/object/create.js"); | ||
return "undefined" != typeof SuppressedError ? dispose_SuppressedError = SuppressedError : (dispose_SuppressedError = function dispose_SuppressedError(r, e) { | ||
this.suppressed = r, this.error = e, this.stack = new Error().stack; | ||
this.suppressed = e, this.error = r, this.stack = new Error().stack; | ||
}, dispose_SuppressedError.prototype = _Object$create(Error.prototype, { | ||
@@ -27,3 +27,3 @@ constructor: { | ||
function err(r) { | ||
return e = s ? new dispose_SuppressedError(r, e) : r, s = !0, next(); | ||
return e = s ? new dispose_SuppressedError(e, r) : r, s = !0, next(); | ||
} | ||
@@ -30,0 +30,0 @@ return next(); |
@@ -5,3 +5,3 @@ import _Object$create from "core-js/library/fn/object/create.js"; | ||
return "undefined" != typeof SuppressedError ? dispose_SuppressedError = SuppressedError : (dispose_SuppressedError = function dispose_SuppressedError(r, e) { | ||
this.suppressed = r, this.error = e, this.stack = new Error().stack; | ||
this.suppressed = e, this.error = r, this.stack = new Error().stack; | ||
}, dispose_SuppressedError.prototype = _Object$create(Error.prototype, { | ||
@@ -27,5 +27,5 @@ constructor: { | ||
function err(r) { | ||
return e = s ? new dispose_SuppressedError(r, e) : r, s = !0, next(); | ||
return e = s ? new dispose_SuppressedError(e, r) : r, s = !0, next(); | ||
} | ||
return next(); | ||
} |
{ | ||
"name": "@babel/runtime-corejs2", | ||
"version": "7.23.8", | ||
"version": "7.23.9", | ||
"description": "babel's modular runtime helpers with core-js@2 polyfilling", | ||
@@ -273,2 +273,11 @@ "license": "MIT", | ||
"./helpers/esm/using": "./helpers/esm/using.js", | ||
"./helpers/usingCtx": [ | ||
{ | ||
"node": "./helpers/usingCtx.js", | ||
"import": "./helpers/esm/usingCtx.js", | ||
"default": "./helpers/usingCtx.js" | ||
}, | ||
"./helpers/usingCtx.js" | ||
], | ||
"./helpers/esm/usingCtx": "./helpers/esm/usingCtx.js", | ||
"./helpers/wrapRegExp": [ | ||
@@ -275,0 +284,0 @@ { |
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
281069
314
5745