@babel/plugin-transform-destructuring
Advanced tools
Comparing version 7.8.8 to 7.9.5
@@ -141,3 +141,3 @@ "use strict"; | ||
if (this.kind === "const") { | ||
if (this.kind === "const" || this.kind === "let") { | ||
patternId = this.scope.generateUidIdentifier(tempId.name); | ||
@@ -144,0 +144,0 @@ node = this.buildVariableDeclaration(patternId, tempConditional); |
{ | ||
"name": "@babel/plugin-transform-destructuring", | ||
"version": "7.8.8", | ||
"version": "7.9.5", | ||
"description": "Compile ES2015 destructuring to ES5", | ||
@@ -24,3 +24,3 @@ "repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-destructuring", | ||
}, | ||
"gitHead": "c831a2450dbf252c75750a455c63e1016c2f2244" | ||
"gitHead": "5b97e77e030cf3853a147fdff81844ea4026219d" | ||
} |
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
19472