babel-plugin-vasille 4.2.2 → 4.2.3

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
@@ -470,6 +470,7 @@ function transformJsxElement(path, conditions, internal) {
470
470
  }
471
471
  }
472
472
  else if (name.name === "callback" && expressionPath && expressionPath.isExpression()) {
473
+ (0, mesh_js_1.meshExpression)(expressionPath, internal);
473
474
  callback = expressionPath.node;
474
475
  }
475
476
  else {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "babel-plugin-vasille",
3
- "version": "4.2.2",
3
+ "version": "4.2.3",
4
4
  "description": "Convert Vasille Meta Language code to pure JavaScript",
5
5
  "main": "lib/index.js",
6
6
  "type": "commonjs",