@abaplint/transpiler 2.10.72 → 2.10.73

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.
@@ -434,10 +434,8 @@ class Traversal {
434
434
  if (method.getVisibility() === abaplint.Visibility.Private) {
435
435
  privateHash = "#";
436
436
  }
437
- else {
438
- continue;
439
- }
440
437
  const methodName = privateHash + Traversal.escapeNamespace(name.replace("~", "$"));
438
+ // NOTE: currently all are needed in the unit test setup
441
439
  ret += `"${name.replace("~", "$")}": this.${methodName}.bind(this),\n`;
442
440
  }
443
441
  /*
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@abaplint/transpiler",
3
- "version": "2.10.72",
3
+ "version": "2.10.73",
4
4
  "description": "Transpiler",
5
5
  "main": "build/src/index.js",
6
6
  "typings": "build/src/index.d.ts",