babel-plugin-minify-mangle-names
Advanced tools
Comparing version 0.1.3 to 0.2.0
@@ -20,3 +20,3 @@ "use strict"; | ||
var newIssueUrl = "https://github.com/babel/babili/issues/new"; | ||
var newIssueUrl = "https://github.com/babel/minify/issues/new"; | ||
@@ -100,3 +100,3 @@ module.exports = function (babel) { | ||
value: function crawlScope() { | ||
traverse.clearCache(); | ||
(traverse.clearCache || traverse.cache.clear)(); | ||
this.program.scope.crawl(); | ||
@@ -218,3 +218,3 @@ } | ||
* probably means that another transformation created a new binding, | ||
* refer https://github.com/babel/babili/issues/549 for example - | ||
* refer https://github.com/babel/minify/issues/549 for example - | ||
* binding created by plugin transform-es2015-function-name | ||
@@ -529,3 +529,3 @@ * | ||
// case 2: Replacements in other plugins | ||
// eg: https://github.com/babel/babili/issues/122 | ||
// eg: https://github.com/babel/minify/issues/122 | ||
// replacement in dce from `x` to `!x` gives referencePath as `!x` | ||
@@ -532,0 +532,0 @@ path.traverse({ |
@@ -10,3 +10,3 @@ "use strict"; | ||
var newIssueUrl = "https://github.com/babel/babili/issues/new"; | ||
var newIssueUrl = "https://github.com/babel/minify/issues/new"; | ||
@@ -145,3 +145,3 @@ /** | ||
// `for` loop initialization that shadows a parent function's parameter. | ||
// https://github.com/babel/babili/issues/559 | ||
// https://github.com/babel/minify/issues/559 | ||
// https://bugs.webkit.org/show_bug.cgi?id=171041 | ||
@@ -148,0 +148,0 @@ // https://trac.webkit.org/changeset/217200/webkit/trunk/Source |
{ | ||
"name": "babel-plugin-minify-mangle-names", | ||
"version": "0.1.3", | ||
"version": "0.2.0", | ||
"description": "", | ||
"homepage": "https://github.com/babel/babili#readme", | ||
"repository": "https://github.com/babel/babili/tree/master/packages/babel-plugin-minify-mangle-names", | ||
"bugs": "https://github.com/babel/babili/issues", | ||
"author": "amasad", | ||
"license": "MIT", | ||
"main": "lib/index.js", | ||
"keywords": [ | ||
"babel-plugin" | ||
], | ||
"homepage": "https://github.com/babel/minify#readme", | ||
"bugs": "https://github.com/babel/minify/issues", | ||
"license": "MIT", | ||
"author": "amasad", | ||
"main": "lib/index.js", | ||
"repository": "https://github.com/babel/minify/tree/master/packages/babel-plugin-minify-mangle-names", | ||
"dependencies": { | ||
"babel-helper-mark-eval-scopes": "^0.1.1" | ||
"babel-helper-mark-eval-scopes": "^0.2.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
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
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
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
40590
+ Addedbabel-helper-mark-eval-scopes@0.2.0(transitive)
- Removedbabel-helper-mark-eval-scopes@0.1.1(transitive)