babel-plugin-vasille 4.2.4 → 4.2.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/lib/jsx.js +1 -0
  2. package/package.json +1 -1
package/lib/jsx.js CHANGED
@@ -476,6 +476,7 @@ function transformJsxElement(path, conditions, internal) {
476
476
  else {
477
477
  /* istanbul ignore else */
478
478
  if (expressionPath && expressionPath.isExpression()) {
479
+ (0, lib_js_1.exprCall)(expressionPath, expressionPath.node, internal, {});
479
480
  attrs.push(idToProp(name, expressionPath.node));
480
481
  }
481
482
  else if (t.isStringLiteral(attr.value)) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "babel-plugin-vasille",
3
- "version": "4.2.4",
3
+ "version": "4.2.5",
4
4
  "description": "Convert Vasille Meta Language code to pure JavaScript",
5
5
  "main": "lib/index.js",
6
6
  "type": "commonjs",