@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
- // todo
96
- return undefined;
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() {
@@ -67,7 +67,7 @@ class Registry {
67
67
  }
68
68
  static abaplintVersion() {
69
69
  // magic, see build script "version.sh"
70
- return "2.113.22";
70
+ return "2.113.23";
71
71
  }
72
72
  getDDICReferences() {
73
73
  return this.ddicReferences;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@abaplint/core",
3
- "version": "2.113.22",
3
+ "version": "2.113.23",
4
4
  "description": "abaplint - Core API",
5
5
  "main": "build/src/index.js",
6
6
  "typings": "build/abaplint.d.ts",