@babel/runtime-corejs3
Advanced tools
Comparing version 7.26.0 to 7.26.7
import _Object$getOwnPropertySymbols from "core-js-pure/features/object/get-own-property-symbols.js"; | ||
import _includesInstanceProperty from "core-js-pure/features/instance/includes.js"; | ||
import _indexOfInstanceProperty from "core-js-pure/features/instance/index-of.js"; | ||
import objectWithoutPropertiesLoose from "./objectWithoutPropertiesLoose.js"; | ||
@@ -10,4 +10,4 @@ function _objectWithoutProperties(e, t) { | ||
if (_Object$getOwnPropertySymbols) { | ||
var s = _Object$getOwnPropertySymbols(e); | ||
for (r = 0; r < s.length; r++) o = s[r], _includesInstanceProperty(t).call(t, 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 === _indexOfInstanceProperty(t).call(t, o) && {}.propertyIsEnumerable.call(e, o) && (i[o] = e[o]); | ||
} | ||
@@ -14,0 +14,0 @@ return i; |
@@ -1,2 +0,2 @@ | ||
import _includesInstanceProperty from "core-js-pure/features/instance/includes.js"; | ||
import _indexOfInstanceProperty from "core-js-pure/features/instance/index-of.js"; | ||
function _objectWithoutPropertiesLoose(r, e) { | ||
@@ -6,3 +6,3 @@ if (null == r) return {}; | ||
for (var n in r) if ({}.hasOwnProperty.call(r, n)) { | ||
if (_includesInstanceProperty(e).call(e, n)) continue; | ||
if (-1 !== _indexOfInstanceProperty(e).call(e, n)) continue; | ||
t[n] = r[n]; | ||
@@ -9,0 +9,0 @@ } |
var _Object$getOwnPropertySymbols = require("core-js-pure/features/object/get-own-property-symbols.js"); | ||
var _includesInstanceProperty = require("core-js-pure/features/instance/includes.js"); | ||
var _indexOfInstanceProperty = require("core-js-pure/features/instance/index-of.js"); | ||
var objectWithoutPropertiesLoose = require("./objectWithoutPropertiesLoose.js"); | ||
@@ -10,4 +10,4 @@ function _objectWithoutProperties(e, t) { | ||
if (_Object$getOwnPropertySymbols) { | ||
var s = _Object$getOwnPropertySymbols(e); | ||
for (r = 0; r < s.length; r++) o = s[r], _includesInstanceProperty(t).call(t, 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 === _indexOfInstanceProperty(t).call(t, o) && {}.propertyIsEnumerable.call(e, o) && (i[o] = e[o]); | ||
} | ||
@@ -14,0 +14,0 @@ return i; |
@@ -1,2 +0,2 @@ | ||
var _includesInstanceProperty = require("core-js-pure/features/instance/includes.js"); | ||
var _indexOfInstanceProperty = require("core-js-pure/features/instance/index-of.js"); | ||
function _objectWithoutPropertiesLoose(r, e) { | ||
@@ -6,3 +6,3 @@ if (null == r) return {}; | ||
for (var n in r) if ({}.hasOwnProperty.call(r, n)) { | ||
if (_includesInstanceProperty(e).call(e, n)) continue; | ||
if (-1 !== _indexOfInstanceProperty(e).call(e, n)) continue; | ||
t[n] = r[n]; | ||
@@ -9,0 +9,0 @@ } |
{ | ||
"name": "@babel/runtime-corejs3", | ||
"version": "7.26.0", | ||
"version": "7.26.7", | ||
"description": "babel's modular runtime helpers with core-js@3 polyfilling", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
330226