@babel/generator
Advanced tools
Comparing version 7.0.0-beta.35 to 7.0.0-beta.36
@@ -485,5 +485,9 @@ "use strict"; | ||
this.token("["); | ||
this.print(node.id, node); | ||
this.token(":"); | ||
this.space(); | ||
if (node.id) { | ||
this.print(node.id, node); | ||
this.token(":"); | ||
this.space(); | ||
} | ||
this.print(node.key, node); | ||
@@ -490,0 +494,0 @@ this.token("]"); |
{ | ||
"name": "@babel/generator", | ||
"version": "7.0.0-beta.35", | ||
"version": "7.0.0-beta.36", | ||
"description": "Turns an AST into code.", | ||
@@ -14,3 +14,3 @@ "author": "Sebastian McKenzie <sebmck@gmail.com>", | ||
"dependencies": { | ||
"@babel/types": "7.0.0-beta.35", | ||
"@babel/types": "7.0.0-beta.36", | ||
"jsesc": "^2.5.1", | ||
@@ -22,5 +22,5 @@ "lodash": "^4.2.0", | ||
"devDependencies": { | ||
"@babel/helper-fixtures": "7.0.0-beta.35", | ||
"babylon": "7.0.0-beta.35" | ||
"@babel/helper-fixtures": "7.0.0-beta.36", | ||
"babylon": "7.0.0-beta.36" | ||
} | ||
} |
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
105639
3322
+ Added@babel/types@7.0.0-beta.36(transitive)
- Removed@babel/types@7.0.0-beta.35(transitive)
Updated@babel/types@7.0.0-beta.36