babel-generator
Advanced tools
Comparing version 6.26.0 to 6.26.1
@@ -50,3 +50,3 @@ "use strict"; | ||
endToken = tokens[index + 1]; | ||
if (endToken.type.label === ",") endToken = tokens[index + 2]; | ||
if (endToken && endToken.type.label === ",") endToken = tokens[index + 2]; | ||
} | ||
@@ -53,0 +53,0 @@ |
{ | ||
"name": "babel-generator", | ||
"version": "6.26.0", | ||
"version": "6.26.1", | ||
"description": "Turns an AST into code.", | ||
@@ -20,3 +20,3 @@ "author": "Sebastian McKenzie <sebmck@gmail.com>", | ||
"lodash": "^4.17.4", | ||
"source-map": "^0.5.6", | ||
"source-map": "^0.5.7", | ||
"trim-right": "^1.0.1" | ||
@@ -23,0 +23,0 @@ }, |
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
93356
Updatedsource-map@^0.5.7