@bbn/bbn 1.0.262 → 1.0.263

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,8 @@ export default function analyzeFunction(fn) {
109
109
  else if (!exp && (all[i] === "=") && (all[i + 1] === ">")) {
110
110
  currentArg["name"] = exp.trim();
111
111
  args.push(currentArg);
112
+ currentArg = {};
113
+ exp = "";
112
114
  }
113
115
  else if (all[i] === "=" && all[i + 1] === ">") {
114
116
  if (exp.trim() !== "" && parOpened === parClosed) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bbn/bbn",
3
- "version": "1.0.262",
3
+ "version": "1.0.263",
4
4
  "description": "Javascript toolkit",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",