Comparing version 3.3.11 to 3.3.12
@@ -33,3 +33,3 @@ "use strict"; | ||
if (!node.computed && coreHas(obj) && has(core[obj.name], prop.name)) { | ||
if (!node.computed && coreHas(obj) && has(core[obj.name], prop.name) && !scope.getBinding(obj.name)) { | ||
context.skip(); | ||
@@ -36,0 +36,0 @@ return t.prependToMemberExpression(node, file.get("coreIdentifier")); |
{ | ||
"name": "6to5", | ||
"description": "Turn ES6 code into readable vanilla ES5 with source maps", | ||
"version": "3.3.11", | ||
"version": "3.3.12", | ||
"author": "Sebastian McKenzie <sebmck@gmail.com>", | ||
@@ -6,0 +6,0 @@ "homepage": "https://6to5.org/", |
Sorry, the diff of this file is too big to display
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
1420160