babel-generator
Advanced tools
Comparing version 6.1.18 to 6.1.20
@@ -250,3 +250,3 @@ /* @flow */ | ||
if (node.start != null && !node._ignoreUserWhitespace) { | ||
if (node.start != null && !node._ignoreUserWhitespace && this.tokens.length) { | ||
// user node | ||
@@ -253,0 +253,0 @@ if (leading) { |
{ | ||
"name": "babel-generator", | ||
"version": "6.1.18", | ||
"version": "6.1.20", | ||
"description": "Turns an AST into code.", | ||
@@ -26,4 +26,4 @@ "author": "Sebastian McKenzie <sebmck@gmail.com>", | ||
"babel-helper-fixtures": "^6.1.18", | ||
"babylon": "^6.1.18" | ||
"babylon": "^6.1.20" | ||
} | ||
} |
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
83247