babel-plugin-transform-es2015-arrow-functions
Advanced tools
Comparing version 7.0.0-alpha.15 to 7.0.0-alpha.16
@@ -10,3 +10,2 @@ "use strict"; | ||
if (!path.isArrowFunctionExpression()) return; | ||
path.arrowFunctionToExpression({ | ||
@@ -13,0 +12,0 @@ allowInsertArrow: false, |
{ | ||
"name": "babel-plugin-transform-es2015-arrow-functions", | ||
"version": "7.0.0-alpha.15", | ||
"version": "7.0.0-alpha.16", | ||
"description": "Compile ES2015 arrow functions to ES5", | ||
@@ -12,6 +12,6 @@ "repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-es2015-arrow-functions", | ||
"devDependencies": { | ||
"babel-helper-plugin-test-runner": "7.0.0-alpha.15", | ||
"babel-traverse": "7.0.0-alpha.15", | ||
"babel-types": "7.0.0-alpha.15" | ||
"babel-helper-plugin-test-runner": "7.0.0-alpha.16", | ||
"babel-traverse": "7.0.0-alpha.16", | ||
"babel-types": "7.0.0-alpha.16" | ||
} | ||
} |
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
3526