@babel/runtime-corejs2
Advanced tools
Comparing version
@@ -9,4 +9,4 @@ import _Object$getOwnPropertySymbols from "core-js/library/fn/object/get-own-property-symbols.js"; | ||
if (_Object$getOwnPropertySymbols) { | ||
var s = _Object$getOwnPropertySymbols(e); | ||
for (r = 0; r < s.length; r++) o = s[r], t.includes(o) || {}.propertyIsEnumerable.call(e, o) && (i[o] = e[o]); | ||
var n = _Object$getOwnPropertySymbols(e); | ||
for (r = 0; r < n.length; r++) o = n[r], -1 === t.indexOf(o) && {}.propertyIsEnumerable.call(e, o) && (i[o] = e[o]); | ||
} | ||
@@ -13,0 +13,0 @@ return i; |
@@ -5,3 +5,3 @@ function _objectWithoutPropertiesLoose(r, e) { | ||
for (var n in r) if ({}.hasOwnProperty.call(r, n)) { | ||
if (e.includes(n)) continue; | ||
if (-1 !== e.indexOf(n)) continue; | ||
t[n] = r[n]; | ||
@@ -8,0 +8,0 @@ } |
@@ -9,4 +9,4 @@ var _Object$getOwnPropertySymbols = require("core-js/library/fn/object/get-own-property-symbols.js"); | ||
if (_Object$getOwnPropertySymbols) { | ||
var s = _Object$getOwnPropertySymbols(e); | ||
for (r = 0; r < s.length; r++) o = s[r], t.includes(o) || {}.propertyIsEnumerable.call(e, o) && (i[o] = e[o]); | ||
var n = _Object$getOwnPropertySymbols(e); | ||
for (r = 0; r < n.length; r++) o = n[r], -1 === t.indexOf(o) && {}.propertyIsEnumerable.call(e, o) && (i[o] = e[o]); | ||
} | ||
@@ -13,0 +13,0 @@ return i; |
@@ -5,3 +5,3 @@ function _objectWithoutPropertiesLoose(r, e) { | ||
for (var n in r) if ({}.hasOwnProperty.call(r, n)) { | ||
if (e.includes(n)) continue; | ||
if (-1 !== e.indexOf(n)) continue; | ||
t[n] = r[n]; | ||
@@ -8,0 +8,0 @@ } |
{ | ||
"name": "@babel/runtime-corejs2", | ||
"version": "7.26.0", | ||
"version": "7.26.7", | ||
"description": "babel's modular runtime helpers with core-js@2 polyfilling", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
281122
0.01%