@abaplint/transpiler 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.
|
@@ -142,7 +142,8 @@ class TranspileTypes {
|
|
|
142
142
|
extra = "{qualifiedName: \"" + ((_j = type.getQualifiedName()) === null || _j === void 0 ? void 0 : _j.toUpperCase()) + "\"}";
|
|
143
143
|
}
|
|
144
144
|
}
|
|
145
|
-
else if (type instanceof abaplint.BasicTypes.XSequenceType
|
|
145
|
+
else if (type instanceof abaplint.BasicTypes.XSequenceType
|
|
146
|
+
|| type instanceof abaplint.BasicTypes.XGenericType) {
|
|
146
147
|
// if not supplied itsa a Hex(1)
|
|
147
148
|
resolved = "Hex";
|
|
148
149
|
}
|