@abaplint/cli 2.113.239 → 2.113.240

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 +2 -1
  2. package/package.json +2 -2
package/build/cli.js CHANGED
@@ -48537,6 +48537,7 @@ class DataElement extends _abstract_object_1.AbstractObject {
48537
48537
  var _a;
48538
48538
  const references = [];
48539
48539
  let lookup = undefined;
48540
+ this.parse();
48540
48541
  if (this.parsedXML === undefined) {
48541
48542
  lookup = { type: new Types.UnknownType("Data Element " + this.getName() + ", parser error") };
48542
48543
  }
@@ -54882,7 +54883,7 @@ class Registry {
54882
54883
  }
54883
54884
  static abaplintVersion() {
54884
54885
  // magic, see build script "version.sh"
54885
- return "2.113.239";
54886
+ return "2.113.240";
54886
54887
  }
54887
54888
  getDDICReferences() {
54888
54889
  return this.ddicReferences;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@abaplint/cli",
3
- "version": "2.113.239",
3
+ "version": "2.113.240",
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.239",
41
+ "@abaplint/core": "^2.113.240",
42
42
  "@types/chai": "^4.3.20",
43
43
  "@types/minimist": "^1.2.5",
44
44
  "@types/mocha": "^10.0.10",