@babel/plugin-transform-object-rest-spread
Advanced tools
Comparing version 7.23.4 to 7.24.0
@@ -410,7 +410,9 @@ 'use strict'; | ||
} else { | ||
try { | ||
helper = file.addHelper("objectSpread2"); | ||
} catch (_unused) { | ||
this.file.declarations["objectSpread2"] = null; | ||
helper = file.addHelper("objectSpread"); | ||
{ | ||
try { | ||
helper = file.addHelper("objectSpread2"); | ||
} catch (_unused) { | ||
this.file.declarations["objectSpread2"] = null; | ||
helper = file.addHelper("objectSpread"); | ||
} | ||
} | ||
@@ -417,0 +419,0 @@ } |
{ | ||
"name": "@babel/plugin-transform-object-rest-spread", | ||
"version": "7.23.4", | ||
"version": "7.24.0", | ||
"description": "Compile object rest and spread to ES5", | ||
@@ -20,5 +20,5 @@ "repository": { | ||
"dependencies": { | ||
"@babel/compat-data": "^7.23.3", | ||
"@babel/helper-compilation-targets": "^7.22.15", | ||
"@babel/helper-plugin-utils": "^7.22.5", | ||
"@babel/compat-data": "^7.23.5", | ||
"@babel/helper-compilation-targets": "^7.23.6", | ||
"@babel/helper-plugin-utils": "^7.24.0", | ||
"@babel/plugin-syntax-object-rest-spread": "^7.8.3", | ||
@@ -31,5 +31,5 @@ "@babel/plugin-transform-parameters": "^7.23.3" | ||
"devDependencies": { | ||
"@babel/core": "^7.23.3", | ||
"@babel/core": "^7.24.0", | ||
"@babel/helper-plugin-test-runner": "^7.22.5", | ||
"@babel/parser": "^7.23.4" | ||
"@babel/parser": "^7.24.0" | ||
}, | ||
@@ -36,0 +36,0 @@ "engines": { |
Sorry, the diff of this file is not supported yet
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
70931
447