@babel/traverse
Advanced tools
Comparing version 7.8.4 to 7.8.6
@@ -28,5 +28,5 @@ "use strict"; | ||
if (hasPrev && hasNext) {} else if (hasPrev) { | ||
if (hasPrev && !hasNext) { | ||
prev.addComments("trailing", trailing); | ||
} else if (hasNext) { | ||
} else if (hasNext && !hasPrev) { | ||
next.addComments("leading", leading); | ||
@@ -33,0 +33,0 @@ } |
@@ -22,3 +22,5 @@ "use strict"; | ||
this._removeFromScope(); | ||
if (!this.opts || !this.opts.noScope) { | ||
this._removeFromScope(); | ||
} | ||
@@ -25,0 +27,0 @@ if (this._callRemovalHooks()) { |
{ | ||
"name": "@babel/traverse", | ||
"version": "7.8.4", | ||
"version": "7.8.6", | ||
"description": "The Babel Traverse module maintains the overall tree state, and is responsible for replacing, removing, and adding nodes", | ||
@@ -15,7 +15,7 @@ "author": "Sebastian McKenzie <sebmck@gmail.com>", | ||
"@babel/code-frame": "^7.8.3", | ||
"@babel/generator": "^7.8.4", | ||
"@babel/generator": "^7.8.6", | ||
"@babel/helper-function-name": "^7.8.3", | ||
"@babel/helper-split-export-declaration": "^7.8.3", | ||
"@babel/parser": "^7.8.4", | ||
"@babel/types": "^7.8.3", | ||
"@babel/parser": "^7.8.6", | ||
"@babel/types": "^7.8.6", | ||
"debug": "^4.1.0", | ||
@@ -28,3 +28,3 @@ "globals": "^11.1.0", | ||
}, | ||
"gitHead": "5c2e6bc07fed3d28801d93168622c99ae622653a" | ||
"gitHead": "750d3dde3bd2d390819820fd22c05441da78751b" | ||
} |
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
154074
4281
Updated@babel/generator@^7.8.6
Updated@babel/parser@^7.8.6
Updated@babel/types@^7.8.6