@croquiscom/babel-plugin-mjsx
Advanced tools
Comparing version 0.0.1 to 0.0.2
@@ -211,3 +211,6 @@ 'use strict'; | ||
if (!isComp && loneText) { | ||
pushElemProp('text', cleanStringLiteral(loneText)); | ||
loneText = cleanStringLiteral(loneText); | ||
if (loneText) { | ||
pushElemProp('text', loneText); | ||
} | ||
} else { | ||
@@ -214,0 +217,0 @@ pushElemProp('children', t.arrayExpression(flatten(buildChildren(node)))); |
{ | ||
"name": "@croquiscom/babel-plugin-mjsx", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"description": "Mithril precompilation JSX plugin for babel", | ||
@@ -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
21675
583