babel-plugin-transform-vue-jsx
Advanced tools
Comparing version 3.4.0 to 3.4.1
@@ -31,4 +31,5 @@ var esutils = require('esutils') | ||
'ObjectMethod|ClassMethod' (path) { | ||
const params = path.get('params') | ||
// do nothing if there is (h) param | ||
if (path.get('params').length) { | ||
if (params.length && params[0].node.name === 'h') { | ||
return | ||
@@ -35,0 +36,0 @@ } |
{ | ||
"name": "babel-plugin-transform-vue-jsx", | ||
"version": "3.4.0", | ||
"version": "3.4.1", | ||
"description": "Babel plugin for Vue 2.0 JSX", | ||
@@ -5,0 +5,0 @@ "main": "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
14620
248