@abaplint/core 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.
@@ -43,6 +43,7 @@ class DataElement extends _abstract_object_1.AbstractObject {
43
43
  var _a;
44
44
  const references = [];
45
45
  let lookup = undefined;
46
+ this.parse();
46
47
  if (this.parsedXML === undefined) {
47
48
  lookup = { type: new Types.UnknownType("Data Element " + this.getName() + ", parser error") };
48
49
  }
@@ -74,7 +74,7 @@ class Registry {
74
74
  }
75
75
  static abaplintVersion() {
76
76
  // magic, see build script "version.sh"
77
- return "2.113.239";
77
+ return "2.113.240";
78
78
  }
79
79
  getDDICReferences() {
80
80
  return this.ddicReferences;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@abaplint/core",
3
- "version": "2.113.239",
3
+ "version": "2.113.240",
4
4
  "description": "abaplint - Core API",
5
5
  "main": "build/src/index.js",
6
6
  "typings": "build/abaplint.d.ts",