@babel/helpers
Advanced tools
Comparing version 7.26.0 to 7.26.7
@@ -16,3 +16,3 @@ "use strict"; | ||
key = sourceSymbolKeys[i]; | ||
if (excluded.includes(key)) continue; | ||
if (excluded.indexOf(key) !== -1) continue; | ||
if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; | ||
@@ -19,0 +19,0 @@ target[key] = source[key]; |
@@ -12,3 +12,3 @@ "use strict"; | ||
if (Object.prototype.hasOwnProperty.call(source, key)) { | ||
if (excluded.includes(key)) continue; | ||
if (excluded.indexOf(key) !== -1) continue; | ||
target[key] = source[key]; | ||
@@ -15,0 +15,0 @@ } |
{ | ||
"name": "@babel/helpers", | ||
"version": "7.26.0", | ||
"version": "7.26.7", | ||
"description": "Collection of helper functions used by Babel transforms.", | ||
@@ -19,8 +19,8 @@ "author": "The Babel Team (https://babel.dev/team)", | ||
"@babel/template": "^7.25.9", | ||
"@babel/types": "^7.26.0" | ||
"@babel/types": "^7.26.7" | ||
}, | ||
"devDependencies": { | ||
"@babel/generator": "^7.26.0", | ||
"@babel/generator": "^7.26.5", | ||
"@babel/helper-plugin-test-runner": "^7.25.9", | ||
"@babel/parser": "^7.26.0", | ||
"@babel/parser": "^7.26.7", | ||
"regenerator-runtime": "^0.14.0" | ||
@@ -27,0 +27,0 @@ }, |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
862678
Updated@babel/types@^7.26.7