@bbn/bbn 1.0.131 → 1.0.132

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.
@@ -109,6 +109,7 @@ var analyzeFunction = function (fn) {
109
109
  }
110
110
  else if (all[i] === ',') {
111
111
  if (isDestructuring) {
112
+ exp += all[i];
112
113
  }
113
114
  else if (parOpened > parClosed) {
114
115
  if (settingDefault) {
package/dist/index.js CHANGED
@@ -3426,6 +3426,7 @@
3426
3426
  }
3427
3427
  else if (all[i] === ',') {
3428
3428
  if (isDestructuring) {
3429
+ exp += all[i];
3429
3430
  }
3430
3431
  else if (parOpened > parClosed) {
3431
3432
  if (settingDefault) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bbn/bbn",
3
- "version": "1.0.131",
3
+ "version": "1.0.132",
4
4
  "description": "Javascript toolkit",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",