@babel/runtime
Advanced tools
Comparing version 7.23.8 to 7.23.9
function dispose_SuppressedError(r, e) { | ||
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, { | ||
@@ -24,3 +24,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(); | ||
} | ||
@@ -27,0 +27,0 @@ return next(); |
function dispose_SuppressedError(r, e) { | ||
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, { | ||
@@ -24,5 +24,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", | ||
"version": "7.23.8", | ||
"version": "7.23.9", | ||
"description": "babel's modular runtime helpers", | ||
@@ -272,2 +272,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": [ | ||
@@ -274,0 +283,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
248922
221
5479