@abaplint/core 2.104.3 → 2.104.4

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.
@@ -787,6 +787,7 @@ class BasicTypes {
787
787
  const attr = token.getStr();
788
788
  const c = new _object_oriented_1.ObjectOriented(this.scope).searchConstantName(obj, attr);
789
789
  if (c instanceof class_constant_1.ClassConstant) {
790
+ this.scope.addReference(firstToken, obj, _reference_1.ReferenceType.ObjectOrientedReference, this.filename);
790
791
  this.scope.addReference(token, c, _reference_1.ReferenceType.DataReadReference, this.filename);
791
792
  const val = c.getValue();
792
793
  if (typeof val === "string") {
@@ -65,7 +65,7 @@ class Registry {
65
65
  }
66
66
  static abaplintVersion() {
67
67
  // magic, see build script "version.sh"
68
- return "2.104.3";
68
+ return "2.104.4";
69
69
  }
70
70
  getDDICReferences() {
71
71
  return this.ddicReferences;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@abaplint/core",
3
- "version": "2.104.3",
3
+ "version": "2.104.4",
4
4
  "description": "abaplint - Core API",
5
5
  "main": "build/src/index.js",
6
6
  "typings": "build/abaplint.d.ts",
@@ -50,17 +50,17 @@
50
50
  },
51
51
  "homepage": "https://abaplint.org",
52
52
  "devDependencies": {
53
- "@microsoft/api-extractor": "^7.38.3",
53
+ "@microsoft/api-extractor": "^7.38.5",
54
54
  "@types/chai": "^4.3.11",
55
55
  "@types/mocha": "^10.0.6",
56
- "@types/node": "^20.10.2",
56
+ "@types/node": "^20.10.4",
57
57
  "chai": "^4.3.10",
58
58
  "eslint": "^8.55.0",
59
59
  "mocha": "^10.2.0",
60
60
  "c8": "^8.0.1",
61
61
  "source-map-support": "^0.5.21",
62
- "ts-json-schema-generator": "^1.4.1",
63
- "typescript": "^5.3.2"
62
+ "ts-json-schema-generator": "^1.5.0",
63
+ "typescript": "^5.3.3"
64
64
  },
65
65
  "dependencies": {
66
66
  "fast-xml-parser": "^4.3.2",