@bbn/bbn 1.0.134 → 1.0.135

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.
@@ -140,7 +140,9 @@ var analyzeFunction = function (fn) {
140
140
  isDestructuring = false;
141
141
  }
142
142
  }
143
- exp = "";
143
+ else {
144
+ exp = "";
145
+ }
144
146
  }
145
147
  }
146
148
  else if (isArrow) {
package/dist/index.js CHANGED
@@ -3457,7 +3457,9 @@
3457
3457
  isDestructuring = false;
3458
3458
  }
3459
3459
  }
3460
- exp = "";
3460
+ else {
3461
+ exp = "";
3462
+ }
3461
3463
  }
3462
3464
  }
3463
3465
  else if (isArrow) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bbn/bbn",
3
- "version": "1.0.134",
3
+ "version": "1.0.135",
4
4
  "description": "Javascript toolkit",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",