babel-plugin-transform-flow-strip-types
Advanced tools
Comparing version 7.0.0-alpha.16 to 7.0.0-alpha.17
@@ -66,2 +66,6 @@ "use strict"; | ||
param.optional = false; | ||
if (param.type === "AssignmentPattern") { | ||
param.left.optional = false; | ||
} | ||
} | ||
@@ -68,0 +72,0 @@ |
{ | ||
"name": "babel-plugin-transform-flow-strip-types", | ||
"version": "7.0.0-alpha.16", | ||
"version": "7.0.0-alpha.17", | ||
"description": "Strip flow type annotations from your output code.", | ||
@@ -12,7 +12,7 @@ "repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-flow-strip-types", | ||
"dependencies": { | ||
"babel-plugin-syntax-flow": "7.0.0-alpha.16" | ||
"babel-plugin-syntax-flow": "7.0.0-alpha.17" | ||
}, | ||
"devDependencies": { | ||
"babel-helper-plugin-test-runner": "7.0.0-alpha.16" | ||
"babel-helper-plugin-test-runner": "7.0.0-alpha.17" | ||
} | ||
} |
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
3881
76
+ Addedbabel-plugin-syntax-flow@7.0.0-alpha.17(transitive)
- Removedbabel-plugin-syntax-flow@7.0.0-alpha.16(transitive)