babel-plugin-parameter-decorator
Advanced tools
Comparing version 1.0.14 to 1.0.15
@@ -56,2 +56,5 @@ "use strict"; | ||
case 'AssignmentPattern': | ||
return types.AssignmentPattern(path.node.left, path.node.right); | ||
case 'TSParameterProperty': | ||
@@ -58,0 +61,0 @@ return types.Identifier(path.node.parameter.name); |
{ | ||
"name": "babel-plugin-parameter-decorator", | ||
"version": "1.0.14", | ||
"version": "1.0.15", | ||
"description": "Function parameter decorator transform plugin for babel v7, just like typescript.", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
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
14503
227