@abaplint/core 2.113.22 → 2.113.23
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.
|
@@ -92,8 +92,11 @@ class View extends _abstract_object_1.AbstractObject {
|
|
|
92
92
|
return new Types.StructureType(components, this.getName());
|
|
93
93
|
}
|
|
94
94
|
getDescription() {
|
|
95
|
-
|
|
96
|
-
|
|
95
|
+
var _a;
|
|
96
|
+
if (this.parsedData === undefined) {
|
|
97
|
+
this.parseXML();
|
|
98
|
+
}
|
|
99
|
+
return (_a = this.parsedData) === null || _a === void 0 ? void 0 : _a.header.DDTEXT;
|
|
97
100
|
}
|
|
98
101
|
///////////////
|
|
99
102
|
parseXML() {
|
package/build/src/registry.js
CHANGED