@babel/plugin-transform-computed-properties
Advanced tools
Comparing version 7.16.0 to 7.16.5
@@ -33,3 +33,3 @@ "use strict"; | ||
if (prop.kind === "get" && prop.kind === "set") { | ||
pushMutatorDefine(objId, prop, body); | ||
pushMutatorDefine(objId, prop); | ||
} else { | ||
@@ -36,0 +36,0 @@ body.push(_core.types.expressionStatement(_core.types.assignmentExpression("=", _core.types.memberExpression(_core.types.cloneNode(objId), prop.key, prop.computed || _core.types.isLiteral(prop.key)), getValue(prop)))); |
{ | ||
"name": "@babel/plugin-transform-computed-properties", | ||
"version": "7.16.0", | ||
"version": "7.16.5", | ||
"description": "Compile ES2015 computed properties to ES5", | ||
@@ -20,3 +20,3 @@ "repository": { | ||
"dependencies": { | ||
"@babel/helper-plugin-utils": "^7.14.5" | ||
"@babel/helper-plugin-utils": "^7.16.5" | ||
}, | ||
@@ -27,4 +27,4 @@ "peerDependencies": { | ||
"devDependencies": { | ||
"@babel/core": "^7.16.0", | ||
"@babel/helper-plugin-test-runner": "^7.16.0" | ||
"@babel/core": "^7.16.5", | ||
"@babel/helper-plugin-test-runner": "^7.16.5" | ||
}, | ||
@@ -31,0 +31,0 @@ "engines": { |
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
7685