@abaplint/transpiler-cli 2.7.24 → 2.7.25

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 +2 -1
  2. package/package.json +2 -2
package/build/bundle.js CHANGED
@@ -79468,7 +79468,8 @@ class TranspileTypes {
79468
79468
  extra = "{qualifiedName: \"" + ((_j = type.getQualifiedName()) === null || _j === void 0 ? void 0 : _j.toUpperCase()) + "\"}";
79469
79469
  }
79470
79470
  }
79471
- else if (type instanceof abaplint.BasicTypes.XSequenceType) {
79471
+ else if (type instanceof abaplint.BasicTypes.XSequenceType
79472
+ || type instanceof abaplint.BasicTypes.XGenericType) {
79472
79473
  // if not supplied itsa a Hex(1)
79473
79474
  resolved = "Hex";
79474
79475
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@abaplint/transpiler-cli",
3
- "version": "2.7.24",
3
+ "version": "2.7.25",
4
4
  "description": "Transpiler - Command Line Interface",
5
5
  "funding": "https://github.com/sponsors/larshp",
6
6
  "bin": {
@@ -26,7 +26,7 @@
26
26
  "author": "abaplint",
27
27
  "license": "MIT",
28
28
  "devDependencies": {
29
- "@abaplint/transpiler": "^2.7.24",
29
+ "@abaplint/transpiler": "^2.7.25",
30
30
  "@types/glob": "^7.2.0",
31
31
  "glob": "=7.2.0",
32
32
  "@types/progress": "^2.0.5",