@abaplint/transpiler-cli 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.
Files changed (2) hide show
  1. package/build/bundle.js +1 -3
  2. package/package.json +2 -2
package/build/bundle.js CHANGED
@@ -89795,10 +89795,8 @@ class Traversal {
89795
89795
  if (method.getVisibility() === abaplint.Visibility.Private) {
89796
89796
  privateHash = "#";
89797
89797
  }
89798
- else {
89799
- continue;
89800
- }
89801
89798
  const methodName = privateHash + Traversal.escapeNamespace(name.replace("~", "$"));
89799
+ // NOTE: currently all are needed in the unit test setup
89802
89800
  ret += `"${name.replace("~", "$")}": this.${methodName}.bind(this),\n`;
89803
89801
  }
89804
89802
  /*
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@abaplint/transpiler-cli",
3
- "version": "2.10.72",
3
+ "version": "2.10.73",
4
4
  "description": "Transpiler - Command Line Interface",
5
5
  "funding": "https://github.com/sponsors/larshp",
6
6
  "bin": {
@@ -28,7 +28,7 @@
28
28
  "license": "MIT",
29
29
  "devDependencies": {
30
30
  "@abaplint/core": "^2.113.149",
31
- "@abaplint/transpiler": "^2.10.72",
31
+ "@abaplint/transpiler": "^2.10.73",
32
32
  "@types/glob": "^8.1.0",
33
33
  "@types/node": "^22.16.5",
34
34
  "@types/progress": "^2.0.7",