babel-plugin-minify-mangle-names
Advanced tools
Comparing version 0.3.0-alpha.a7421897 to 0.3.0-alpha.cf9a0da2
@@ -12,3 +12,3 @@ "use strict"; | ||
} | ||
var fnScope = path.scope.getFunctionParent(); | ||
var fnScope = path.scope.getFunctionParent() || path.scope.getProgramParent(); | ||
var bindingIds = path.getOuterBindingIdentifierPaths(); | ||
@@ -15,0 +15,0 @@ |
{ | ||
"name": "babel-plugin-minify-mangle-names", | ||
"version": "0.3.0-alpha.a7421897", | ||
"version": "0.3.0-alpha.cf9a0da2", | ||
"description": "", | ||
@@ -15,4 +15,4 @@ "keywords": [ | ||
"dependencies": { | ||
"babel-helper-mark-eval-scopes": "^0.3.0-alpha.a7421897" | ||
"babel-helper-mark-eval-scopes": "^0.3.0-alpha.cf9a0da2" | ||
} | ||
} |
40589