@abaplint/core 2.102.50 → 2.102.51
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.
package/build/src/registry.js
CHANGED
|
@@ -2384,6 +2384,9 @@ ${indentation} output = ${uniqueName}.\n`;
|
|
|
2384
2384
|
else if (found.getType() instanceof basic_1.VoidType && found.getType().getQualifiedName() === undefined) {
|
|
2385
2385
|
continue;
|
|
2386
2386
|
}
|
|
2387
|
+
else if (found.getType() instanceof basic_1.StructureType && found.getType().getQualifiedName() === undefined) {
|
|
2388
|
+
continue;
|
|
2389
|
+
}
|
|
2387
2390
|
let type = found.getType().getQualifiedName()
|
|
2388
2391
|
? (_b = found.getType().getQualifiedName()) === null || _b === void 0 ? void 0 : _b.toLowerCase()
|
|
2389
2392
|
: found.getType().toABAP();
|