babel-plugin-minify-simplify
Advanced tools
Comparing version 0.0.6 to 0.0.7
@@ -705,2 +705,12 @@ "use strict"; | ||
node.body = statements; | ||
// this additional traversal is horrible but it's done to fix | ||
// https://github.com/babel/babili/issues/323 | ||
// in which type annotation somehow gets messed up | ||
// during sequence expression transformation | ||
path.traverse({ | ||
Identifier: function Identifier(path) { | ||
path.getTypeAnnotation(); | ||
} | ||
}); | ||
}, | ||
@@ -707,0 +717,0 @@ |
{ | ||
"name": "babel-plugin-minify-simplify", | ||
"version": "0.0.6", | ||
"version": "0.0.7", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "homepage": "https://github.com/babel/babili#readme", |
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a 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
57185
1433
1