jsx-transform
Advanced tools
Comparing version 2.1.1 to 2.1.2
@@ -78,3 +78,3 @@ var Syntax = require('jstransform/node_modules/esprima-fb').Syntax; | ||
if (hasAtLeastOneSpreadAttribute) { | ||
if (options.passUnknownTagsToFactory) { | ||
if (options.passUnknownTagsToFactory || knownTag) { | ||
utils.append(', ' + spreadFn + '({', state); | ||
@@ -81,0 +81,0 @@ } else { |
{ | ||
"name": "jsx-transform", | ||
"version": "2.1.1", | ||
"version": "2.1.2", | ||
"description": "JSX transpiler. Desugar JSX into JavaScript. A standard and configurable implementation of JSX decoupled from React.", | ||
@@ -5,0 +5,0 @@ "files": [ |
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
21964