@babel/plugin-proposal-object-rest-spread
Advanced tools
Comparing version 7.3.2 to 7.3.4
@@ -69,3 +69,3 @@ "use strict"; | ||
if (parentType == "AssignmentPattern" && path.key === "right" || parentType == "ObjectProperty" && path.parent.computed && path.key === "key") { | ||
if (parentType === "AssignmentPattern" && path.key === "right" || parentType === "ObjectProperty" && path.parent.computed && path.key === "key") { | ||
path.skip(); | ||
@@ -72,0 +72,0 @@ } |
{ | ||
"name": "@babel/plugin-proposal-object-rest-spread", | ||
"version": "7.3.2", | ||
"version": "7.3.4", | ||
"description": "Compile object rest and spread to ES5", | ||
@@ -22,6 +22,6 @@ "repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-proposal-object-rest-spread", | ||
"devDependencies": { | ||
"@babel/core": "^7.2.0", | ||
"@babel/core": "^7.3.4", | ||
"@babel/helper-plugin-test-runner": "^7.0.0" | ||
}, | ||
"gitHead": "d896ce2b53f64742feeea27dd33ee45934cd041a" | ||
"gitHead": "1f6454cc90fe33e0a32260871212e2f719f35741" | ||
} |
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
14822