babel-plugin-transform-react-pug
Advanced tools
Comparing version 2.0.1 to 2.0.2
@@ -124,3 +124,3 @@ 'use strict'; | ||
if (node.key) params.push(this.parseExpression(node.key)); | ||
var body = this.visitBlock(node.block); | ||
var body = this.visitBlock(node.block).map(this.unwrap); | ||
var key = null; | ||
@@ -127,0 +127,0 @@ body.forEach(function (node, i) { |
{ | ||
"name": "babel-plugin-transform-react-pug", | ||
"version": "2.0.1", | ||
"version": "2.0.2", | ||
"description": "A plugin for transpiling pug templates to jsx", | ||
@@ -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
16372