@abaplint/cli 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.
Files changed (2) hide show
  1. package/build/cli.js +6 -3
  2. package/package.json +2 -2
package/build/cli.js CHANGED
@@ -52010,8 +52010,11 @@ class View extends _abstract_object_1.AbstractObject {
52010
52010
  return new Types.StructureType(components, this.getName());
52011
52011
  }
52012
52012
  getDescription() {
52013
- // todo
52014
- return undefined;
52013
+ var _a;
52014
+ if (this.parsedData === undefined) {
52015
+ this.parseXML();
52016
+ }
52017
+ return (_a = this.parsedData) === null || _a === void 0 ? void 0 : _a.header.DDTEXT;
52015
52018
  }
52016
52019
  ///////////////
52017
52020
  parseXML() {
@@ -52777,7 +52780,7 @@ class Registry {
52777
52780
  }
52778
52781
  static abaplintVersion() {
52779
52782
  // magic, see build script "version.sh"
52780
- return "2.113.22";
52783
+ return "2.113.23";
52781
52784
  }
52782
52785
  getDDICReferences() {
52783
52786
  return this.ddicReferences;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@abaplint/cli",
3
- "version": "2.113.22",
3
+ "version": "2.113.23",
4
4
  "description": "abaplint - Command Line Interface",
5
5
  "funding": "https://github.com/sponsors/larshp",
6
6
  "bin": {
@@ -38,7 +38,7 @@
38
38
  },
39
39
  "homepage": "https://abaplint.org",
40
40
  "devDependencies": {
41
- "@abaplint/core": "^2.113.22",
41
+ "@abaplint/core": "^2.113.23",
42
42
  "@types/chai": "^4.3.20",
43
43
  "@types/glob": "^8.1.0",
44
44
  "@types/minimist": "^1.2.5",